Michael Cox
cdccb7cdff
Updated adding command
...
* Added the functionality so when a command is added, not only does it select it, it also scrolls to it. This is done pretty hackey, but it can work.
4 years ago
Michael Cox
f9c4dd078d
Select command upon adding
...
Hopefully fixes #994 . This needs to be tested upon returning home. (This was written at work)
Essentially, once the command is added and the other commands are cleared, the new command is automatically selected, allowing editing right away. It also means that adding commands in succession means additional commands do not go to the bottom of the block, so long as the first command was not deselected.
4 years ago
Steve Halliwell
2127dee0e0
Update header license
5 years ago
desktop-maesty/steve
016e42d36d
Experimental Searchable menus are now enabled by default
6 years ago
desktop-maesty/steve
ddc12dc4c6
Convert Variable Type list, EventHandler Type list and Command Type list to property
...
-force init cache of access, this solves the 'Cannot add variable' style errors that have been reported
6 years ago
desktop-maesty/steve
4e2231a92d
Correct width calc on smaller width inspectors
...
Correctly calc index in command menu popup when list is being filtered or reordered by the flowchart.
7 years ago
desktop-maesty/steve
878ea043d9
Add Option to enable Searchable PopupMenus
7 years ago
desktop-maesty/steve
507eb490d0
Add Variable moved from FlowchartEditor to popup
7 years ago
desktop-maesty/steve
9e5e76ad57
CommandPopup position and hieight adjusted
7 years ago
desktop-maesty/steve
6734ade8bb
PopupSelectors now show tooltips from Event and Command HelpText
7 years ago
desktop-maesty/steve
073c8937ed
Refactor popup window content to a common base
...
CommandMenu has popup selector and fallback to original in double click
7 years ago
desktop-maesty/steve
785d6ab744
EventSelectorPopup chooses correct starting index based on given current event name
...
WIP Move CommandSelector to its own PopupWindowContext
7 years ago