aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-30Updated to Scintilla 5.1.3.mitchell
There is a crash on the Gtk platform that has been temporarily patched until a fix is released.
2021-09-30Updating some test data to reflect local environment changes.mitchell
After an OS upgrade, some /etc file permissions have changed, and spellcheck seems to have added 'foo'.
2021-09-30Fixed Windows-specific path display in the manual.mitchell
2021-09-18Updated to Scintillua 5.2.mitchell
2021-09-01Do not run command entry again while in command entry.mitchell
This will hide the entry but keep the key mode.
2021-08-31Updated Lua autocompletion and documentation.mitchell
2021-08-31Updated to Scintillua 5.1 and Lexilla 5.1.0.mitchell
2021-08-03Added tag textadept_11.2 for changeset e3fb9eba312cmitchell
2021-08-01Updated changelog.mitchell
2021-08-01Updated for 11.2.mitchell
2021-07-27Fixed build error with update to Scintilla 5.1.1.mitchell
2021-07-27Attempt to work around autocompletion list not hiding when command entry ↵mitchell
hides on Windows. Ideally Scintilla would handle this properly, as this issue was introduced in a recent 5.x release.
2021-07-26Updated to Scintilla 5.1.1.mitchell
2021-06-27Updated to Scintilla 5.1.0.mitchell
2021-06-26Obfuscate contact information a bit more.mitchell
2021-06-26Added screenshots to README.mitchell
2021-06-26Append trailing newline to multiple and rectangular selection input for ↵mitchell
`filter_through()`. This fixes issues for commands like `tac` (print in reverse).
2021-06-16Updated to a more recent version of cloc for counting code.mitchell
2021-06-12Added tag textadept_11.2_beta_3 for changeset 83cd6420b3a4mitchell
2021-06-12Fixed incorrect bitwise operation.mitchell
This consolidates changes from r3135 and r3149 and fixes an additional restore selection case.
2021-06-11Updated changelog.mitchell
2021-06-11Updated Lua autocompletion and documentation.mitchell
2021-06-11Updated for 11.2 beta 3.mitchell
2021-06-11Support "Replace All" in multiple and rectangular selection.mitchell
2021-06-10`textadept.editing.filter_through` respects multiple and rectangular ↵mitchell
selection now. The required Scintilla patch has been upstreamed and will be in the next release.
2021-06-08Do not attempt to restore the selection when typing after selecting/deleting ↵mitchell
all text. This extends r3135 to also handle auto-paired characters.
2021-06-05Fixed display of secondary selections on Linux.mitchell
2021-06-05Allow "Replace All" for empty regex matches.mitchell
2021-06-04Allow syntax highlighting to be preserved in selected text.mitchell
Also fix some visual issues with selected and inactive text.
2021-06-02Fixed download link in changelog.mitchell
2021-06-01Added tag textadept_11.2_beta_2 for changeset 3831d8295575mitchell
2021-06-01Fixed typo in changelog.mitchell
2021-06-01Updated to latest Scintillua and Scinterm.mitchell
2021-06-01Updated scintilla.patch for Scintilla 5.0.3.mitchell
2021-06-01Updated changelog.mitchell
2021-06-01Added support for Gleam.mitchell
2021-05-30Updated LuaDoc.mitchell
2021-05-29Updated for 11.2 beta 2.mitchell
2021-05-29Updated to Scintilla 5.0.3.mitchell
Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given.
2021-05-29Do not attempt to restore the selection when typing after selecting/deleting ↵mitchell
all text. Otherwise each typed character overwrites the previously typed character.
2021-05-01Revert printing test output to stdout.mitchell
This was not working as hoped in a headless test environment.
2021-05-01Print test output to stdout and add option to quit after running tests.mitchell
2021-05-01Reverted printing initialization errors to stderr.mitchell
2021-05-01Do not clobber user's terminal on initialization error.mitchell
Also fix memory leak.
2021-05-01Print initialization errors to stderr in addition to showing dialog.mitchell
This can be helpful when running in a headless test environment.
2021-04-30Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with ↵mitchell
`events.BUFFER_{BEFORE,AFTER}_REPLACE_TEXT`. This allows more features to save/restore state when buffer contents are replaced (e.g. file reload, filter through, etc.)
2021-04-30When filtering through, do not replace buffer contents if nothing changed.mitchell
This will clear the redo stack, which can be unhelpful when formatting code on save, for example.
2021-04-26Fixed Scintilla crash on macOS related to recent Scintilla changes.mitchell
Like Windows, macOS does not support font options.
2021-04-19Fixed documentation on generating Lua autocompletion and documentation files ↵mitchell
for user modules.
2021-04-16Added ability to specify find & replace pane entry font via ↵mitchell
`ui.find.entry_font`. Also use type checks when setting find & replace text and labels.