Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-30 | Updated for 10.6. | ||
2019-08-07 | Improve caret sticky behavior when switching between buffers. | ||
This works best with buffer.CARET_STICKY_OFF. For any other sticky setting, the last x position may be lost (e.g. when set by mouse click, inserted indentation, etc.). | |||
2019-07-30 | Fail more gracefully when attempting to create buffers on init. | ||
2019-07-30 | Use CP1252 instead of ISO-8859-1. | ||
CP1252 is a superset of ISO-8859-1. | |||
2019-07-11 | Updated to latest Scintilla LongTerm3 revision. | ||
Scintilla.iface has changed, as has some of its underlying platform API. Testing sooner is better than later. | |||
2019-06-30 | Updated for 10.5. | ||
2019-06-30 | Updated to Scintilla 3.10.6. | ||
2019-06-02 | Fixed bug with filters that have extension includes and pattern excludes. | ||
This was particularly problematic when attempting to fetch all files with a given extension, but not in a particular directory. Also updated some relevant LuaDoc and removed temporary compatibility warnings. | |||
2019-06-01 | GTK+ was renamed to GTK recently. | ||
2019-04-26 | Updated for 10.4. | ||
2019-04-17 | Updated to Scintilla 3.10.4. | ||
2019-03-27 | Small LuaDoc fix. | ||
2019-03-09 | Updated interface to Scintilla 3.10.3. | ||
2019-02-28 | Updated for 10.3. | ||
2019-02-28 | Fixed some LuaDoc. | ||
2019-02-16 | Updated copyright year. | ||
2019-01-31 | Do not limit version control markers to directories. | ||
At least git allows files named '.git'. | |||
2018-12-29 | Updated for 10.3 beta. | ||
2018-12-17 | Ensure long filenames are visible in the reload dialog prompt on curses. | ||
2018-11-29 | Fixed bug in new filter regarding extensions. | ||
If any extensions are specified as inclusive, exclude all others not specified. | |||
2018-11-26 | Changed filter format to be more flat and intuitive. | ||
Filters are now simply lists of inclusive and exclusive patterns. Added temporary compatibility and notice for old-style filters. | |||
2018-11-25 | Fixed internal documentation. | ||
2018-10-31 | Updated for 10.2. | ||
2018-10-31 | Updated to Scintilla 3.10.1. | ||
2018-10-31 | Fixed inability to resize one split view configuration with the mouse in curses. | ||
2018-10-22 | Added module for recording, playing, saving, and loading keyboard macros. | ||
2018-10-17 | When filtering text through shell commands, halt on non-zero status code. | ||
2018-10-17 | Return spawned process' exit code in `spawn_proc:wait()`. | ||
2018-10-17 | Document the fact that `ui.print()` cannot be called during init. | ||
2018-10-15 | Tweaked `os.spawn()` to allow omission of both cwd and env parameters. | ||
2018-10-14 | Experimentally move external lspawn module into Lua os module as a patch. | ||
2018-09-28 | Updated for 10.1. | ||
2018-09-21 | Added Chinese translation. | ||
Thanks to Misel Alexander. | |||
2018-09-10 | Added ability to save/restore persistent data during reset. | ||
2018-08-06 | Fixed view focus synchronization issues when dropping files into split views. | ||
2018-07-28 | Removed optional '*' prefix in I/O reads. | ||
Lua 5.3 made them optional and LuaJIT support has been dropped. | |||
2018-07-26 | Updated for 10.0. | ||
2018-06-30 | Updated to Scintilla 3.10.0. | ||
2018-06-12 | Updated German localization. | ||
Thanks to Christof Böckler. | |||
2018-05-31 | Updated for Textadept 10.0 beta 2. | ||
2018-05-02 | Fixed Windows icon. | ||
Embed multiple sizes in one icon file. | |||
2018-04-30 | Updated for Textadept 10.0 beta. | ||
2018-04-25 | Removed LuaJIT version of Textadept. | ||
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax. | |||
2018-04-15 | Updated Textadept icon. | ||
2018-03-30 | Updated for 10.0 alpha 3. | ||
2018-03-25 | Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg. | ||
2018-03-24 | Updated to pre-release version of Scintilla 3.8.0. | ||
2018-02-28 | Updated for 10.0 alpha 2. | ||
2018-02-24 | Updated LuaDoc. | ||
2018-02-21 | The terminal version can immediately focus a clicked view. | ||
This allows for immediate scrolling, selections, etc. in non-focused views. This behavior mimics the GUI version. |