aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-20Ensure the terminal cursor is visible for Find and Replace.mitchell
The latest Scinterm hg hides the cursor when the Scintilla caret is out of view.
2021-10-12Test debugger history.mitchell
2021-10-12Updated debugger tests with watch variables (no break).mitchell
Also cleaned up code.
2021-10-06Test setting stack frames in the Lua debugger.mitchell
Requires the latest debugger module.
2021-10-06Reverted inadvertant change.mitchell
2021-10-06Do not use status buffers when running debugger tests.mitchell
This option exists in the latest debugger module.
2021-10-06Updated gdb debugger test.mitchell
Newer versions of gdb report different line numbers when stepping into functions.
2021-10-01Added tag textadept_11.3_beta for changeset 3cb15f7faae3mitchell
2021-10-01Fixed uncommenting comments that are not initially aligned.mitchell
2021-10-01Updated changelog.mitchell
2021-09-30Updated Lua autocompletion and documentation.mitchell
2021-09-30Updated for 11.3 beta.mitchell
2021-09-30Updated to latest Scintillua and Scinterm.mitchell
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