Homepage

Welcome to Editra.org

Editra is a multi-platform text editor with an implementation that focuses on creating an easy to use interface and features that aid in code development. Currently it supports syntax highlighting and variety of other useful features for over 60 programming languages.

Editra is freely available for personal use under the terms of the wxWindows License.

Currently the project is in the alpha development phase but test builds of "stable" points are available for download and trial as Windows and Mac OSX(Universal) binaries, currently other Unix and Linux based systems will have to install from source using the included setup script. Please feel free give it a try and to report bugs and request features.

News

Editra 0.6.89 Released

VERSION 0.6.89
DATE 12/17/2011
47th Alpha Release

NEWS:

This release adds support for highlighting some new file types and some minor
improvements to the auto-completions support. The Python auto-completion has been
improved to better handle updating when external modules that are analyzed
from import statements have changed during runtime as well as improvements to
the handling of properties and member attributes.

In addition to the features listed above there has been some library and
framework enhancements to help support future plugin development.

For details about additional changes and bug fixes please see the complete
changelog below.

NEW: [features/improvements]

  • +Improved Python auto-completion
  • +Add ability to customize spelling dictionary and behavior. Can now Ignore spellings (per session) or Add words to the dictionary (permanent). Optional feature only available when pyenchant is installed.
  • +Add partial support for CSS3 highlighting.
  • +Add support for GLSL programming language (patch from Auria)
  • +Auto-completion configuration (on/off) now only applies to completions that are provided automatically. Completions can always be requested with the auto-completion shortcut keys.
  • +Add partial Catalan, Eseranto, Farsi, Georgian, and Maylay translations.

LIBRARY:

  • +Add new themed art resource for New Folder
  • +Minor extensions to file utility functions (AddFileExtension)
  • +Add DirectoryMonitor class to ebmlib to provide notifications to changes to files in a directory.

BUG FIXES:

  • +Fix middle mouse button not closing correct tab when notebook view has been split.
  • +Fix some Unicode handling issues related to startup paths.
  • +Fix error case in updating session storage schema from older versions of application.
  • +Fix file filters not working with find in current directory option.
  • +Fix text selection foreground color in OutputBuffer derived windows.
  • +Fix issue with some style sheets not being able to be loaded in StyleEditor on case sensitive file systems.
  • +Fix some minor cosmetic issues when running under GTK.
  • +Fix crash that could occur during shutdown under some cases when a find dialog was open.

Editra 0.6.77 Released

This release contains no changes from previous release it is only a rebuild of the previous release using wxPython 2.8 until the issue that some systems where exhibiting using wxPython 2.9 in yesterdays build can be sorted out.

Downloads available at the usual locations.

Editra 0.6.76 Windows Binaries

A number of users have reported issues in regards to the new binaries used in the Windows release of version 0.6.76. I am yet to reproduce the issue but for the time being would suggest users of the Windows binary version of Editra to stay on 0.6.58 until the issue is resolved. A short interim release will be made when the cause of the issue can be determined.

Editra 0.6.76 Released

VERSION 0.6.76
DATE 10/01/2011
45th Alpha Release

NEWS:

New in this release is the new Session Manager bar for managing editing sessions.
Along with the Session Manager the session feature has had a change to its
behavior, only the Default session will automatically update. All other custom
sessions require explicit saves to configure the set of files that belong in it.
See the changelog below for details of other changes and bug fixes that are
included in this release.

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.

Editra 0.6.58 Released

VERSION 0.6.58
DATE 07/23/2011
44th Alpha Release

NEWS:

This is a minor bug fix release that includes a number of fixes for when running on Linux under GTK.

NEW: [features/improvements]

  • +Updated all translations from launchpad site
  • +Add right click menu to Shelf tab area to open Shelf items.
  • +UI Display font setting is now more uniformly applied across the interface.
  • +Use more understated style for brace matching in default style.

LIBRARY:

  • +Fix PlateButton size being incorrectly calculated on GTK.

BUG FIXES:

  • +Fix crash in handling corrupt style sheet data
  • +Fix frame title not updating correctly when only one tab is open on Linux.
  • +Partial fix for screen flashing issue on Linux when using dark syntax
    highlighting themes. Need to turn off code folding to stop the flashing.
  • +Fix tab context menu option for Close and Close All not working on Linux.
  • +Fix minor defect in OSX document icon (patch from auria)
  • +Fix GTK warning messages during startup on Linux.
  • +Fix missing definition of error_style for Guepardo syntax theme.
  • +Fix Unicode handling issue in xml handling for ipc server.
  • +Fix To Upper/Lower command not working with some characters.
  • +Properly handle searches with precomposed and decomposed Unicode data.
  • +Fix tab icon setting not being applied after restart.
  • +Fix toolbar when running under wxPython2.9 on OSX.
Syndicate content