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
2022-03-19
Small code cleanup.
mitchell
2022-03-19
Minor refactoring and code cleanup.
mitchell
2022-03-18
Added `move_buffer()` function and made tabs rearrangeable via drag and drop.
mitchell
2022-02-28
Use WinApi instead of GLib/GTK to read from single-instance pipe.
mitchell
2022-02-23
Fixed `ui.update()` on macOS when monitoring output of spawned processes.
mitchell
2022-02-15
Updated to Scintilla 5.2.0.
mitchell
2022-01-31
Updated copyright year.
mitchell
2022-01-12
Fixed menubar reset crash on macOS.
mitchell
2021-12-02
Reverted forward-looking change.
mitchell
2021-11-29
Updated to Scintilla 5.1.4.
mitchell
2021-10-20
Ensure the terminal cursor is visible for Find and Replace.
mitchell
2021-07-27
Attempt to work around autocompletion list not hiding when command entry hide...
mitchell
2021-05-29
Updated to Scintilla 5.0.3.
mitchell
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
[next]