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-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
2020-07-14
Renamed os.spawn() parameter from 'argv' to 'cmd'.
mitchell
2020-07-13
Limit word highlighting to single words.
mitchell
2020-07-13
Auto-highlight all occurrences of selected words and find results.
mitchell
2020-07-13
Reverted LuaDoc for `buffer:indicator_end()`.
mitchell
2020-07-07
Added `lexer.colors` and `lexer.styles` and updated themes to utilize them.
mitchell
2020-07-04
Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`.
mitchell
2020-07-03
Updated LuaDoc noting that `view.MOD_*` is different on Mac.
mitchell
2020-06-28
Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`.
mitchell
2020-06-28
Be more consistent with Command key variable name.
mitchell
2020-06-28
Changed keybinding modifier keys.
mitchell
2020-06-25
Fixed LuaDoc.
mitchell
2020-06-22
Fixed LuaDoc for `buffer:indicator_end()`.
mitchell
2020-06-10
Renamed some buffer/view fields to use American English instead of Australian.
mitchell
2020-06-10
Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.
mitchell
2020-06-09
Updated stale buffer parameter references in view LuaDoc.
mitchell
2020-06-09
Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.
mitchell
2020-06-08
Prefer `view.property*` instead of `buffer.property*`.
mitchell
2020-06-05
Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits.
mitchell
2020-05-31
Updated for 11.0 alpha 2.
mitchell
2020-05-25
Allow views to be used as buffers and update API.
mitchell
2020-05-24
Changed `os.spawn()` exit callback and `spawn_proc:wait()` behavior.
mitchell
2020-05-24
Always use capital drive letters when opening files in Windows.
mitchell
2020-05-09
Updated to Scintilla 3.20.0.
mitchell
2020-04-16
Updated LuaDoc.
mitchell
2020-04-16
Handle more Scintilla constants that need to be incremented by one.
mitchell
2020-04-05
Only print post-initialization errors to buffers.
mitchell
2020-03-30
Fixed stale statusbar issues introduced recently.
mitchell
2020-03-29
Updated for 11.0 alpha.
mitchell
2020-03-26
Added support to identify projects under Fossil SCM.
mitchell
[next]