aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Updated changelog.Gravatar mitchell2021-10-01
|
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-09-30
|
* Updated for 11.3 beta.Gravatar mitchell2021-09-30
|
* Updated to latest Scintillua and Scinterm.Gravatar mitchell2021-09-30
|
* Updated to Scintilla 5.1.3.Gravatar mitchell2021-09-30
| | | | There is a crash on the Gtk platform that has been temporarily patched until a fix is released.
* Updating some test data to reflect local environment changes.Gravatar mitchell2021-09-30
| | | | | After an OS upgrade, some /etc file permissions have changed, and spellcheck seems to have added 'foo'.
* Fixed Windows-specific path display in the manual.Gravatar mitchell2021-09-30
|
* Updated to Scintillua 5.2.Gravatar mitchell2021-09-18
|
* Do not run command entry again while in command entry.Gravatar mitchell2021-09-01
| | | | This will hide the entry but keep the key mode.
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-08-31
|
* Updated to Scintillua 5.1 and Lexilla 5.1.0.Gravatar mitchell2021-08-31
|
* Added tag textadept_11.2 for changeset e3fb9eba312cGravatar mitchell2021-08-03
|
* Updated changelog.Gravatar mitchell2021-08-01
|
* Updated for 11.2.Gravatar mitchell2021-08-01
|
* Fixed build error with update to Scintilla 5.1.1.Gravatar mitchell2021-07-27
|
* Attempt to work around autocompletion list not hiding when command entry ↵Gravatar mitchell2021-07-27
| | | | | | hides on Windows. Ideally Scintilla would handle this properly, as this issue was introduced in a recent 5.x release.
* Updated to Scintilla 5.1.1.Gravatar mitchell2021-07-26
|
* Updated to Scintilla 5.1.0.Gravatar mitchell2021-06-27
|
* Obfuscate contact information a bit more.Gravatar mitchell2021-06-26
|
* Added screenshots to README.Gravatar mitchell2021-06-26
|
* Append trailing newline to multiple and rectangular selection input for ↵Gravatar mitchell2021-06-26
| | | | | | `filter_through()`. This fixes issues for commands like `tac` (print in reverse).
* Updated to a more recent version of cloc for counting code.Gravatar mitchell2021-06-16
|
* Added tag textadept_11.2_beta_3 for changeset 83cd6420b3a4Gravatar mitchell2021-06-12
|
* Fixed incorrect bitwise operation.Gravatar mitchell2021-06-12
| | | | This consolidates changes from r3135 and r3149 and fixes an additional restore selection case.
* Updated changelog.Gravatar mitchell2021-06-11
|
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-06-11
|
* Updated for 11.2 beta 3.Gravatar mitchell2021-06-11
|
* Support "Replace All" in multiple and rectangular selection.Gravatar mitchell2021-06-11
|
* `textadept.editing.filter_through` respects multiple and rectangular ↵Gravatar mitchell2021-06-10
| | | | | | selection now. The required Scintilla patch has been upstreamed and will be in the next release.
* Do not attempt to restore the selection when typing after selecting/deleting ↵Gravatar mitchell2021-06-08
| | | | | | all text. This extends r3135 to also handle auto-paired characters.
* Fixed display of secondary selections on Linux.Gravatar mitchell2021-06-05
|
* Allow "Replace All" for empty regex matches.Gravatar mitchell2021-06-05
|
* Allow syntax highlighting to be preserved in selected text.Gravatar mitchell2021-06-04
| | | | Also fix some visual issues with selected and inactive text.
* Fixed download link in changelog.Gravatar mitchell2021-06-02
|
* Added tag textadept_11.2_beta_2 for changeset 3831d8295575Gravatar mitchell2021-06-01
|
* Fixed typo in changelog.Gravatar mitchell2021-06-01
|
* Updated to latest Scintillua and Scinterm.Gravatar mitchell2021-06-01
|
* Updated scintilla.patch for Scintilla 5.0.3.Gravatar mitchell2021-06-01
|
* Updated changelog.Gravatar mitchell2021-06-01
|
* Added support for Gleam.Gravatar mitchell2021-06-01
|
* Updated LuaDoc.Gravatar mitchell2021-05-30
|
* Updated for 11.2 beta 2.Gravatar mitchell2021-05-29
|
* Updated to Scintilla 5.0.3.Gravatar mitchell2021-05-29
| | | | Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given.
* Do not attempt to restore the selection when typing after selecting/deleting ↵Gravatar mitchell2021-05-29
| | | | | | all text. Otherwise each typed character overwrites the previously typed character.
* Revert printing test output to stdout.Gravatar mitchell2021-05-01
| | | | This was not working as hoped in a headless test environment.
* Print test output to stdout and add option to quit after running tests.Gravatar mitchell2021-05-01
|
* Reverted printing initialization errors to stderr.Gravatar mitchell2021-05-01
|
* Do not clobber user's terminal on initialization error.Gravatar mitchell2021-05-01
| | | | Also fix memory leak.
* Print initialization errors to stderr in addition to showing dialog.Gravatar mitchell2021-05-01
| | | | This can be helpful when running in a headless test environment.
* Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with ↵Gravatar mitchell2021-04-30
| | | | | | | `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.)