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