aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2019-12-31Updated to Scintilla 3.11.2.mitchell
2019-12-31Updated for 10.8.mitchell
2019-11-18Fixed event arguments for `events.AUTO_C_SELECTION_CHANGE`.mitchell
2019-11-13Make new arguments to `events.TAB_CLICKED` backwards-compatible.mitchell
2019-11-07Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys.mitchell
This allows users to close buffers on middle-click for example.
2019-10-31Updated for 10.7.mitchell
2019-10-26Updated to Scintilla 3.11.1.mitchell
2019-09-25Fixed opening of non-UTF-8-encoded filenames dropped into a view.mitchell
2019-09-23Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.mitchell
Also updated keybindings.
2019-09-21Added back "Paste Reindent", but as a separate menu/key/command from "Paste".mitchell
2019-09-20Do not restore rectangular selection mode on buffer switch.mitchell
If the mode was not originally enabled, this just causes confusion.
2019-09-20Restore rectangular selection state when switching between buffers.mitchell
2019-09-19Restore virtual space state when switching between buffers.mitchell
2019-09-19Fixed bug introduced in r2623.mitchell
2019-09-19Properly handle absolute paths in run output and case-insensitivity on Windows.mitchell
2019-08-31Updated LuaDoc.mitchell
2019-08-30Updated for 10.6.mitchell
2019-08-07Improve caret sticky behavior when switching between buffers.mitchell
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-30Fail more gracefully when attempting to create buffers on init.mitchell
2019-07-30Use CP1252 instead of ISO-8859-1.mitchell
CP1252 is a superset of ISO-8859-1.
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