Transforms the Script UI into an IDE like UI. Tabs are used for navigating between scripts. The default Outline got an overhaul and now shows all members of the script (not just methods) with unique icons for faster navigation. Enhanced keyboard navigation for Scripts and Outline.
Features:
Right Click
enables only the clicked filter, another Right Click
will enable all filters againARROW
keys (or PAGE_UP/PAGE_DOWN
) and scroll to the selected item by pressing ENTER
Customization:
File -> Toggle Scripts Panel
. This will hide or show it_
All settings can be changed in the Editor Settings
under Plugin
-> Script Ide
:
Open Outline Popup
= Shortcut to control how the Outline Popup should be triggered (default=CTRL+O or META+O)Outline Position Right
= Flag to control whether the outline should be on the right or on the left side of the script editor (default=true)Hide Private Members
= Flag to control whether private members (methods/variables/constants starting with '_') should be hidden in the Outline or not (default=false)Open Script Popup
= Shortcut to control how the Script Popup should be triggered (default=CTRL+U or META+U)Script List Visible
= Flag to control whether the script list should still be visible or not (above the outline) (default=false)