Releases: CodeNameTwister/Script-Splitter
0.3-Release
Upgrade Version
- Using Tabs in split windows.
- Script in Script List and Tabs can drag and drop between split windows.
- Backward and Forward action has internal function. (Thanks to @adancau)
0.2.5.2-stable
0.2.5.1
Fix Update
- Fixing open not script files.
- Remove Handler for GlobalScope Doc Helper.
0.2.5-dev
0.2.4.1
0.2.4
Add Feature of suggestion #5 by @adancau
- Reopen recently closed/changed scripts when adding a split.
The last [closed/changed by other] editor, whether script/document, will be stored in memory and recalled in the order in which it was closed or modified.
Added In Edtior Settings
-
Allow to open the script if it has been closed.
- plugin/script_spliter/editor/split/reopen_last_closed_editor_on_add_split
As it says, if the last script you used was ScriptFoo.gd and you closed it and created a split again, it will try to open that script if it doesn't find it open. (only work with "script" files)
-
The memory size of the last closed scripts.
- plugin/script_spliter/editor/split/remember_last_used_editor_buffer_size
If you have four windows and you close three, all three script paths will be in memory, and when you create three partitions, they should be open.
Remember that if you exceed the limit, it will be overwritten .
(If you work with more than 4 windows continuously, you may want to increase this value)
0.2.3.4
0.2.3.1
Fix Issue #4
Added editor settings
- plugin/script_spliter/editor/behaviour/expand_on_focus
- plugin/script_spliter/editor/behaviour/can_expand_on_same_focus
Changes editor settings
- plugin/script_spliter/editor/smooth_expand > plugin/script_spliter/editor/behaviour/smooth_expand
- plugin/script_spliter/editor/smooth_expand_time > plugin/script_spliter/editor/behaviour/smooth_expand_time
- plugin/script_spliter/line/button/icon > plugin/script_spliter/line/button/icon_path
Thanks to:
0.2.3
Differences with version 0.1:
- It more closely resembles the default editor window.
- Reduces window switching time.
- Allows you to zoom in on all windows.
- You may have a separate script documentation help window.
- Some visual aspects and configurable parameters in Editor Settings.
- More Features and Split Options.
This plugin uses another built-in plugin created by me called Multi Split Container
V0.2 Video Preview
This section lists users who have contributed to improving the quality of this project.
0.1.2
Version 0.1.2
- Feature Added: recover zoom of the script editor.
What next?
Version 0.2
- View errors (in all splitted editor)
- Modify zoom for all split (in all splitted editor)
- More beta optimizations.
- More split options.
Hey! You can support this project <3
that means you want me to create more plugins for the script editor.
(If not, I'll move on to something else area after finish this repository.)

