Textadept 1.5

February 20, 2009

Textadept 1.5 is released. http://caladbolg.net/textadept

Bugfixes:

* Fixed some corner cases in Find in Files user interface.
* Fixed some OSX key command issues for consistency.
* Fixed some key command modifiers for ‘enclose in’ series.

Updates:

* Consolidated core/ext/key_commands_{std,mac}.lua into single core/ext/key_commands.lua.
* Can use the Tab and Shift+Tab keys for snippets now.
* Removed support for Textmate-style snippets.
* Load dropped directories into file browser; can toggle showing ‘dot’ files.
* Prompt for file reload when files are modified outside Textadept.
* Added textadept.context_menu field for right-click inside Scintilla.
* Project Manager cursors are saved and restored. (No more complete loss of state.)
* Only use escape sequences in Lua pattern searches.
* Rewrote modules/textadept/run.lua to be easier to use and configure.
* Find in Files marks the selected line for easier reference.
* Save special buffers in session file (e.g. error buffer, message buffer, etc.)
* Moved mime-types into a configuration file (core/ext/mime_types.conf).
* Moved localization into a configuration file (core/locale.conf).

Textadept 1.4

February 11, 2009

Textadept 1.4 is released. http://caladbolg.net/textadept

Bugfixes:

  • Handle empty clipboard properly.
  • Fixed some widget focus issues.
  • Fixed a couple Find in Files bugs.
  • Workaround for GTK-OSX pasting issue.

Updates:

  • Added menu options for changing line endings.
  • The Project Manager Entry responds better.
  • Critical data in the Lua State is more bulletproof (e.g. textadept.buffers, textadept.views, etc.)
  • Keep only 10 items in Find/Replace history.
  • Special buffers aren’t “Untitled” anymore.
  • Moved textadept.locale table to the globals table.