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
When using editor only mode will maintain seperate window state systems
Immortal tools:
Download and or upload files in compressed format for faster speeds
Added a max file check of 200,000 bytes and error if file is larger
Revert new files to initial starting code, either empty or template code
-data-dir command line argument, this allows you to override the default data storage folder with one of your own
-no-pd, -no-portable-dir command line argument, this forces portable application to use the default data folder instead of the application directory, --data-dir super cedes this
Changed:
Upgrade to electron 2.0.2
Switch to es2017
Code editor:
Replaced ace editor with monaco editor which is faster and offers more features
Moved folding from edit to view menu
Formatter: remove spaces after ( and before ) and after and before ::
When using portable version it now defaults to using current application directory as data folder, use -no-pd to restore previous usage
Mapper: all imported and exported data is normalized to try and ensure it is the correct data coming and going out
Fixed:
Code editor:
Fixed reopen order when restoring files
Fix insert color dialog
Editor only losing taskbar icon when preference changed
Fixed state loading
Fix file watching to ask if reload or keep open
No longer loaded always after editor only mode used
Fix new monster from file menu not working
Advanced editor:
Fixed extra new line added when sending text to mud or code editor
Fix help display for command line for -e and -eo arguments
Force error into a string to ensure it is displayed.
Mapper:
Area list not being populated correctly on load
Area list is now sorted in alphabetic order
Mapper window was closing before mapper data was fully flushed to disk when Load in memory is enabled