index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-08
Use comma-separated patterns in find & replace pane's "Filter" field.
mitchell
2020-08-08
Updated find & replace pane key bindings.
mitchell
2020-08-04
Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.
mitchell
2020-08-04
Updated LuaDoc.
mitchell
2020-08-04
Code cleanup, modernization, and reformatting.
mitchell
2020-08-04
Prefer passing env table to `os.spawn()`.
mitchell
2020-08-04
Set `buffer.auto_c_order` prior to `buffer:auto_c_show()`.
mitchell
2020-08-04
Updated to latest gtDialog to prevent Escape from closing progressbar dialogs.
mitchell
2020-08-03
Fixed regression in showing images in Lua command entry completions.
mitchell
2020-08-03
Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.
mitchell
2020-08-03
Updated LuaDoc.
mitchell
2020-08-02
Fixed regression with showing "No results found" in searches.
mitchell
2020-08-01
Fixed word left/right key bindings on macOS.
mitchell
2020-08-01
Added tag textadept_11.0_alpha_3 for changeset f7fbf78f9219
mitchell
2020-08-01
Emit more helpful initialization error messages in buffer/view settings.
mitchell
2020-07-31
Updated tags.
mitchell
2020-07-31
Updated CHANGELOG.md.
mitchell
2020-07-29
Removed index conversion in tests.
mitchell
2020-07-29
Fixed `keys.keychain` access if #keychain > 1.
mitchell
2020-07-29
Also updated stored filter of initial directory for Find in Files.
mitchell
2020-07-29
Fixed _G.keys issues introduced by compatibility code.
mitchell
2020-07-29
Once again removed accidencally committed changes.
mitchell
2020-07-28
Updated Lua autocompletion and documentation.
mitchell
2020-07-28
Updated for 11.0 alpha 3.
mitchell
2020-07-27
Updated to Scintilla 3.21.0.
mitchell
2020-07-27
Changed opacity of the find indicator in themes.
mitchell
2020-07-27
Small code cleanup.
mitchell
2020-07-26
Initial revision of manual after recent read-through.
mitchell
2020-07-26
Removed "Refresh syntax highlighting" feature.
mitchell
2020-07-26
Use monospaced font in the Find & Replace Pane entries.
mitchell
2020-07-26
Small LuaDoc update.
mitchell
2020-07-25
Fixed selected word highlighting with multiple selections.
mitchell
2020-07-25
Find & Replace Pane now allows file filters to be specified for Find in Files.
mitchell
2020-07-25
Fixed initial setting of `ui.find.replace_entry_text` in the GUI.
mitchell
2020-07-25
Fixed bug in incremental find in the terminal version.
mitchell
2020-07-25
More code cleanup.
mitchell
2020-07-25
Moved word highlighting back into editing module and disable by default.
mitchell
2020-07-25
Added find incremental test for whole word option.
mitchell
2020-07-25
Moved incremental find into Find & Replace Pane.
mitchell
2020-07-25
Added option to highlight all occurrences of found text.
mitchell
2020-07-24
Updated to latest Scintilla hg for curses' `scintilla_get_clipboard()`.
mitchell
2020-07-24
Code cleanup.
mitchell
2020-07-23
Updated LuaDoc.
mitchell
2020-07-19
Make `ui.highlight_words` a multi-option setting.
mitchell
2020-07-18
Updated to latest Scintilla for new `lexer.fold*` API.
mitchell
2020-07-16
Minor LuaDoc updates and spelling corrections.
mitchell
2020-07-16
Renamed `events.AUTO_C_CANCELLED` to `events.AUTO_C_CANCELED`.
mitchell
2020-07-16
Ensure buffer selection session data is saved.
mitchell
2020-07-15
Call `os.spawn()` exit callback after `proc:wait()`.
mitchell
2020-07-14
Renamed os.spawn() parameter from 'argv' to 'cmd'.
mitchell
[next]