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 under the terms of the wxWindows Licence.

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

VERSION 0.4.40
DATE 01/02/2009
22nd Alpha Release

NEWS:

This is the first release of 2009. It was mostly focused on internal cleanup and
api refactoring. Through this a number of bugs have been fixed and a number of
existing features have received some refinements. The most notable changes
are listed below.

NEW: [features/improvements]

  • +Some improvements to the Python autocompletion.
  • +Comment/Uncomment are now combined into a single toggle action
    (modified patch from Giuseppe "Cowo" Corbelli).
  • +When mixed eol characters are detected a dialog warning of it is now shown,
    that offers to convert them instead of toggling on eol visibility as it
    previously did, since this was found to be confusing to many.
  • +Add option to enable/disable checking of eol characters.
  • +Add menu shortcut for toggle fold.
  • +Add a verbose debug mode for view stack tracebacks in editra log messages.
  • +Updated (Italian, Japanese, Latvian, Polish, Russian, Spanish, Turkish) Translations.
  • +Reuse existing find results screens more effectively.
  • +New version of Launch with support for R.

BUG FIXES:

  • +Fix find options not properly being syncronized between dialog and find bar.
  • +Fix event handlers not properly getting connected when going from 2 -> 1 open windows.
  • +Fix eol mode settings in preferences.
  • +Fix search bar text not being colored properly on msw/gtk.
  • +Fix window not being raised from taskbar when opening file with 'Open with...'
  • +Fix drag and drop error for instlling plugins through plugin manager.

Editra 0.4.28 Released

VERSION 0.4.28
DATE 12/20/2009
21st Alpha Release

NEWS:

This is yet another quick turnaround bug fix release. The previous build had an issue with some missing files in the source packages. This release also adds the new pane navigator feature to make it easy to move from panel to panel with the keyboard.

NEW: [features/improvements]

  • +Keyboard navigation of MainWindow panes (OSX: Alt+Tab, Others:Alt+1).
    (modified patch from Giuseppe "Cowo" Corbelli).

BUG FIXES:

  • +Fix search string not getting set from buffer selection in search bar.
  • +Fix error when clicking Regular Expression in Search Bar.
  • +Add some missing sql keywords.

Notice about 0.4.25 source bundles

There was an error in the build process that omitted some files from the 0.4.25 release source bundles that cause them not to run. The binary packages are not affected. Another release will be put together in the next couple days to correct the issue with the broken tarballs. Till that time either continue to use 0.4.20 or grab the code from the svn repository.

Syndicate content