Skip to content

0.2.4

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 09 May 17:16
· 109 commits to main since this release

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)