aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
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
2018-01-25Updated copyright year.mitchell
2018-01-25Backported `buffer.move_extends_selection` from upstream Scintilla.mitchell
2017-12-31Updated for 10.0 alpha.mitchell
2017-12-31Updated LuaDoc.mitchell
2017-11-29Added `events.ZOOM`.mitchell
2017-11-18Enforce extra argument to `buffer:brace_match()` introduced in Scintilla 3.7.0.mitchell
2017-11-12Buffer settings on startup apply to subsequent buffers.mitchell
As a result, no need for a *properties.lua* file anymore. Also, renamed `ui.set_theme()` to `buffer.set_theme()`.
2017-11-10Removed redundant "Select in delimiter" menus and keys.mitchell
They can be auto-detected now.
2017-11-07No need to manually set codepage to UTF-8, now that it's Scintilla's default.mitchell
2017-11-06Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.mitchell
2017-10-31Updated for 9.6.mitchell
2017-08-28Updated for 9.5.mitchell
2017-08-20Added optional encoding parameter to `io.open_file()`.mitchell
Sometimes encoding auto-detection via `io.encodings` is more trouble than it's worth.
2017-08-16Mention that buffer's API is derived from Scintilla and provide docs link.mitchell
2017-07-02Added ability for buffer list to show buffers by z-order.mitchell
2017-06-30Updated for 9.5 beta.mitchell
2017-06-23Small code cleanup.mitchell
2017-06-21Correctly handle multiple '!' patterns in file filters.mitchell
This allows for specific file and folder includes.
2017-06-20Added support and documentation for new ui dialogs.mitchell
This requires gtdialog r108 (changeset 8465c20432e1).
2017-06-20Added documentation for new color selection dialog.mitchell
This requires gtdialog r106 (changeset 4fbcad4d2031).
2017-06-17Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3.mitchell