-
-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to have a newline in a pulldown bundle. #474
Comments
Interesting. Suggesting implementation using tags in Example:
This conforms to the already existing standard of using location tags in |
That's probably a better way to handle it than my suggestion. |
Implemented slightly differently than suggested above. Final implementation allows user to define the Example: This is the layout file of the
pyRevit processes these directives on load time and will set the button title to the new value: Will be shipped in v4.6.13 |
I'd like a way to wrap text on a pulldown bundle (hopefully would work for pulldown/ splitbutton/ splitpushbutton)
My suggestion to accomplish this would be:
Have a special group of characters (My suggestion is "___". Three underscores) that prompts a new line during extension building/reload.
This special character group could live in the folder name
EX: Folder name is: (Place Views___on Sheets.pulldown)
OR
This special character group could live in the _layout file
EX: Folder name is: (Place Views on Sheets.pulldown) but in the _layout file you call for: (Place Views ___on Sheets) and it will recognize the difference and put in a newline.
The text was updated successfully, but these errors were encountered: