aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-08Updated find & replace pane key bindings.mitchell
2020-08-04Code cleanup, modernization, and reformatting.mitchell
2020-08-04Prefer passing env table to `os.spawn()`.mitchell
2020-08-04Updated to latest gtDialog to prevent Escape from closing progressbar dialogs.mitchell
2020-08-03Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.mitchell
2020-07-29Once again removed accidencally committed changes.mitchell
2020-07-28Updated for 11.0 alpha 3.mitchell
2020-07-27Updated to Scintilla 3.21.0.mitchell
2020-07-27Small code cleanup.mitchell
2020-07-26Use monospaced font in the Find & Replace Pane entries.mitchell
2020-07-25Find & Replace Pane now allows file filters to be specified for Find in Files.mitchell
2020-07-25Fixed initial setting of `ui.find.replace_entry_text` in the GUI.mitchell
2020-07-25Fixed bug in incremental find in the terminal version.mitchell
2020-07-25More code cleanup.mitchell
2020-07-25Moved incremental find into Find & Replace Pane.mitchell
2020-07-24Updated to latest Scintilla hg for curses' `scintilla_get_clipboard()`.mitchell
2020-07-24Code cleanup.mitchell
2020-07-18Updated to latest Scintilla for new `lexer.fold*` API.mitchell
2020-07-15Call `os.spawn()` exit callback after `proc:wait()`.mitchell
2020-07-14`ui.dialogs.optionselect()` changes `informative_text` option to `text`.mitchell
2020-07-13Test setting styles directly via `lexer.styles`.mitchell
2020-07-12Read from system `LUA_PATH` and `LUA_CPATH` instead of custom env vars.mitchell
2020-07-08Reverted accidental commit of experimental changes.mitchell
2020-07-07Added `lexer.colors` and `lexer.styles` and updated themes to utilize them.mitchell
2020-06-28Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`.mitchell
2020-06-22Fixed potential hangs on curses with `os.spawn()`.mitchell
2020-06-20Update to latest Scintilla revision for LexLPeg crash fix.mitchell
2020-06-11Fixed toggling of Find & Replace pane visibility with `ui.find.focus()`.mitchell
2020-05-31Updated for 11.0 alpha 2.mitchell
2020-05-27Fixed compile error on Windows.mitchell
2020-05-26Updated to latest Scintilla with ability to get style number from name.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-05-24Changed `os.spawn()` exit callback and `spawn_proc:wait()` behavior.mitchell
2020-05-09Updated to Scintilla 3.20.0.mitchell
2020-04-25Updated to latest Scintilla hg with lexer updates.mitchell
2020-04-07Updated Scintilla hg to get curses improvements.mitchell
2020-04-05Updated Scintilla hg to get curses improvements.mitchell
2020-03-31Updated Lua autocompletion and documentation.mitchell
2020-03-30Fixed Win32 curses issues.mitchell
2020-03-29Updated for 11.0 alpha.mitchell
2020-03-29Updated to latest Scintilla to fix embedded lexer issue.mitchell
2020-03-26Removed accidentally committed experimental function.mitchell
2020-03-26Fixed GUI find history.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-25Refactored buffer and view metamethods by splitting them up.mitchell
2020-03-23Renamed callback function.mitchell
2020-03-23Added unit tests for core code in textadept.c.mitchell
2020-03-22Utilize userdata parameter in signal callback functions.mitchell
2020-03-22More code cleanup, reformatting, refactoring, and bug fixing.mitchell
2020-03-19Fixed tab label display on Windows.mitchell