Gladiator (Glimmer Editor) v0.1.4 Release Notes

    • ๐Ÿ›  Fix issue with file explorer tree losing selection on refresh
    • ๐Ÿ›  Fix file explorer opening of files on every selection change instead of just hitting ENTER or mouse click
    • ๐Ÿ›  Fix issue with refreshing the tree on every tab switch after making changes (make it check if change is coming from any of all tabs)
    • ๐Ÿ›  Fix issue with top index not being set from config
    • ๐Ÿ‘‰ Make file explorer tree show file/directory names not paths
    • ๐Ÿ‘‰ Make file explorer tree show current project directory name as the root instead of "."
    • ๐Ÿ‘‰ Make file explorer shortcut auto-reveal open file in file explorer tree
    • ๐Ÿ‘‰ Make hitting ESC button in line number field, file lookup field, find field, or replace field go back to open file to the same caret position as before
    • ๐Ÿ‘‰ Make hitting ESC button in file explorer go back to open file to the same caret position as before and reselect it
    • ๐Ÿ‘Œ Improve file lookup by ignoring dots
    • โž• Add number command + 2-8 tab shortcuts
    • โž• Add a new file through File Explorer
    • โž• Add a new directory through File Explorer
    • โœ‚ Delete a file or directory through File Explorer
    • ๐Ÿ‘Œ Support auto-indent on hitting ENTER to add a new line
    • ๐Ÿ‘Œ Support insert new indented line when hitting CMD+ENTER in the middle of a line