aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Collapse)AuthorAge
* Updated to Scintilla 3.11.1.Gravatar mitchell2019-10-26
|
* Fixed opening of non-UTF-8-encoded filenames dropped into a view.Gravatar mitchell2019-09-25
|
* Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.Gravatar mitchell2019-09-23
| | | | Also updated keybindings.
* Added back "Paste Reindent", but as a separate menu/key/command from "Paste".Gravatar mitchell2019-09-21
|
* Do not restore rectangular selection mode on buffer switch.Gravatar mitchell2019-09-20
| | | | If the mode was not originally enabled, this just causes confusion.
* Restore rectangular selection state when switching between buffers.Gravatar mitchell2019-09-20
|
* Restore virtual space state when switching between buffers.Gravatar mitchell2019-09-19
|
* Fixed bug introduced in r2623.Gravatar mitchell2019-09-19
|
* Properly handle absolute paths in run output and case-insensitivity on Windows.Gravatar mitchell2019-09-19
|
* Updated LuaDoc.Gravatar mitchell2019-08-31
|
* Updated for 10.6.Gravatar mitchell2019-08-30
|
* Improve caret sticky behavior when switching between buffers.Gravatar mitchell2019-08-07
| | | | | | 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.).
* Fail more gracefully when attempting to create buffers on init.Gravatar mitchell2019-07-30
|
* Use CP1252 instead of ISO-8859-1.Gravatar mitchell2019-07-30
| | | | CP1252 is a superset of ISO-8859-1.
* Updated to latest Scintilla LongTerm3 revision.Gravatar mitchell2019-07-11
| | | | | Scintilla.iface has changed, as has some of its underlying platform API. Testing sooner is better than later.
* Updated for 10.5.Gravatar mitchell2019-06-30
|
* Updated to Scintilla 3.10.6.Gravatar mitchell2019-06-30
|
* Fixed bug with filters that have extension includes and pattern excludes.Gravatar mitchell2019-06-02
| | | | | | 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.
* GTK+ was renamed to GTK recently.Gravatar mitchell2019-06-01
|
* Updated for 10.4.Gravatar mitchell2019-04-26
|
* Updated to Scintilla 3.10.4.Gravatar mitchell2019-04-17
|
* Small LuaDoc fix.Gravatar mitchell2019-03-27
|
* Updated interface to Scintilla 3.10.3.Gravatar mitchell2019-03-09
|
* Updated for 10.3.Gravatar mitchell2019-02-28
|
* Fixed some LuaDoc.Gravatar mitchell2019-02-28
|
* Updated copyright year.Gravatar mitchell2019-02-16
|
* Do not limit version control markers to directories.Gravatar mitchell2019-01-31
| | | | At least git allows files named '.git'.
* Updated for 10.3 beta.Gravatar mitchell2018-12-29
|
* Ensure long filenames are visible in the reload dialog prompt on curses.Gravatar mitchell2018-12-17
|
* Fixed bug in new filter regarding extensions.Gravatar mitchell2018-11-29
| | | | If any extensions are specified as inclusive, exclude all others not specified.
* Changed filter format to be more flat and intuitive.Gravatar mitchell2018-11-26
| | | | | Filters are now simply lists of inclusive and exclusive patterns. Added temporary compatibility and notice for old-style filters.
* Fixed internal documentation.Gravatar mitchell2018-11-25
|
* Updated for 10.2.Gravatar mitchell2018-10-31
|
* Updated to Scintilla 3.10.1.Gravatar mitchell2018-10-31
|
* Fixed inability to resize one split view configuration with the mouse in curses.Gravatar mitchell2018-10-31
|
* Added module for recording, playing, saving, and loading keyboard macros.Gravatar mitchell2018-10-22
|
* When filtering text through shell commands, halt on non-zero status code.Gravatar mitchell2018-10-17
|
* Return spawned process' exit code in `spawn_proc:wait()`.Gravatar mitchell2018-10-17
|
* Document the fact that `ui.print()` cannot be called during init.Gravatar mitchell2018-10-17
|
* Tweaked `os.spawn()` to allow omission of both cwd and env parameters.Gravatar mitchell2018-10-15
|
* Experimentally move external lspawn module into Lua os module as a patch.Gravatar mitchell2018-10-14
|
* Updated for 10.1.Gravatar mitchell2018-09-28
|
* Added Chinese translation.Gravatar mitchell2018-09-21
| | | | Thanks to Misel Alexander.
* Added ability to save/restore persistent data during reset.Gravatar mitchell2018-09-10
|
* Fixed view focus synchronization issues when dropping files into split views.Gravatar mitchell2018-08-06
|
* Removed optional '*' prefix in I/O reads.Gravatar mitchell2018-07-28
| | | | Lua 5.3 made them optional and LuaJIT support has been dropped.
* Updated for 10.0.Gravatar mitchell2018-07-26
|
* Updated to Scintilla 3.10.0.Gravatar mitchell2018-06-30
|
* Updated German localization.Gravatar mitchell2018-06-12
| | | | Thanks to Christof Böckler.
* Updated for Textadept 10.0 beta 2.Gravatar mitchell2018-05-31
|