aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-01GTK+ was renamed to GTK recently.mitchell
2019-05-03Updated default main window size and some default dialog sizes.mitchell
1080p (full HD) screens seem to be the norm now.
2019-05-02Added case-insensitive option to `textadept.editing.show_documentation()`.mitchell
2019-05-02Do not advance the caret on failed incremental find.mitchell
2019-04-30Added tag textadept_10.4 for changeset 594d642981eamitchell
2019-04-30Removed "new" references to the Textadept Quick References book.mitchell
2019-04-30Updated CHANGELOG.md.mitchell
2019-04-27Updated Scintilla revision to fix compile error on old Mac OSX SDK.mitchell
2019-04-26Updated CHANGELOG.md.mitchell
2019-04-26Updated Lua autocompletion and documentation.mitchell
2019-04-26Updated for 10.4.mitchell
2019-04-18Do not emit an `events.SAVE_POINT_LEFT` event for unfocused views.mitchell
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-17Updated to Scintilla 3.10.4.mitchell
2019-03-28Updated FAQ to address strange terminal version behavior due to libncurses6.mitchell
2019-03-28Fixed scrolling found text into view on long lines.mitchell
2019-03-27Also grow line number margin in new views as necessary.mitchell
2019-03-27Recognize '.vue' and '.yml' file extensions.mitchell
2019-03-27Small LuaDoc fix.mitchell
2019-03-27Line number margin grows for large files as needed.mitchell
2019-03-14Updated to lfs 1.7.0 and lpeg 1.0.2.mitchell
Also updated LuaDoc.
2019-03-09Updated interface to Scintilla 3.10.3.mitchell
2019-03-09Updated to Scintilla 3.10.3.mitchell
2019-02-28Added tag textadept_10.3 for changeset e7c3dfab62a7mitchell
2019-02-28Updated Lua autocompletion and documentation.mitchell
2019-02-28Updated CHANGELOG.md.mitchell
2019-02-28Removed patch fixed in Scintilla 3.10.2.mitchell
2019-02-28Updated for 10.3.mitchell
2019-02-28Updated to Scintilla 3.10.2.mitchell
2019-02-28Fixed some LuaDoc.mitchell
2019-02-20Added '#cloud-config' pattern for YAML files.mitchell
2019-02-16Fixed escaping of newlines in generated Lua API documentation.mitchell
2019-02-16Updated copyright year.mitchell
2019-02-13Use WGET variable in Makefile for fetching dependencies.mitchell
This allows other tools like curl to be used.
2019-01-31Added block comment support for Nim.mitchell
2019-01-31Do not limit version control markers to directories.mitchell
At least git allows files named '.git'.
2019-01-01Added tag textadept_10.3_beta for changeset 01428b9fbd45mitchell
2018-12-29Updated CHANGELOG.md.mitchell
2018-12-29Updated Lua documentation.mitchell
2018-12-29Updated for 10.3 beta.mitchell
2018-12-17Ensure long filenames are visible in the reload dialog prompt on curses.mitchell
2018-12-17Fixed handling of escaped double-quotes in `os.spawn()` on curses.mitchell
2018-12-08Only pass command entry text to finish mode function.mitchell
Silently passing second length parameter can cause subtle bugs in functions that accept more than one parameter.
2018-11-29Fixed bug in new filter regarding extensions.mitchell
If any extensions are specified as inclusive, exclude all others not specified.
2018-11-27Fixed Alt+Gr key handling in the Windows terminal version.mitchell
2018-11-27Added command line switch to jump to a buffer line.mitchell
This is more convenient than '-e "goto_line(n - 1)"'.
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-11-25Hijack `buffer:load_lexer_library()` to allow manual setting of input method.mitchell
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-12Handle potential mismatch between snippet in buffer and snippet in memory.mitchell
Snippet prev/next coupled with subsequent edits may cause the buffer to contain an unexpected snippet placeholder. Handle it gracefully.
2018-11-10Use versioned win32curses.zip.mitchell
This allows previous versions of Textadept to compile against PDCurses 3.4 and newer versions to compile against 3.6.