Skip to content

Commit c4e5f67

Browse files
committed
Update to 1.5.0
1 parent dc72820 commit c4e5f67

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Features:
1919
- The Outline can be opened in a Popup with a defined shortcut for quick navigation between methods
2020
- You can navigate through the Outline with the `ARROW` keys (or `PAGE_UP/PAGE_DOWN`) and scroll to the selected item by pressing `ENTER`
2121
- 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`
2224
- The plugin is written with performance in mind, everything is very fast and works without any lags or stuttering
2325

2426
Customization:
@@ -33,6 +35,8 @@ All settings can be changed in the `Editor Settings` under `Plugin` -> `Script I
3335
- `Hide Private Members` = Flag to control whether private members (methods/variables/constants starting with '_') should be hidden in the Outline or not (default=false)
3436
- `Open Script Popup` = Shortcut to control how the Script Popup should be triggered (default=CTRL+U or META+U)
3537
- `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)
3640
- All outline visibility settings
3741

3842
![Example of the Outline](https://github.com/user-attachments/assets/1729cb2b-01ae-4365-b77a-45edcb94b978)
@@ -43,4 +47,6 @@ All settings can be changed in the `Editor Settings` under `Plugin` -> `Script I
4347

4448
![Example of the Script ItemList Popup](https://github.com/user-attachments/assets/bb976604-6049-4ce1-a28e-377fc62899f6)
4549

50+
![Example of the Quick Search Popup](https://github.com/user-attachments/assets/01141f05-e07c-4059-8d6f-e4c7490cbd40)
51+
4652
![Example of the plugin editor settings](https://github.com/user-attachments/assets/0450e423-bc49-4076-862b-c95a62190df1)

addons/script-ide/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Features:
1919
- The Outline can be opened in a Popup with a defined shortcut for quick navigation between methods
2020
- You can navigate through the Outline with the `ARROW` keys (or `PAGE_UP/PAGE_DOWN`) and scroll to the selected item by pressing `ENTER`
2121
- 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`
2224
- The plugin is written with performance in mind, everything is very fast and works without any lags or stuttering
2325

2426
Customization:
@@ -33,6 +35,8 @@ All settings can be changed in the `Editor Settings` under `Plugin` -> `Script I
3335
- `Hide Private Members` = Flag to control whether private members (methods/variables/constants starting with '_') should be hidden in the Outline or not (default=false)
3436
- `Open Script Popup` = Shortcut to control how the Script Popup should be triggered (default=CTRL+U or META+U)
3537
- `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)
3640
- All outline visibility settings
3741

3842
![Example of the Outline](https://github.com/user-attachments/assets/1729cb2b-01ae-4365-b77a-45edcb94b978)
@@ -43,4 +47,6 @@ All settings can be changed in the `Editor Settings` under `Plugin` -> `Script I
4347

4448
![Example of the Script ItemList Popup](https://github.com/user-attachments/assets/bb976604-6049-4ce1-a28e-377fc62899f6)
4549

50+
![Example of the Quick Search Popup](https://github.com/user-attachments/assets/01141f05-e07c-4059-8d6f-e4c7490cbd40)
51+
4652
![Example of the plugin editor settings](https://github.com/user-attachments/assets/0450e423-bc49-4076-862b-c95a62190df1)

addons/script-ide/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Script-IDE"
44
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."
55
author="Marius Hanl"
6-
version="1.4.6"
6+
version="1.5.0"
77
script="plugin.gd"

0 commit comments

Comments
 (0)