Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-28 | Autopair, typeover, and backspace delete match works with multiple selection. | ||
2020-02-26 | Fixed bugs in return values for standard_dropdown and msgbox dialogs. | ||
standard_dropdown was not returning the right value and msgboxes could not return string output. | |||
2020-02-26 | Small code cleanup. | ||
2020-02-26 | Fixed some documentation. | ||
2020-02-24 | Alphabetize command line switches when showing help. | ||
2020-02-24 | Fixed skipping of next event handler after disconnecting the current one. | ||
Also removed localization for undefined event name. It was confusing, and anyone connecting to or emitting events should be comfortable with the error message, as it's consistent with Lua's type error messages. | |||
2020-02-24 | Added `_SCINTILLA.events` and use it for SCNotifications. | ||
2020-02-21 | Removed '_' mnemonics from locale keys. | ||
Kept backward-compatibility for now. | |||
2020-02-21 | Tweaked localization keys. | ||
This is in anticipate of removing '_' from keys, which would have created duplicate keys. | |||
2020-02-19 | Updated LuaDoc. | ||
2020-02-18 | Added snippet trigger word completion. | ||
Also refactored snippet lookup, added options to Lua and C modules to include snippet triggers in autocompletion lists, swapped snippet keybindings, and fixed a bug recognizing lexer-specific snippet files as global. | |||
2020-02-07 | Update the buffer z-order list when switching between views too. | ||
This fixes the case where switching between views can prevent switching to the previous view's buffer, which may be desirable. | |||
2020-01-16 | Fixed some Windows terminal version issues and updated to PDCurses 3.9. | ||
`io.popen()` and `os.execute()` change the console mode such that mouse clicks are no longer detected. Make sure it's reset. Also prevent `os.execute()` output from overwriting the window. | |||
2019-12-31 | Updated copyright year. | ||
2019-12-31 | Updated to Scintilla 3.11.2. | ||
2019-12-31 | Updated for 10.8. | ||
2019-11-18 | Fixed event arguments for `events.AUTO_C_SELECTION_CHANGE`. | ||
2019-11-13 | Make new arguments to `events.TAB_CLICKED` backwards-compatible. | ||
2019-11-07 | Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys. | ||
This allows users to close buffers on middle-click for example. | |||
2019-10-31 | Updated for 10.7. | ||
2019-10-26 | Updated to Scintilla 3.11.1. | ||
2019-09-25 | Fixed opening of non-UTF-8-encoded filenames dropped into a view. | ||
2019-09-23 | Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`. | ||
Also updated keybindings. | |||
2019-09-21 | Added back "Paste Reindent", but as a separate menu/key/command from "Paste". | ||
2019-09-20 | Do not restore rectangular selection mode on buffer switch. | ||
If the mode was not originally enabled, this just causes confusion. | |||
2019-09-20 | Restore rectangular selection state when switching between buffers. | ||
2019-09-19 | Restore virtual space state when switching between buffers. | ||
2019-09-19 | Fixed bug introduced in r2623. | ||
2019-09-19 | Properly handle absolute paths in run output and case-insensitivity on Windows. | ||
2019-08-31 | Updated LuaDoc. | ||
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. |