Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-19 | Updated translations. | ||
2016-06-15 | Allow binary files to be encoded in something else. | ||
UTF-16 files (and other encodings with null bytes) are initially recognized as binary files (no encoding). Allow encodings to be set for such files after load. | |||
2016-06-15 | Be more liberal about comments in locale files and use '#' by default. | ||
2016-06-15 | Removed explicit detection and use of extinct CR line endings. | ||
It's quite possible some of Textadept's functions didn't handle them properly anyway. | |||
2016-06-15 | Renamed "snapopen" to "quick open" in APIs and menus. | ||
2016-04-28 | Updated some translations. | ||
2016-04-16 | Added menu item and dialog for setting run/compile command arguments. | ||
2016-04-16 | Localize "Lua reset" message. | ||
2016-04-16 | Fixed spelling error in English-localized messages. | ||
2016-04-16 | Find in files should not print the contents of binary files. | ||
Use placeholder text instead. This is common in Unix tools. | |||
2016-04-07 | Only show snippet trigger and text in selection dialog. | ||
2015-12-31 | Updated copyright date. | ||
2015-11-04 | Updated Swedish translation; core/locales/locale.sv.conf | ||
Thanks to Niklas Wallén. | |||
2014-12-31 | Updated copyright year. | ||
2014-07-19 | Updated Swedish translation; core/locales/locale.sv.conf | ||
Thanks to Niklas Wallén. | |||
2014-05-28 | Removed `textadept.editing.select_indented_block()`. | ||
2014-05-24 | Removed Adeptsense in favor of new framework committed in r1735. | ||
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions. | |||
2014-03-26 | Include my new "lspawn" module by default for spawning processes. | ||
The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`. | |||
2014-01-14 | Added Swedish translation from Niklas Wallén. | ||