Skip to content

Update v1.4.3

Compare
Choose a tag to compare
@fenix-hub fenix-hub released this 07 Oct 22:33
· 133 commits to master since this release
4a6972c

version 1.4.3
removed

  • Old layout

added

  • New layout, ScriptEditor-like
  • More supported files:
  1. "*.cfg ; Configuration File",
  2. "*.ini ; Initialization File (same as .cfg Configuration File)",
  • Added some sample files
  • Memorize system of last opened files
  • Added Editor button , you can now choose which editor to use:
  1. Vanilla Editor (simple text editor)
  2. Cfg/Ini Editor (table editor for Cfg/Ini files)
    Editors are automatically updated, so if you update a cfg/ini file in the Vanilla Editor it will be updated in the Cfg/Ini Editor, and viceversa
  • Added editor shorcuts:
  1. Ctrl + N (new file)
  2. Ctrl + O (open file)
  3. Ctrl + Alt + C (close file)
  4. Ctrl + S (save file)
  5. Ctrl + Alt + S (save file as...)
  6. Ctrl + D (delete file)
  7. Ctrl + 1 (Vanilla Editor)
  8. Ctrl + 3 (Cfg/Ini Editor)

cfg_editor
fileditor_vanilla1