You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Features:
19
19
- The Outline can be opened in a Popup with a defined shortcut for quick navigation between methods
20
20
- You can navigate through the Outline with the `ARROW` keys (or `PAGE_UP/PAGE_DOWN`) and scroll to the selected item by pressing `ENTER`
21
21
- Scripts can be opened in a Popup with a defined shortcut or when clicking the three dots on the top right of the TabContainer for quick navigation between scripts
22
+
- The currently edited script is automatically selected in the Filesystem Dock
23
+
- Files can be quickly searched by the Quick Search Popup with `Shift`+`Shift`
22
24
- The plugin is written with performance in mind, everything is very fast and works without any lags or stuttering
23
25
24
26
Customization:
@@ -33,6 +35,8 @@ All settings can be changed in the `Editor Settings` under `Plugin` -> `Script I
33
35
-`Hide Private Members` = Flag to control whether private members (methods/variables/constants starting with '_') should be hidden in the Outline or not (default=false)
34
36
-`Open Script Popup` = Shortcut to control how the Script Popup should be triggered (default=CTRL+U or META+U)
35
37
-`Script List Visible` = Flag to control whether the script list should still be visible or not (above the outline) (default=false)
38
+
-`Auto Navigate in FileSystem Dock` = Flag to control whether the script that is currently edited should be automatically selected in the Filesystem Dock (default=true)
39
+
-`Open Quick Search Popup` = Shortcut to control how the Quick Search Popup should be triggered (default=Shift+Shift)
36
40
- All outline visibility settings
37
41
38
42

@@ -43,4 +47,6 @@ All settings can be changed in the `Editor Settings` under `Plugin` -> `Script I
43
47
44
48

45
49
50
+

51
+
46
52

Copy file name to clipboardExpand all lines: addons/script-ide/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Features:
19
19
- The Outline can be opened in a Popup with a defined shortcut for quick navigation between methods
20
20
- You can navigate through the Outline with the `ARROW` keys (or `PAGE_UP/PAGE_DOWN`) and scroll to the selected item by pressing `ENTER`
21
21
- Scripts can be opened in a Popup with a defined shortcut or when clicking the three dots on the top right of the TabContainer for quick navigation between scripts
22
+
- The currently edited script is automatically selected in the Filesystem Dock
23
+
- Files can be quickly searched by the Quick Search Popup with `Shift`+`Shift`
22
24
- The plugin is written with performance in mind, everything is very fast and works without any lags or stuttering
23
25
24
26
Customization:
@@ -33,6 +35,8 @@ All settings can be changed in the `Editor Settings` under `Plugin` -> `Script I
33
35
-`Hide Private Members` = Flag to control whether private members (methods/variables/constants starting with '_') should be hidden in the Outline or not (default=false)
34
36
-`Open Script Popup` = Shortcut to control how the Script Popup should be triggered (default=CTRL+U or META+U)
35
37
-`Script List Visible` = Flag to control whether the script list should still be visible or not (above the outline) (default=false)
38
+
-`Auto Navigate in FileSystem Dock` = Flag to control whether the script that is currently edited should be automatically selected in the Filesystem Dock (default=true)
39
+
-`Open Quick Search Popup` = Shortcut to control how the Quick Search Popup should be triggered (default=Shift+Shift)
36
40
- All outline visibility settings
37
41
38
42

@@ -43,4 +47,6 @@ All settings can be changed in the `Editor Settings` under `Plugin` -> `Script I
43
47
44
48

45
49
50
+

51
+
46
52

Copy file name to clipboardExpand all lines: addons/script-ide/plugin.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,5 @@
3
3
name="Script-IDE"
4
4
description="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."
0 commit comments