All Versions
21
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.5.3 Changes

    • ๐ŸŽ Upgraded to glimmer-dsl-swt v4.17.8.3, with performance optimizations for code_text
  • v0.5.2 Changes

    • ๐Ÿ›  Fix issue with file/directory rename not working
    • ๐Ÿ›  Fix issue with not renaming tab text when renaming file
    • ๐Ÿ›  Fix issue with not closing tab when deleting file
  • v0.5.1 Changes

    • ๐Ÿ›  Fixed a Windows issue with opening Ruby styled text editors
  • v0.5.0 Changes

    • File Menu to allow Opening a Project
    • ๐Ÿ’Ž Scratchpad for running any Ruby/Glimmer code for experimentation/debugging/instrumenting
    • CTRL+A and CTRL+E shortcuts for beginning of line and end of line
    • ๐ŸŽ Minor performance optimization by not syntax highlighting file line numbers (using standard uniform foreground coloring)
    • ๐Ÿ›  Fix issue with going back to top of file when CMD+Tabbing to another app (losing focus) and then coming back (gaining focus)
    • ๐Ÿ›  Fix tree slow refresh and lost refreshes on directory file changes
    • ๐Ÿ›  Fix scroll jitter on move line up/down
    • ๐Ÿ›  Fix issue with opening the last file open on both sides of split text editor upon launching Gladiator
    • ๐Ÿ›  Fix issue with producing extra space at the end of some lines
    • ๐Ÿ›  Fix issue with CMD+4 not working for jumping to the 4th tab
    • ๐Ÿ›  Fix issue with keyboard shortcuts triggered in multiple projects
  • v0.4.1 Changes

    • ๐Ÿ’Ž Do not enable Ruby syntax highlighting in non-Ruby files
  • v0.4.0 Changes

    • 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
  • v0.3.1 Changes

    • ๐Ÿ›  Fixed issue with Find/Replace revisiting the same word after Replace, making it jump to the next one.
    • โž• Add 'vendor' to ignore paths
  • v0.3.0 Changes

    • ๐Ÿ‘Œ Support Ignore Paths ('packges' and 'tmp' by default) to avoid slowing down editor with irrelevant files
    • โฌ†๏ธ Upgrade support to glimmer-dsl-swt 4.17.2.0 up to 5.0.0.0
  • v0.2.4 Changes

    • ๐Ÿ Remember split windows on restart
    • ๐Ÿ›  Fix issue with not being able to rename file by hitting ENTER
  • v0.2.3 Changes

    • ๐Ÿ‘Œ Improved performance of file lookup list and display of directories (removing current local directory from file prefix)