Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-26 | Updated for 10.4. | ||
2019-04-18 | Do not emit an `events.SAVE_POINT_LEFT` event for unfocused views. | ||
Forcing a switch to and from the source buffer's view triggers "switch" view events, which can cause trouble. There's no need to know this in real-time and `buffer.modified` can be checked in an `events.BUFFER_AFTER_SWITCH` or `events.VIEW_AFTER_SWITCH` handler. | |||
2019-04-17 | Updated to Scintilla 3.10.4. | ||
2019-03-28 | Updated FAQ to address strange terminal version behavior due to libncurses6. | ||
2019-03-28 | Fixed scrolling found text into view on long lines. | ||
2019-03-27 | Also grow line number margin in new views as necessary. | ||
2019-03-27 | Recognize '.vue' and '.yml' file extensions. | ||
2019-03-27 | Small LuaDoc fix. | ||
2019-03-27 | Line number margin grows for large files as needed. | ||
2019-03-14 | Updated to lfs 1.7.0 and lpeg 1.0.2. | ||
Also updated LuaDoc. | |||
2019-03-09 | Updated interface to Scintilla 3.10.3. | ||
2019-03-09 | Updated to Scintilla 3.10.3. | ||
2019-02-28 | Added tag textadept_10.3 for changeset e7c3dfab62a7 | ||
2019-02-28 | Updated Lua autocompletion and documentation. | ||
2019-02-28 | Updated CHANGELOG.md. | ||
2019-02-28 | Removed patch fixed in Scintilla 3.10.2. | ||
2019-02-28 | Updated for 10.3. | ||
2019-02-28 | Updated to Scintilla 3.10.2. | ||
2019-02-28 | Fixed some LuaDoc. | ||
2019-02-20 | Added '#cloud-config' pattern for YAML files. | ||
2019-02-16 | Fixed escaping of newlines in generated Lua API documentation. | ||
2019-02-16 | Updated copyright year. | ||
2019-02-13 | Use WGET variable in Makefile for fetching dependencies. | ||
This allows other tools like curl to be used. | |||
2019-01-31 | Added block comment support for Nim. | ||
2019-01-31 | Do not limit version control markers to directories. | ||
At least git allows files named '.git'. | |||
2019-01-01 | Added tag textadept_10.3_beta for changeset 01428b9fbd45 | ||
2018-12-29 | Updated CHANGELOG.md. | ||
2018-12-29 | Updated Lua documentation. | ||
2018-12-29 | Updated for 10.3 beta. | ||
2018-12-17 | Ensure long filenames are visible in the reload dialog prompt on curses. | ||
2018-12-17 | Fixed handling of escaped double-quotes in `os.spawn()` on curses. | ||
2018-12-08 | Only pass command entry text to finish mode function. | ||
Silently passing second length parameter can cause subtle bugs in functions that accept more than one parameter. | |||
2018-11-29 | Fixed bug in new filter regarding extensions. | ||
If any extensions are specified as inclusive, exclude all others not specified. | |||
2018-11-27 | Fixed Alt+Gr key handling in the Windows terminal version. | ||
2018-11-27 | Added command line switch to jump to a buffer line. | ||
This is more convenient than '-e "goto_line(n - 1)"'. | |||
2018-11-26 | Changed filter format to be more flat and intuitive. | ||
Filters are now simply lists of inclusive and exclusive patterns. Added temporary compatibility and notice for old-style filters. | |||
2018-11-25 | Fixed internal documentation. | ||
2018-11-25 | Hijack `buffer:load_lexer_library()` to allow manual setting of input method. | ||
Apparently Mac OSX 10.14 is causing problems with GTK-OSX's normal input method switching. The input methods available are in Textadept.app's Contents/Resources/etc/gtk- 2.0/gtk.immodules file. Use the first string identifier. | |||
2018-11-12 | Handle potential mismatch between snippet in buffer and snippet in memory. | ||
Snippet prev/next coupled with subsequent edits may cause the buffer to contain an unexpected snippet placeholder. Handle it gracefully. | |||
2018-11-10 | Use versioned win32curses.zip. | ||
This allows previous versions of Textadept to compile against PDCurses 3.4 and newer versions to compile against 3.6. | |||
2018-11-10 | Fixed compiling issues with updated PDCurses 3.6. | ||
2018-11-10 | Updated to PDCurses 3.6. | ||
2018-11-07 | Restored default behavior of "Home" and "Shift+Home" on non-OSX platforms. | ||
2018-11-06 | Ensure 'Esc' clears highlighted words. | ||
2018-11-06 | Do not modify selection in `textadept.editing.highlight_word()`. | ||
2018-11-05 | Added optional position to `textadept.editing.show_documentation()`. | ||
2018-11-04 | Temporarily patched Scintilla to send SC_UPDATE_SELECTION for multiple select. | ||
This only affects `buffer:multiple_select_add_[next|each]()`. Patch submitted upstream. | |||
2018-11-01 | Added tag textadept_10.2 for changeset 9418438a2ac4 | ||
2018-11-01 | Updated manual and CHANGELOG.md. | ||
2018-10-31 | Updated CHANGELOG.md. | ||