Script-IDE's icon

Script-IDE 1.2.9 Tools 4.2 Community

Submitted by user Maran23; MIT; 2024-04-07

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.

Features:
- Scripts are now shown as Tabs inside a TabContainer (No Script List by default, but can be toggled on again)
- The Outline is on the right side (can be changed to be on the left side again)
- The Outline got an overhaul and shows more than just the methods of the script. It includes the following types with a unique icon:
-- Classes (Red Square)
-- Constants (Red Circle)
-- Signals (Yellow)
-- Export variables (Orange)
-- (Static) Variables (Red)
-- Engine callback functions (Blue)
-- (Static) Functions (Green)
- You can now search for variables/methods by pressing `CTRL/CMD/META + O` (can be changed, see below). The Outline is reused in this case
- You can navigate through the Outline with the arrow keys and scroll to the selected item by pressing `ENTER`
- The Outline (and Script List) can be toggled via `File -> Toggle Scripts Panel`. This will hide or show it
- The plugin is written with performance in mind, everything is very fast and works without any lags or stuttering.

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)
- `Script List Visible` = Flag to control whether the script list should still be visible or not (above the outline)
- All outline visibility settings


View files Download Submit an issue Recent Edits