E-TextEditor Changelog

What's new in E-TextEditor 1.0.30

Nov 10, 2008
  • Fixed a really nasty memory corruption bug that has been the source of a lot of crashes.
  • Fixed creation of shortcuts in bundle commands.
  • Fixed deletion of bundles via context menu.
  • Fixed crash when clicking on empty dir in ftp project.
  • Fixed webpreview crash.
  • Fixed correct restore of bundle pane state.
  • Fixed bundle env is now also set for CompletionCmds.

New in E-TextEditor 1.0.20 (May 26, 2008)

  • You can now edit Languages and Preferences in the Bundle Editor (in JSON format).
  • The Bundle Editor can now be kept open while you work in the main editor. If you have made changes in the bundle editor, there might be a slight pause when you switch to the main editor (reparsing the bundles).
  • When completing (ctrl-space) in front of a punctuation character, it will now suggest all other words in in the document that follows same punctuation char.
  • When opening an empty file, encoding will be set to the user defined default.
  • Fixed use of margins in Page Setup.
  • Fixed parsing of Actionscript 3 syntax.
  • Fixed jumping text on drag'n'drop.
  • Lots of minor bugfixes