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
/
textadept.c
Age
Commit message (
Expand
)
Author
2020-03-08
Support SCI_PRIVATELEXERCALL with SCI_LOADLEXERLIBRARY.
mitchell
2020-02-24
Added `_SCINTILLA.events` and use it for SCNotifications.
mitchell
2020-01-16
Fixed some Windows terminal version issues and updated to PDCurses 3.9.
mitchell
2019-12-31
Updated copyright year.
mitchell
2019-11-13
Make new arguments to `events.TAB_CLICKED` backwards-compatible.
mitchell
2019-11-07
Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys.
mitchell
2019-10-06
Ensure `events.BUFFER_BEFORE_SWITCH` is emitted properly during `buffer.new()`.
mitchell
2019-07-30
Fail more gracefully when attempting to create buffers on init.
mitchell
2019-07-11
Updated to latest Scintilla LongTerm3 revision.
mitchell
2019-05-03
Updated default main window size and some default dialog sizes.
mitchell
2019-04-18
Do not emit an `events.SAVE_POINT_LEFT` event for unfocused views.
mitchell
2019-02-16
Updated copyright year.
mitchell
2018-10-31
Fix potential crashes in `string.iconv()` with tiny strings.
mitchell
2018-10-16
Attempt to fix key handling on international keyboards.
mitchell
2018-10-14
Experimentally move external lspawn module into Lua os module as a patch.
mitchell
2018-09-10
Added ability to save/restore persistent data during reset.
mitchell
2018-05-27
Refer to Lua's 'package.loaded' table name by constant, not literal.
mitchell
2018-04-25
Removed LuaJIT version of Textadept.
mitchell
2018-03-21
Updated Scintilla LongTerm3 branch reference to include many backports from 4.x.
mitchell
2018-03-17
Fixed initialization errors not showing in the terminal version.
mitchell
2018-03-12
Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.
mitchell
2018-02-25
Attempt to fix some compiler warnings and errors recently introduced.
mitchell
2018-02-24
Define header flags in source code rather than in Makefile.
mitchell
2018-02-24
Provide minimal support for GTK 3 and ignore deprecations.
mitchell
2018-02-21
The terminal version can immediately focus a clicked view.
mitchell
2018-01-31
Fixed busy wait in second instance of Textadept on Windows.
mitchell
2018-01-25
Updated copyright year.
mitchell
2017-11-18
Fixed non-global buffer operations whose doc pointers are outside int range.
mitchell
2017-11-12
Buffer settings on startup apply to subsequent buffers.
mitchell
2017-07-25
Properly handle `buffer.margin_left` and `buffer.margin_right`.
mitchell
2017-03-23
No need to reassign reopened stderr; src/textadept.c
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-12-05
Updated to Scintilla 3.7.1.
mitchell
2016-10-01
Fixed regression in r2249 with composed keys; src/textadept.c
mitchell
2016-09-12
Better handling of key bindings on international keyboards.
mitchell
2016-08-11
Fixed caps lock key handling.
mitchell
2016-07-24
Added `events.TAB_CLICKED` event.
mitchell
2016-07-04
Replaced Lua pattern matching with Regex via Scintilla and TRE.
mitchell
2016-07-01
Fixed compile error introduced in the terminal version; src/textadept.c
mitchell
2016-06-25
Combined view metamethods into one and cleaned up some code and comments.
mitchell
2016-06-16
Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.
mitchell
2016-04-09
More efficient window refreshing in the terminal version; src/textadept.c
mitchell
2016-04-05
Improved efficiency of word autocompletion from all buffers.
mitchell
2016-03-26
Support UTF-8 Lua pattern matching.
mitchell
2016-03-22
Only show the menubar if there are menus; src/textadept.c
mitchell
2016-02-17
Fixed potential buffer overflow; src/textadept.c
mitchell
2016-02-03
Ensure Win32 single instance thread is terminated on exit; src/textadept.c
mitchell
2016-01-30
Replaced `buffer:text_range()` C function with a Lua function.
mitchell
2016-01-30
Added single-instance functionality for Win32 and require GLib 2.28+.
mitchell
2016-01-30
Code cleanup; src/textadept.c
mitchell
[next]