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
2021-05-01
Reverted printing initialization errors to stderr.
mitchell
2021-05-01
Do not clobber user's terminal on initialization error.
mitchell
2021-05-01
Print initialization errors to stderr in addition to showing dialog.
mitchell
2021-04-16
Added ability to specify find & replace pane entry font via `ui.find.entry_fo...
mitchell
2021-04-13
Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.
mitchell
2021-04-11
Initial pass reformatting all code.
mitchell
2021-02-13
Take advantage of Scinterm being able to use a native terminal caret.
mitchell
2021-02-09
Fixed curses compile error introduced in previous commit.
mitchell
2021-02-09
Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.
mitchell
2021-02-08
Expose "lines_added" field for SCN_MODIFIED notifications.
mitchell
2021-01-29
Updated copyright information.
mitchell
2020-11-16
Added `events.UNFOCUS` for when Textadept loses focus.
mitchell
2020-11-16
Code cleanup.
mitchell
2020-11-16
Keep focus on find & replace pane as necessary when refocusing window.
mitchell
2020-10-20
Ensure command entry is defocused properly in the terminal version.
mitchell
2020-10-13
Moved `ui.command_entry.active` into C.
mitchell
2020-10-04
Collect garbage on reset.
mitchell
2020-09-29
Updated copyright information.
mitchell
2020-09-19
Added `events.COMMAND_TEXT_CHANGED`.
mitchell
2020-09-19
Added `ui.update()` for unit tests.
mitchell
2020-09-13
Switch back to Scintilla default (4.x), Scinterm, and Scintillua.
mitchell
2020-09-07
Handle initial queries of `ui.find.find_text` and `repl_text` in curses.
mitchell
2020-09-07
Fixed emission of `events.UPDATE_UI` when resuming from suspend.
mitchell
2020-09-07
Added `ui.find.active` and prevent word highlighting when searching.
mitchell
2020-08-22
Fixed crashes introduced by r2915.
mitchell
2020-08-22
Only switch buffers during `buffer:delete()` if necessary.
mitchell
2020-08-20
Fixed keypress handler regression when compiling with modern MinGW-w64.
mitchell
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
[next]