Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-01 | Updated for Textadept 7.6. | ||
2014-08-18 | Updated to Scintilla 3.5.0. | ||
2014-08-15 | Fixed LuaDoc; core/.buffer.luadoc | ||
2014-08-15 | More options for `lfs.dir_foreach()`; core/lfs_ext.lua | ||
A limit on the level of directories to recurse into can be placed, and directory names can be passed to functions. | |||
2014-08-10 | Switch to previous buffer after closing a buffer; core/ui.lua | ||
2014-08-09 | Indicate presence of a BOM next to statusbar encoding; core/ui.lua | ||
2014-07-19 | Updated Swedish translation; core/locales/locale.sv.conf | ||
Thanks to Niklas Wallén. | |||
2014-07-12 | Implement spawn functionality for terminal version. | ||
Requires lspawn r21. Thanks to Chris Emerson for proof-of-concept code. Spawning still does not work for Win32 terminal version, though. | |||
2014-07-10 | Updated for 7.5. | ||
2014-07-09 | Updated Polish translation; core/locales/locale.pl.conf | ||
Thanks to Piotr Orzechowski. | |||
2014-07-03 | Updated to Scintilla 3.4.4. | ||
2014-07-02 | Updated links and homepage. | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-06-24 | Updated Polish translation; core/locales/locale.pl.conf | ||
Thanks to Piotr Orzechowski | |||
2014-06-21 | Added Polish translation. | ||
Thanks to Piotr Orzechowski. | |||
2014-06-20 | Added `event.FOCUS` for when Textadept's window receives focus. | ||
2014-06-12 | Lua code cleanup. | ||
2014-06-10 | Updated for 7.4. | ||
2014-06-07 | Added buffer constants to buffer LuaDoc and improved Lua tags and api generator. | ||
2014-06-07 | Added parameter to `events.UPDATE_UI`. | ||
2014-06-04 | Updated spawn LuaDoc; core/init.lua | ||
2014-06-04 | Pressing "Enter" in message buffer simulates double-click. | ||
In a "Find in Files" buffer, goes to the file on the current line. In a message buffer, jumps to the error or warning on the current line. | |||
2014-05-31 | Updated for 7.3. | ||
2014-05-31 | Fixed erroneous LuaDoc. | ||
2014-05-29 | Code cleanup. | ||
2014-05-28 | Updated LuaDoc. | ||
2014-05-28 | Textadept's menus may be edited in-place via the `textadept.menu` module. | ||
Any changes, even incremental ones, are reflected immediately. As a result, removed `set_menubar()` and `set_contextmenus()` from API. | |||
2014-05-28 | Removed `textadept.editing.select_indented_block()`. | ||
2014-05-28 | Updated LuaDoc. | ||
2014-05-25 | Updated to Scintilla 3.4.2. | ||
Also temporarily include my upstream patch for autocompletion into multiple selections. When 3.4.3 comes out, the patch may be removed. This commit negates the requirement for Scintilla post 3.4.2, mentioned in 1736:12256c79f24b. | |||
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-05-24 | Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature. | ||
Removed workaround for autocompleting in multiple selections. Requires Scintilla changeset 5114:bd09a915437d. | |||
2014-05-23 | Renamed `io.set_buffer_encoding()` to `buffer:set_encoding()`. | ||
2014-05-13 | Documented new `proc:read()`; core/.proc.luadoc | ||
Requires lspawn r18. | |||
2014-04-30 | Updated documentation. | ||
2014-04-30 | Updated for 7.2. | ||
2014-04-10 | Updated for 7.2 beta 4. | ||
2014-04-10 | Temporarily disable spawn in OSX due to GLib crashes. | ||
2014-04-10 | Fixed bug introduced by r1710 relating to absolute paths. | ||
2014-04-06 | Added `lfs.abspath()` in order to always use absolute paths. | ||
Thanks to Pedro Andres Aranda Gutierrez. | |||
2014-04-06 | Fixed bug when cancelling dropdown dialog; core/ui.lua | ||
2014-04-01 | Updated for 7.2 beta 2. | ||
2014-03-28 | Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8. | ||
2014-03-28 | Added more documentation on project building. | ||
2014-03-27 | Added basic project support for snapopen and build scripts. | ||
Also fixed some curses errors introduced by the last commit. | |||
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-03-23 | Updated to Scintilla 3.4.0 and LuaJIT 2.0.3. | ||
2014-03-20 | Added new `ui.SILENT_PRINT` option for printing to buffers silently; core/ui.lua | ||
Those buffers will not steal focus and no views will be split. | |||
2014-03-05 | Added support for gtdialog's new `optionselect` dialog. | ||
This requires gtdialog r68 (changeset 1426c89d2874). | |||
2014-03-01 | Updated for 7.2 beta 2. | ||