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.5.32 Released

VERSION 0.5.32
DATE 12/28/2009
32nd Alpha Release

NEWS:

Another quick bug fix release to address some critical issues that were still present after the last release.

BUG FIXES:

  • +Fix error introduced into extended autocomp in previous release.
  • +Handle win32api errors from calls to GetLongPathName.
  • +Restore html/xml autocomp behavior to put cursor between tags that are inserted.
  • +Fix issue with custom key profiles being saved to system directory instead of
    user config directory.

Editra 0.5.30 Released

VERSION 0.5.30
DATE 12/21/2009
31th Alpha Release

NEWS:

Quick bug fix release for some issues that arose after the last release.

BUG FIXES:

  • +Fix Unicode handling for file names when opening files from the command line.
  • +Fix bug in not properly shutting down ipc server on exit app event.
  • +Fix bug in not automatically continuing with the window closure when a modified
    file action takes place.
  • +Fix duplicate entries in autocomp lists that could occur when using extended
    autocomp (patch from cowo78)
  • +Fix replace action not being working when up is selected as the the find direction.
  • +Fix index error when accessing empty history cache.
  • +Fix error in returning a list instead of a string when getcalltip fails.
  • +Fix error handling for when select_style has no background color defined.

Editra 0.5.25 Released

VERSION 0.5.25
DATE 12/15/2009
30th Alpha Release

NEWS:

Compatibility with older Editra Style Sheet's modifier syntax has been removed,
style sheet made for pre 0.4 release version may have trouble properly loading
in this version.

NEW: [features/improvements]

  • +New version of Launch plugin (new handlers can be added via xml interface)
  • +Clicking on encoding field in statusbar will allow encoding of current document
    to be converted.
  • +Some performance improvements
  • +The -g command line switch now will work when existing instance of Editra is
    already running.

LIBRARY:

  • +Xml interface added to Launch plugin

BUG FIXES:

  • +Fix error in handling of unknown encodings.
  • +Trim long python calltips to ensure that function signature is visible (patch from appliedmath)
  • +Fix issue with opening files via relative path from commandline
  • +Fix error when adding shelf items to an undocked shelf window
  • +Fix index error in page synchronization of filebrowser plugin
  • +Fix index error in BackTab functionality
  • +Fix BackTab at end of line deleting eol characters
  • +Fix startup errors caused by files that were left over from previous installs.
  • +Fix issue where Windows binary installer would misplace files that could cause
    subprocess commands to fail.
  • +Fix issue in handling short form paths on Windows by converting to long name.

OSX 10.6 and Fonts

This is a know issue with the font dialog not working on OSX 10.6. It will be resolved when a new version of wxPython is released. There is nothing that can be done about it till a new version of the libraries Editra relies on are released, so please refrain from reporting this issue any further.

So when a version of Editra that officially supports OSX 10.6 is ready an announcement will be made.

Thanks,

Cody

Projects Plugin 1.5 Released

The latest version of the Projects plugin is now available in the Plugin Manager. This release is another bug fix release that addresses some important issues related to reliability, performance, and the history/diff commands.

New:

  • +Update translations and add many new ones.
  • Bug Fixes:

    • +Focus behavior on windows
    • +Fix number of small typos (patch from kevinsmithc)
    • +Fix error in doing diff when retrieval of file fails
    • +Fix some threading issues
    • +Fix error that could happen when retrieving node data for a commit action.

    Official support for python2.4 has been dropped for all Editra related components. If you are still using 2.4 most things should still work but I will no longer be supplying eggs for python2.4.

    note: title updated to 1.5, 1.4 was replaced within 24 hours due to a windows specific critical bug fix.

Syndicate content