index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
2020-10-02
Command entry also considers contents of `textadept` as globals.
mitchell
2020-10-01
Handle CRLF in locale files.
mitchell
2020-09-30
Updated Lua autocompletion and documentation.
mitchell
2020-09-30
Updated for 11.0 beta.
mitchell
2020-09-29
Updated copyright information.
mitchell
2020-09-27
Fixed `io.quick_open()` not doing anything when file limit was exceeded.
mitchell
2020-09-25
Updated Spanish translation.
mitchell
2020-09-19
Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.
mitchell
2020-09-19
Added `events.COMMAND_TEXT_CHANGED`.
mitchell
2020-09-19
Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.
mitchell
2020-09-19
Added `ui.update()` for unit tests.
mitchell
2020-09-16
Record directory for "find in files" searches.
mitchell
2020-09-14
More link updates.
mitchell
2020-09-14
More small documentation updates.
mitchell
2020-09-13
Updated LuaDoc to avoid writing '{{'.
mitchell
2020-09-13
Lots of documentation updates.
mitchell
2020-09-07
Added `ui.find.active` and prevent word highlighting when searching.
mitchell
2020-09-04
Small code cleanup.
mitchell
2020-08-23
Added "Edit > Preferences" menu item and key binding for opening user init.lua.
mitchell
2020-08-22
Fixed some issues with r2916 discovered when running tests.
mitchell
2020-08-22
Improve handling of print buffers and splits.
mitchell
2020-08-22
Do not remove initial 'Untitled' buffer during `ui._print()`.
mitchell
2020-08-21
Code cleanup.
mitchell
2020-08-21
Added `keys.KEYSYMS` representations to LuaDoc.
mitchell
2020-08-20
Show "Match X/Y" in statusbar when searching for text.
mitchell
2020-08-18
Use "terminal version" instead of "curses" for more consistency.
mitchell
2020-08-17
Exclude Fossil version control directory in default filter.
mitchell
2020-08-17
Lua code formatting.
mitchell
2020-08-17
Updated some documentation and use macOS instead of Mac OSX.
mitchell
2020-08-10
Removed "View EOL" buffer setting.
mitchell
2020-08-09
When passing a directory as a command line argument, change to it.
mitchell
2020-08-08
Removed "View EOL" menu item and key binding.
mitchell
2020-08-04
Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.
mitchell
2020-08-04
Updated LuaDoc.
mitchell
2020-08-04
Prefer passing env table to `os.spawn()`.
mitchell
2020-08-03
Updated LuaDoc.
mitchell
2020-07-29
Fixed `keys.keychain` access if #keychain > 1.
mitchell
2020-07-28
Updated for 11.0 alpha 3.
mitchell
2020-07-27
Updated to Scintilla 3.21.0.
mitchell
2020-07-26
Removed "Refresh syntax highlighting" feature.
mitchell
2020-07-26
Small LuaDoc update.
mitchell
2020-07-25
Find & Replace Pane now allows file filters to be specified for Find in Files.
mitchell
2020-07-25
Moved word highlighting back into editing module and disable by default.
mitchell
2020-07-25
Moved incremental find into Find & Replace Pane.
mitchell
2020-07-23
Updated LuaDoc.
mitchell
2020-07-19
Make `ui.highlight_words` a multi-option setting.
mitchell
2020-07-18
Updated to latest Scintilla for new `lexer.fold*` API.
mitchell
2020-07-16
Minor LuaDoc updates and spelling corrections.
mitchell
2020-07-16
Renamed `events.AUTO_C_CANCELLED` to `events.AUTO_C_CANCELED`.
mitchell
2020-07-15
Call `os.spawn()` exit callback after `proc:wait()`.
mitchell
[next]