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-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
2020-03-19
Store GTK find/replace history in reverse order.
mitchell
2020-03-18
Forgot to commit cdk.patch with widget needed for curses progressbar.
mitchell
2020-03-18
Added `ui.dialogs.progressbar()` and utilize it with Find in Files.
mitchell
2020-03-17
Fixed version determination for documentation generation.
mitchell
2020-03-11
Replaced `buffer.style_name` table with `buffer:name_of_style()`.
mitchell
2020-03-10
Updated to latest Scintilla required by r2699.
mitchell
2020-03-08
Support SCI_PRIVATELEXERCALL with SCI_LOADLEXERLIBRARY.
mitchell
2020-02-24
Added `_SCINTILLA.events` and use it for SCNotifications.
mitchell
2020-02-20
Enable batch mode for gpg signing.
mitchell
2020-02-17
Removed Makefile rule to create a ctags tags file.
mitchell
2020-02-07
Support more Alt and Shift+Alt keys in Win32 curses.
mitchell
2020-01-16
Fixed some Windows terminal version issues and updated to PDCurses 3.9.
mitchell
2020-01-09
Updated to scintilla hg tip to test the latest changes in nightly builds.
mitchell
2020-01-07
Updated scintilla.patch based on latest Scintilla LongTerm3 hg.
mitchell
2019-12-31
Updated copyright year.
mitchell
2019-12-31
Updated to Scintilla 3.11.2.
mitchell
2019-12-31
Updated for 10.8.
mitchell
2019-11-13
Make new arguments to `events.TAB_CLICKED` backwards-compatible.
mitchell
2019-11-07
Split Lua and Textadept autocompletion and documentation files.
mitchell
2019-11-07
Simplified some Makefile rules.
mitchell
2019-11-07
Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys.
mitchell
2019-10-31
Updated for 10.7.
mitchell
2019-10-26
Updated to Scintilla 3.11.1.
mitchell
2019-10-06
Ensure `events.BUFFER_BEFORE_SWITCH` is emitted properly during `buffer.new()`.
mitchell
2019-09-19
Do not consider theme files as countable lines of code.
mitchell
[next]