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.
Features:
- Auto-Completion/Calltips (Python, Html, XML)
- Auto-Indent
- Bidirectional Find/Replace wRegular Expression Support
- Block (Un)Commenting
- Block (Un)Indenting
- Bracket Highlighting
- Builtin Plugin Downloader/Installer
- Clipboard Support (Copy/Paste/ect…)
- Code Folding
- Column Edit Mode
- Command Mode
- Dockable customizable interface
- Drag and Drop (tabs/file opening/text)
- Export to Html/LaTeX/Rtf
- Edit Remote Files (FtpEdit Plugin)
- Editable User Profiles
- Extensible with plugins
- File History
- File Management (FileBrowser Plugin)
- Highlight Style Editor
- Indentation Guides
- Integrated Python Shell (PyShell Plugin)
- Language Keyword Helper
- Line Bookmarking
- Line Edit Commands (Join, Transpose, ect…)
- Multilingual Interface
- Multiple Top Level Windows
- Multiple (synchronized) views of the same file
- Run Scripts (Launch Plugin)
- Session Saving
- Source Control Management (Project Plugin)
- Syntax Highlighting (60+ Languages)
- Tabbed Windows
- Themeable Icons
- Transparency Support
- Undo/Redo
- Unicode Support
- Vi Keybinding Support
- Word Wrap
- Workspace View Management
- Zoom In/Out
Change Log:
- 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.