aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2019-07-11Updated to latest Scintilla LongTerm3 revision.mitchell
Scintilla.iface has changed, as has some of its underlying platform API. Testing sooner is better than later.
2019-06-30Updated for 10.5.mitchell
2019-06-30Updated to Scintilla 3.10.6.mitchell
2019-06-02Fixed bug with filters that have extension includes and pattern excludes.mitchell
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-01GTK+ was renamed to GTK recently.mitchell
2019-04-26Updated for 10.4.mitchell
2019-04-17Updated to Scintilla 3.10.4.mitchell
2019-03-27Small LuaDoc fix.mitchell
2019-03-09Updated interface to Scintilla 3.10.3.mitchell
2019-02-28Updated for 10.3.mitchell
2019-02-28Fixed some LuaDoc.mitchell
2019-02-16Updated copyright year.mitchell
2019-01-31Do not limit version control markers to directories.mitchell
At least git allows files named '.git'.
2018-12-29Updated for 10.3 beta.mitchell
2018-12-17Ensure long filenames are visible in the reload dialog prompt on curses.mitchell
2018-11-29Fixed bug in new filter regarding extensions.mitchell
If any extensions are specified as inclusive, exclude all others not specified.
2018-11-26Changed filter format to be more flat and intuitive.mitchell
Filters are now simply lists of inclusive and exclusive patterns. Added temporary compatibility and notice for old-style filters.
2018-11-25Fixed internal documentation.mitchell
2018-10-31Updated for 10.2.mitchell
2018-10-31Updated to Scintilla 3.10.1.mitchell
2018-10-31Fixed inability to resize one split view configuration with the mouse in curses.mitchell
2018-10-22Added module for recording, playing, saving, and loading keyboard macros.mitchell
2018-10-17When filtering text through shell commands, halt on non-zero status code.mitchell
2018-10-17Return spawned process' exit code in `spawn_proc:wait()`.mitchell
2018-10-17Document the fact that `ui.print()` cannot be called during init.mitchell
2018-10-15Tweaked `os.spawn()` to allow omission of both cwd and env parameters.mitchell
2018-10-14Experimentally move external lspawn module into Lua os module as a patch.mitchell
2018-09-28Updated for 10.1.mitchell
2018-09-21Added Chinese translation.mitchell
Thanks to Misel Alexander.
2018-09-10Added ability to save/restore persistent data during reset.mitchell
2018-08-06Fixed view focus synchronization issues when dropping files into split views.mitchell
2018-07-28Removed optional '*' prefix in I/O reads.mitchell
Lua 5.3 made them optional and LuaJIT support has been dropped.
2018-07-26Updated for 10.0.mitchell
2018-06-30Updated to Scintilla 3.10.0.mitchell
2018-06-12Updated German localization.mitchell
Thanks to Christof Böckler.
2018-05-31Updated for Textadept 10.0 beta 2.mitchell
2018-05-02Fixed Windows icon.mitchell
Embed multiple sizes in one icon file.
2018-04-30Updated for Textadept 10.0 beta.mitchell
2018-04-25Removed LuaJIT version of Textadept.mitchell
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
2018-04-15Updated Textadept icon.mitchell
2018-03-30Updated for 10.0 alpha 3.mitchell
2018-03-25Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.mitchell
2018-03-24Updated to pre-release version of Scintilla 3.8.0.mitchell
2018-02-28Updated for 10.0 alpha 2.mitchell
2018-02-24Updated LuaDoc.mitchell
2018-02-21The terminal version can immediately focus a clicked view.mitchell
This allows for immediate scrolling, selections, etc. in non-focused views. This behavior mimics the GUI version.
2018-02-16Added UTF-16 to the default list of detected encodings.mitchell
2018-02-16Fixed crash when attempting to show badly-encoded filename in titlebar.mitchell
2018-02-16Fixed copy-paste between views in the terminal version.mitchell
2018-02-16Fixed bug in remote-controlled Textadept when no args were initially given.mitchell