Members Area


Recommended Sites:

Related Keywords
blog commenting freeware download

Top Freeware Keywords
utility t free freeware download
jad exe freeware download
ico2png t free freeware download
java freeware download
file freeware download
application freeware download
code freeware download
html freeware download
command exe freeware download
tool freeware download
database freeware download
free t free freeware download
windows freeware download
download freeware download
editor freeware download
free freeware download
utility freeware download
list freeware download
protection freeware download
web freeware download
hex freeware download
development freeware download
search freeware download
embedded freeware download
db database freeware download
text freeware download
folder freeware download
activestate freeware download
reference freeware download
information freeware download



Editra 0.7.01 freeware     Save this freeware to your freeware selection - Saved Freeware


Author

Editra

OS WinXP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64
Date Released May 01, 2012
Downloads 201
Filesize 15.80 MB
Keywords syntax highlight, text editor, edit text, editor, designer, edit
Your Rating
  - click to rate - you will be first!
Editra screenshot
[ View full size screenshot ]

Download Editra   Save Freeware   Report Spyware

Editra is a text editor which has an implementation that focuses on creating an easy-to-use interface and features that aid in code development. Currently this application supports basic autocompletion and syntax highlighting for more than 60 languages. Highlighting color schemes can be customized through writting stylesheets to describe the theme you want the text to be highlighted in. ...

Download Editra   Save Freeware   Report Spyware


Commenting - Editra freeware - Download Notice

Editra Free Download - we do not host any Editra torrent files or links of Editra on rapidshare.com, depositfiles.com, megaupload.com etc. All Editra download links are direct Editra full download from publisher site or their selected mirrors.

Commenting - Editra freeware - Latest User Reviews

 Write a Review   


Commenting - Editra freeware - The Latest Versions History

Version Date Released Status Release Notes
0.7.01 May 1, 2012 New Release NEWS:
· Update to fix issue with translations.

BUG FIXES:
· Fix localizations not loading correctly.
0.6.99 Mar 21, 2012 New Release · Major changes to file opening/saving
· Big improvements to handling of large files
· Major unicode improvements / bug fixes
· Improved Find/Replace performance
0.6.77 Oct 3, 2011 New Release · A rebuild of the previous release using wxPython 2.8 until the issue that some systems where exhibiting using wxPython 2.9 in yesterdays build can be sorted out.
0.6.58 Jul 26, 2011 New Release · NEW: [features/improvements]
· Updated all translations from launchpad site
· Add right click menu to Shelf tab area to open Shelf items.
· UI Display font setting is now more uniformly applied across the interface.
· Use more understated style for brace matching in default style.

LIBRARY:
· Fix PlateButton size being incorrectly calculated on GTK.

BUG FIXES:
· Fix crash in handling corrupt style sheet data
· Fix frame title not updating correctly when only one tab is open on Linux.
· Partial fix for screen flashing issue on Linux when using dark syntax
· highlighting themes. Need to turn off code folding to stop the flashing.
· Fix tab context menu option for Close and Close All not working on Linux.
· Fix minor defect in OSX document icon (patch from auria)
· Fix GTK warning messages during startup on Linux.
· Fix missing definition of error_style for Guepardo syntax theme.
· Fix Unicode handling issue in xml handling for ipc server.
0.6.48 Jun 10, 2011 New Release NEW:
· Improved Python autocompletion, better detect local variables, properties, and some minor performance improvements.
· Improved Python calltips. Calltips can now be shown more regularly and for more objects.
· Launch script for source installs is now a lower case 'editra'.
· Source install on Windows now overwrites launch script installed by wxPython for Editra to allow the separately installed version to be started.
· Expanded unittest suite to verify data in all bundled style sheets.
· Shelf window can now be maximized.
· Updated Launch to version 1.11 (bug fixes)
· Update CodeBrowser to version 1.3 (minor enhancements)

LIBRARY:
· Add LintError and LintWarning markers.

BUG FIXES:
· Fix crash that could occur when loading old format style sheet
· Fix bug in threaded file load that could lead to modified marker being incorrectly shown on the tab for the file.
· Fix crash that could occur under rare case when closing an editor page.
0.6.26 Mar 20, 2011 New Release NEW:
· New icon for showing bookmarks in the bookmark margin.

LIBRARY:
· New api for setting breakpoint markers in editor buffer margin.
· Improved API documentation available on website.

BUG FIXES:
· Fix crash when restoring Shelf layout if a some tabs are not reloaded.
· Only save buffers that have modifications when Save All is called.
· Fix Delete Bookmark button being disabled while BookMarkMgr is docked.
· Fix issue with Find/Replace dialog popping up underneath OSX/Gnome global menubar.
0.6.20 Feb 28, 2011 New Release NEW:
· Remember Shelf layout and selected tab when application is restarted.
· Improve Python autoindenter to better handle more conditions in regards to brackets and parens.
· Autocomp and calltip shortcuts are now customizable.
· Add Bookmark manager window to Shelf
· Support storing/loading user configuration from XDG standard location on Linux.
· Persist find settings between sessions.
· Improvements to the Style Editor (ability to remove style sheets)
· Display Font setting now also applies to the font used by the tabs.

LIBRARY:
· Support ControlBars in on left and right side of ControlBox.
· Add ProcessThreadBase class to allow for customizing the creation of the Popen object.
· Add support for displaying breakpoint markers in editor buffer.

BUG FIXES:
· Fix issue that could result in crash when rapidly clicking on notebook buttons.
· Fix minor display issue in update checker gauge.
· Fix behavior of left/right arrow key motions in vim emulation mode to better emulate vi.
0.6.0 Jan 25, 2011 New Release NEW:
· Improve Python AutoIndenter to better handle brackets (patch from Jens)
· Add Copy Filename option to tab menu (patch from Michael Rans)
· Extend Vi emulation mode to support motions for Enter, Space, and Backspace
· Improve file type detection for files that don't have file extensions.
· Add support for Cilk syntax highlighting (patch from michael.champigny)

BUG FIXES:
· Fix Python 2.5 compatibility issue.
· Fix Unicode handling issue in Python completer.
· Fix issue with incorrect dwell events being sent causing the calltip popups to be shown when they shouldn't even after the mouse has left the window.
· Fix bug in RemoveAllBookmarks method when called from EditraStc instance.
· Fix Unicode handling issue in Replace All feature.
· Fix issue where cursor would still appear active in the text buffer even when it did not have the keyboard focus.
· Fix DeadObject error that could occur after deletion of a secondary main window.
0.5.99 Dec 7, 2010 New Release NEW:
· Improved consistency of Python auto-completion to provide results under more conditions.
· Show call tips on mouse over when available.
· When in DEBUG mode trace statements are dumped to a log file in the systems temp directory and are kept for up to seven days.
· Update Launch plugin to version 1.8 (bug fixes)

LIBRARY:
· Add observer interface for mouse dwell events in buffer.
· Add observer interface for when bookmarks are added or removed.

BUG FIXES:
· Fix issue with tab activation after tabs had been reorganized via user
· drag and drop.
· Fix issue where using pane navigator would result in all event handlers being
· disconnected until main window received an deactivation followed by another activation event.
· Fix bug in reporting file errors under certain use cases.
· Fix incorrect highlighting for some css2 keywords.
· Don't crash when bitmap resource for tab navigator fails to load correctly.


Most popular commenting freeware downloads in Other

Editra 0.7.01 freeware download


Editra is a text editor which has an implementation that focuses on creating an easy-to-use interface and features that aid in code development. Currently this application supports basic autocompletion and syntax highlighting for more than 60 languages. Highlighting color schemes can be customized through writting stylesheets to describe the theme you ...
Details   Download   Save Freeware