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
Use enter key to begin editing of currently focused row when data grid is focused
Enter in active editor in a data grid will accept current changes and move to next and begin editing or add a new row
Add preferences to control how enter works in data grids, either move on to next cell, or close editor
Changed:
Code editor:
Changed how multi-line text editor works in room editor advanced item and data grids, enter now always accepts, ctrl+enter will insert a new lines if allowed, if not will accept like normal enter
Escape now truly cancels editors with out changing values
Fixed:
Replace localstroage for connection state with a global variable, removes major slowdown when loading jimud
Immortal tools:
Fixed undefined/undefined error when uploading folders, now correctly displays error or ignores error if required
Fixed bug when downloading a folder with multiple sub folders, was not correctly storing related local folder destination
Fixed open in editor button state when option is changed from preferences dialog
Code editor:
Fixed enter accept for editable dropdowns and checkbox dropdowns
Fixed when adding new external exit did not update changed state when starting with no exits