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-08-17
Updated some documentation and use macOS instead of Mac OSX.
mitchell
2020-08-09
Fixed regression involving SCNotifications and text.
mitchell
2020-08-08
Updated find & replace pane key bindings.
mitchell
2020-07-29
Once again removed accidencally committed changes.
mitchell
2020-07-28
Updated for 11.0 alpha 3.
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
Code cleanup.
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-11
Fixed toggling of Find & Replace pane visibility with `ui.find.focus()`.
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-03-30
Fixed Win32 curses issues.
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
Added `ui.dialogs.progressbar()` and utilize it with Find in Files.
mitchell
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
[next]