Gladiator (Glimmer Editor) v0.4.0 Release Notes

    • Syntax highlighting
    • โš™ Run menu with current file menu item
    • View menu with Split Horizontal/Vertical
    • ๐Ÿ”„ Change split orientation with CMD+SHIFT+O shortcut
    • โš™ Run current file shortcut CMD+SHIFT+R
    • ๐Ÿ›  Fix issue with line numbers not scrolling perfectly along with open file (off by a few pixels)
    • ๐Ÿ›  Fix select-all with code_text
    • ๐Ÿ›  Fix tab with code_text
    • ๐Ÿ›  Fix caret position after tab with code_text
    • ๐Ÿ›  Fix issue with ENTER key not putting caret parallel to previous line start
    • ๐Ÿ›  Fix issue with jumping to bottom when doing CMD+] or [ for indent
    • ๐Ÿ›  Fix multi-line operations/post-selection with code_text (e.g. comment/uncomment, indent right or left)
    • ๐Ÿ›  Fix issue with jumping one line up or down when doing CMD+] or [ for indent
    • ๐Ÿ›  Fix CMD+ENTER and CMD+SHIFT+ENTER with code_text
    • ๐Ÿ›  Fix Move Line Up or Move Line Down with code_text
    • ๐Ÿ›  Fix jumping across pages of code on Find Next with code_text (it stays in the same page)
    • ๐Ÿ›  Fix issue with jumping back to beginning of file upon very quick indent/outdent