Beta testing Ruby Code Editor 4

I finally got around to updating my code editor extension with a bunch of new features and fixes. If anyone is interested, could you please beta test it over the weekend? I am especially interested in Mac testers, because I don’t have access. Here’s the download:

Here are the release notes:

Version 4.0 (TBD):
– Code cleanup
– Updated jQuery, jQueryUI, codemirror
– Updated styles
– Updated code snippets
– New menu and tab UI
– Ref browser and help windows use HtmlDialog now, also separate windows
– Fixed loading code
– Fixed recent file bug. Opens in current folder now
– Fixed printing
– Fixed preferences
– Fixed binding to be toplevel
– Added preloading of $LIBRARY_PATH items from preferences
– Added MRU file list
– Added quick save option
– Added undo/redo
– Added find/replace
– Added ability to edit default code
– Added help link to website
– Improved keyboard shortcuts
– Improved reference browser, updated links

1 Like

using control + X, normally used for cut, activates the close file

Good point! I changed the exit combination to Ctl/Cmd-F4, which should be more appropriate.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.