
Improve code development on your Mac. Check out the options for establishing a workflow for selecting, processing, and confirming code-based materials according to the requirements of your project. Work with an editor module for quick adjustments to the elements.
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 30 programing languages.
Editra is freely available under the terms of the GPL.
Currently the project is in 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 feature requests.
v0.7 [May 27, 2012]
- Fix unable to edit file extension associations on Linux systems (issue 745).
- Fix issue with duplicated @ symbols inserted by generic completer (issue 743).
- Fix some Unicode handling issues in log handler.
- Fix bug in Tango art provider fallback code which could end up looking in
- Default theme instead of Tango theme directory for mime icons.
- Fix PyDeadObject errors related to failed destruction calls by AuiManger.