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

New Server Fund Raising

Greetings,

As many may have noticed the site has become very slow and has been down from time to time in an increasing fashion over the last year. This is due to an ever increasing amount of traffic that is coming to the site. The increased traffic is a good thing but on the negative it makes the site nearly impossible to use on busy days.

For these reasons I am hoping to get some help to raise some funding to move the site to a vps from the current shared server. A vps is unfortunately a little more money than I feel comfortably forking out for on my own so before making this move I would like to raise about 2 years of server fees put away before hand. This means I would like to try and raise about $1200 to help keep the project running smoothly for the next two years.





Any support that can be provided would be much appreciated and would further go to improve the project.

Editra 0.4.95 Released

VERSION 0.4.95
DATE 06/22/2009
27th Alpha Release

NEWS:

Had planned to wait till 0.5 was ready before doing another release but there have been too many good enhancements added due to all the great patches submitted during this cycle to wait for the last push to 0.5 to complete before releasing.

Some of the main new features include buffer synchronization with the codebrowserplugin, completely re-worked vi emulation support, position history, and clipboard ring. See below for more detailed list of changes.

NEW: [features/improvements]

  • +Clipboard history feature, can now cycle through recent clipboard entries when pasting text into the document.
  • +Add automatic file backup option to periodically backup buffer contents.
  • +Add Search/Replace in selection option to find dialog.
  • +Remembers recent caret positions between jumps and allows for quick navigation between them.
  • +Patch from (Hasan Aljudy) to show cwd and add e! command to commandbar
  • +Automatically show path completion list when doing an e or cd command.
  • +Display the documents EOL mode in the status bar.
  • +Add support for XText (patch from Igor Dejanovic).
  • +Support XText in Codebrowser (patch from Igor Dejanovic).
  • +Complete re-write of vi emulation support (patch from Hasan Aljudy)
  • +Add option to start in Normal mode by default when using vi emulation (patch from Hasan Aljudy).
  • +Codebrowser synchronizes with caret position. (patch from Igor Dejanovic)
  • +Find dialog remembers last position throughout session.
  • +Add support for the Cobra programming language.
  • +Support opening files by a uri.
  • +Add Croatian translation, updated (Brazilian, French, and Russian).

BUG FIXES:

  • +Fix python autocomp from failing when word was next to a boundry character.
  • +Don't do a replace when there is no selection.
  • +Fix number of minor bugs related to finding accented characters.
  • +Fix bug in batch file comment command, ensure a space is between 'rem' and the comment text.
  • +Fix bug on Windows that could cause an unhandled exception error when closing the preferences dialog after closing the last main window.
  • +Fix regression in html autocomp where cursor position would be incorrectly placed after the inserted tag.
  • +Fix Launch not updating after a Save As on Linux.
  • +Fix unicode handling error in session file saving.
  • +Fix Editra Style Sheet output from Style Editor to be in sorted order.
  • +Fix improper highlighting in django and mako templates due to improper handling of Windows eol characters.

Projects Plugin 1.2 Released

The latest version of the Projects plugin is now available. This is another quick bug fix release to fix a critical bug on Windows. This bug would cause a crash when right clicking to open the source control menu in the projects tree. Besides this fix there is a minor fix for unicode handling in the Mercurial history log feature.

Downloads available in the Plugin manager and all the other usual places.

Syndicate content