Skip to content

Releases: CodeNameTwister/Script-Splitter

0.3.5.4

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 07 Jun 05:24
8312d5b

Update

  • Fixed Error when closing two non-script type documents simultaneously.

General

0.3-Release

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 06 Jun 20:46

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

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 06 Jun 20:36
  • Fixed Visual Issue #10

Thanks to:
@adancau

0.2.5.1

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 22 May 18:45

Fix Update

  • Fixing open not script files.
  • Remove Handler for GlobalScope Doc Helper.

0.2.5-dev

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 21 May 04:00
bffc47f

This version has been published/updated on the official asset store.

Add Feature from suggestion #8

  • Swap between windows by double-clicking the draggable button.

Fixing Issues

  • Issues with displaying help files #7

Thanks to:
@adancau

0.2.4.1

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 13 May 14:01

Updated

  • Fixed Document Search not appear.
  • Fixed Add/Remove Split on RMB select a Document Helper in Script List.

Fix Issue #6

Thanks to:
@adancau

0.2.4

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 09 May 17:16

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

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 08 May 20:58

Updated

  • Fix Error: Editor Not Found.

Fix Issue #3

Thanks to:
@adancau

0.2.3.1

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 07 May 19:58

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:

@adancau

0.2.3

Choose a tag to compare

@CodeNameTwister CodeNameTwister released this 07 May 02:16

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

video preview

This section lists users who have contributed to improving the quality of this project.

@adancau