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).

Leave a Reply