index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
command_entry.lua
Age
Commit message (
Expand
)
Author
2020-10-12
Updated LuaDoc for `ui.command_entry.append_history()`.
mitchell
2020-10-12
Added `ui.command_entry.append_history()` for manually appending history.
mitchell
2020-10-02
Command entry also considers contents of `textadept` as globals.
mitchell
2020-09-29
Updated copyright information.
mitchell
2020-08-22
Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers.
mitchell
2020-08-17
Small code cleanup.
mitchell
2020-08-04
Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.
mitchell
2020-08-04
Set `buffer.auto_c_order` prior to `buffer:auto_c_show()`.
mitchell
2020-07-25
Moved incremental find into Find & Replace Pane.
mitchell
2020-07-09
Fixed display of API documentation in the command entry.
mitchell
2020-06-28
Changed keybinding modifier keys.
mitchell
2020-05-25
Allow views to be used as buffers and update API.
mitchell
2020-05-24
Restore prior key mode after running the command entry.
mitchell
2020-05-24
Updated tests for recent command entry history change.
mitchell
2020-04-29
When running the command entry, initially show the mode's prior text.
mitchell
2020-03-30
Fixed off-by-one issues with `buffer:get_cur_line()`.
mitchell
2020-03-26
Removed extra sets of () around some buffer function calls.
mitchell
2020-03-26
Switched to 1-based indices for buffer positions, lines, and countable entities.
mitchell
2020-03-22
Use the statusbar to indicate an active snippet.
mitchell
2020-03-17
Added per-mode command entry history.
mitchell
2020-03-17
Show XPM images in Lua command entry completions.
mitchell
2020-03-16
Renamed `keys.MODE` to `keys.mode`.
mitchell
2020-03-13
More code cleanup, refactoring, and reformatting.
mitchell
2020-03-10
Removed '=' compatibility in Lua command entry.
mitchell
2020-03-03
Added test suite and API type checking for more helpful error messages.
mitchell
2020-02-28
Allow view functions to be run from the command entry by name only.
mitchell
2019-12-31
Updated copyright year.
mitchell
2019-11-08
API file lists and Lua tags lists can contain functions that return file paths.
mitchell
2019-11-07
Split Lua and Textadept autocompletion and documentation files.
mitchell
2019-11-07
Removed deprecated `ui.command_entry` functions.
mitchell
2019-09-22
Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.
mitchell
2019-02-16
Updated copyright year.
mitchell
2018-12-08
Only pass command entry text to finish mode function.
mitchell
2018-10-22
Small code cleanup.
mitchell
2018-05-27
Properly handle abbreviated setting of write-only properties via command entry.
mitchell
2018-01-25
Updated copyright year.
mitchell
2017-06-22
Lua command entry improvements.
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-06-27
Small code cleanup and documentation updates.
mitchell
2016-04-15
Use function notation for menu and key commands.
mitchell
2016-04-05
Reworked Lua completions; modules/textadept/command_entry.lua
mitchell
2016-04-02
Code cleanup.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-02-09
Return values from abbreviated functions; modules/textadept/command_entry.lua
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-11-30
Show command entry call tips above it; modules/textadept/command_entry.lua
mitchell
2014-11-29
Fixed command entry reset bug for real instead of in r1861.
mitchell
2014-11-25
Include buffer constants in completions; modules/textadept/command_entry.lua
mitchell
2014-11-15
Fixed command entry reset bug now that the entry is a Scintilla buffer.
mitchell
[next]