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
Added auto-save on exit configuration for each CodeContext.
Temporary file creation for editing functions.
Adjusted Logger to give verbose functions for logging.
Changes in PopupVariableSetter where the size will be dynamic, based on the child.
Any error that is triggered by GroupInvoker due to a method not exists are suppressed.
PopupVariableSetter enum value description changed from "Create New Table" to "As New Table".
Copy function now just create a copy without prompting PopupVariableSetter with addition '_cpy' suffix to the name.
Fixes
Fixed color constructing utility function.
Fixed a bug where loading CodeContext with empty file path will create a crash in CodeWindow.
Fixed a bug where editing functionality would use previous function editing session.
Fixed possible memory leak due to LuaVariableTree::_on_setter_applied_add_table_confirmed_variant will straight to return when the target item does not exist.
Fixed a bug where OptionValueControl or OptionListMenu behaved unxepectedly or crashing the program due to incorrect ordering of the node (which influences the initiation priority for each node).
Fixed a bug where the program will stuck at newly switched file when stepping over after current file switched.