Greetings,
Its been a little while since the last release so this one is packing
quite a few important bug fixes and enhancements. Most notably is the
reworked session manager and new command bar (ctrl+K) for managing
your editing sessions.
Also in this release the Windows binaries are now built with Python2.7
and wxPython 2.9, the OSX binaries will also likely move to Python2.7
and wxPython 2.9 in the next release. As of this release official
support for running Editra on top of Python 2.5 has been dropped in
favor of Python 2.6 and 2.7. See the changelog below for details about
other changes included in this release.
Downloads:
http://editra.org/download
NEW: [features/improvements]
* +Allow scrolling of the buffer from within the search bar with
up/down keys.
* +Can now change lexer from status bar context menu.
* +Session management feature behavior has been changed in this
release. When using
custom sessions they will not automatically be saved as new
files are opened or
when the editor is closed. They must now be saved manually. Only
the builtin
'Default' session will retain the automatic behavior.
* +Support folding docstrings in Python source code.
* +Add Command Bar for managing editing sessions, default key
binding of Ctrl+K.
* +Add Delete All button to Bookmark manager Shelf window.
* +Add close all option to shelf tab right click menu.
* +New version of Launch Plugin (Bug fixes)
* +New version of CodeBrowser (Python enhancements / wxPython 2.9
bug fixes)
LIBRARY:
* +Add FileTree class to eclib.
* +Add FactoryMixin mixin class to ebmlib to simplify implementing
factories for
classes.
* +Add new icon resource for Delete All (ID_DELETE_ALL).
* +Add Freezer context manager class to eclib.
BUG FIXES:
* +Fix PyDeadObject error when opening new window from tab menu.
* +Fix selection background not being shown when selecting
whitespace when the
buffers show whitespace option is turned on.
* +Fix Select All not working in search bar.
* +Fix issue during shutdown when IPC server isn't running.
* +Fix loading custom key profiles that have duplicate entries.
* +Fix handling the toggling of Maximize/Restore editor for some
workflows so that
the view is correctly toggled back and forth for all cases.
* +Fix display issues when scrolling on GTK caused by overlay
scrollbars.
* +Fix issue with some obsolete plugins being shown in plugin
manager download window.
* +Fix issue with initial search from Find dialog always beginning
at position
zero instead of the current caret position.
* +Fix some inconsistencies with doing incremental searches and
behavior when
the search direction is changed for a find next action.
* +Fix failure to detect correct syntax highlighting when
extension manager
had mappings with upper or mixed case letter.
* +Fix some incorrect tab selection index issues when notebook was
split.
Regards,
Cody