Textadept 1.3

January 31, 2009

I’m happy to release Textadept 1.3. The manual has been revised with all the new features that were added. Please take time to look it over. http://caladbolg.net/textadept

Bugfixes:

* Binary files are opened and handled properly.
* Dropped files are now opened in the correct split view they were dropped in.
* Fixed some various GTK-OSX UI issues.
* Fixed a special case of ‘Replace All’.
* Clicking ‘Ok’ closes any error dialogs on init.
* Fixed statusbar glitch when creating new buffers.
* Windows’ CR+LF line endings are handled properly.
* Do not go to non-existent buffer index when loading session.
* Do not attempt to open non-existent files when double-clicking error messages.

Updates:

* Look for ~/.ta_theme for setting Textadept _THEME; _THEME can now be a directory path.
* Themes now contain a lexer.lua for defining lexer colors; modifying them in lexers/themes/ is no longer necessary.
* Added ‘Find in Files’ support.
* Can set the Project Manager cursor through Lua.
* Look for ~/.ta_modules to load instead of default modules in init.lua.
* Added ‘Replace All’ for just selected text.
* Removed menu label text in favor of using menu id numbers for menu actions.
* Added Find/Replace history.
* Use a combo entry for the Project Manager browser entry.
* Print messages to a split view instead of switching buffers.

Thank you Vais and Alex for your bug reports and feature suggestions.

Textadept 1.2

January 21, 2009

Textadept 1.2 was released.

There were no bugfixes.

Updates:

  • Windows command line support (“Open With Textadept” works too).
  • New ‘_m.textadept.run’ module for compiling and running programs. Output is printed to a message buffer and you can double-click errors and warnings to go to them in the source file. Calltips are displayed for reference.

Textadept 1.1

January 11, 2009

I just released Textadept 1.1.

Notable new features:
* Dramatic speed increase for styling/lexing large files.
* Localization/Internationalization support (translations needed!)

Please see the News wiki page for more information.

http://code.google.com/p/textadept/

Textadept 1.0

January 1, 2009