aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-10Removed redundant "Select in delimiter" menus and keys.mitchell
They can be auto-detected now.
2017-11-10Removed `textadept.editing.match_brace()`.mitchell
"Select to Matching Brace" has been moved into `textadept.editing.select_enclosed()`, which now automatically determines what to select between if no arguments are given.
2017-11-07Pasted text is reindented by default.mitchell
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-31Added tag textadept_9.6 for changeset 49292c42ef3fmitchell
2017-10-31Updated CHANGELOG.md.mitchell
2017-10-31Removed accidentally committed link.mitchell
2017-10-31Updated for 9.6.mitchell
2017-10-31Fixed APDL block commenting.mitchell
2017-10-26Fixed TRE's lack of considering '\r' as a newline character.mitchell
2017-10-06Patched Scintilla to revert caret block placement change introduced in 9.3.mitchell
2017-08-31Added tag textadept_9.5 for changeset bc7665c4d239mitchell
2017-08-29Updated CHANGELOG.md.mitchell
2017-08-28Updated Lua autocompletion and documentation.mitchell
2017-08-28Updated for 9.5.mitchell
2017-08-28Updated to latest Scinterm revision.mitchell
2017-08-28Added support for Myrddin.mitchell
2017-08-27Made `textadept.editing.transpose_chars()` UTF-8-aware.mitchell
2017-08-27Updated Info.plist such that Textadept appears in the "Open With..." menu.mitchell
Thanks to Franck Guadagnini.
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-19Link to Lua Quick Reference in e-book bundle.mitchell
2017-08-19Updated to Scintillua 3.7.5-1.mitchell
2017-08-16Mention that buffer's API is derived from Scintilla and provide docs link.mitchell
2017-08-09Ensure context menus are configurable without the need for events.mitchell
2017-07-25Properly handle `buffer.margin_left` and `buffer.margin_right`.mitchell
Scintilla's iface for them is different than similar properties.
2017-07-08Just link to donation page and e-book page instead of embedding them.mitchell
2017-07-08Added link to e-book bundle with Lua Quick Reference.mitchell
2017-07-06Do not attempt to provide autocompletions when there is no context.mitchell
2017-07-02When searching in files, show more lines below a match.mitchell
2017-07-02Added ability for buffer list to show buffers by z-order.mitchell
2017-06-30Added tag textadept_9.5_beta for changeset 6f6113d6c519mitchell
2017-06-30Updated CHANGELOG.md.mitchell
2017-06-30Updated Lua autocompletion and documentation.mitchell
2017-06-30Small LuaDoc update.mitchell
2017-06-30Updated for 9.5 beta.mitchell
2017-06-27Added FAQ entry on Mercurial TLS settings.mitchell
2017-06-27Textadept Quick Reference Third Edition is no longer "new".mitchell
2017-06-25Updated to gtDialog 1.4.mitchell
2017-06-25Updated to Scinterm 1.9.mitchell
2017-06-23Small code cleanup.mitchell
2017-06-22Lua command entry improvements.mitchell
Mimic Lua 5.3 interpreter by auto-printing results and making '=' prefix optional, call returned functions implicitly (no calling parentheses required), and pretty print tables.
2017-06-22Allow pipes in shell command for "filter through".mitchell
2017-06-21Correctly handle multiple '!' patterns in file filters.mitchell
This allows for specific file and folder includes.
2017-06-21Sort Scintilla backport patches before applying them.mitchell
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-20Updated key binding in manual for cancelling a snippet.mitchell
2017-06-17Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3.mitchell
2017-06-04Fixed start-anchored "find prev" TRE regex searches; src/scintilla.patchmitchell