Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-31 | Updated Lua autocompletion and documentation. | ||
2021-08-31 | Updated to Scintillua 5.1 and Lexilla 5.1.0. | ||
2021-08-03 | Added tag textadept_11.2 for changeset e3fb9eba312c | ||
2021-08-01 | Updated changelog. | ||
2021-08-01 | Updated for 11.2. | ||
2021-07-27 | Fixed build error with update to Scintilla 5.1.1. | ||
2021-07-27 | Attempt to work around autocompletion list not hiding when command entry ↵ | ||
hides on Windows. Ideally Scintilla would handle this properly, as this issue was introduced in a recent 5.x release. | |||
2021-07-26 | Updated to Scintilla 5.1.1. | ||
2021-06-27 | Updated to Scintilla 5.1.0. | ||
2021-06-26 | Obfuscate contact information a bit more. | ||
2021-06-26 | Added screenshots to README. | ||
2021-06-26 | Append trailing newline to multiple and rectangular selection input for ↵ | ||
`filter_through()`. This fixes issues for commands like `tac` (print in reverse). | |||
2021-06-16 | Updated to a more recent version of cloc for counting code. | ||
2021-06-12 | Added tag textadept_11.2_beta_3 for changeset 83cd6420b3a4 | ||
2021-06-12 | Fixed incorrect bitwise operation. | ||
This consolidates changes from r3135 and r3149 and fixes an additional restore selection case. | |||
2021-06-11 | Updated changelog. | ||
2021-06-11 | Updated Lua autocompletion and documentation. | ||
2021-06-11 | Updated for 11.2 beta 3. | ||
2021-06-11 | Support "Replace All" in multiple and rectangular selection. | ||
2021-06-10 | `textadept.editing.filter_through` respects multiple and rectangular ↵ | ||
selection now. The required Scintilla patch has been upstreamed and will be in the next release. | |||
2021-06-08 | Do not attempt to restore the selection when typing after selecting/deleting ↵ | ||
all text. This extends r3135 to also handle auto-paired characters. | |||
2021-06-05 | Fixed display of secondary selections on Linux. | ||
2021-06-05 | Allow "Replace All" for empty regex matches. | ||
2021-06-04 | Allow syntax highlighting to be preserved in selected text. | ||
Also fix some visual issues with selected and inactive text. | |||
2021-06-02 | Fixed download link in changelog. | ||
2021-06-01 | Added tag textadept_11.2_beta_2 for changeset 3831d8295575 | ||
2021-06-01 | Fixed typo in changelog. | ||
2021-06-01 | Updated to latest Scintillua and Scinterm. | ||
2021-06-01 | Updated scintilla.patch for Scintilla 5.0.3. | ||
2021-06-01 | Updated changelog. | ||
2021-06-01 | Added support for Gleam. | ||
2021-05-30 | Updated LuaDoc. | ||
2021-05-29 | Updated for 11.2 beta 2. | ||
2021-05-29 | Updated to Scintilla 5.0.3. | ||
Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given. | |||
2021-05-29 | Do not attempt to restore the selection when typing after selecting/deleting ↵ | ||
all text. Otherwise each typed character overwrites the previously typed character. | |||
2021-05-01 | Revert printing test output to stdout. | ||
This was not working as hoped in a headless test environment. | |||
2021-05-01 | Print test output to stdout and add option to quit after running tests. | ||
2021-05-01 | Reverted printing initialization errors to stderr. | ||
2021-05-01 | Do not clobber user's terminal on initialization error. | ||
Also fix memory leak. | |||
2021-05-01 | Print initialization errors to stderr in addition to showing dialog. | ||
This can be helpful when running in a headless test environment. | |||
2021-04-30 | Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with ↵ | ||
`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-30 | When filtering through, do not replace buffer contents if nothing changed. | ||
This will clear the redo stack, which can be unhelpful when formatting code on save, for example. | |||
2021-04-26 | Fixed Scintilla crash on macOS related to recent Scintilla changes. | ||
Like Windows, macOS does not support font options. | |||
2021-04-19 | Fixed documentation on generating Lua autocompletion and documentation files ↵ | ||
for user modules. | |||
2021-04-16 | Added ability to specify find & replace pane entry font via ↵ | ||
`ui.find.entry_font`. Also use type checks when setting find & replace text and labels. | |||
2021-04-15 | Updated note on running gcov over Textadept. | ||
2021-04-15 | Fixed a couple failing unit tests. | ||
These were not defects, but "stylistic." | |||
2021-04-14 | Attempt to restore view scroll state after `textadept.editing.filter_through()`. | ||
Also prefer `view.first_visible_line =` rather than `view:scroll_lines()` since the latter is only needed when display lines are involved. | |||
2021-04-14 | Updated Scintilla iface LuaDoc. | ||
2021-04-14 | Fixed file extension conflicts. | ||
Prefer: * ANTLR '.g' over Gap * ASM '.S' over R * ini '.inf' over Inform * ASP '.asa' over VB |