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
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
2014-11-12
Code and documentation cleanup.
mitchell
2014-10-13
Parameterize lexer and height for `ui.command_entry.enter_mode()`.
mitchell
2014-10-11
Move the command entry into a split pane on GTK.
mitchell
2014-10-07
Automatically add standard editing keys; modules/textadept/command_entry.lua
mitchell
2014-10-06
Fixed autocomplete bug in curses; modules/textadept/command_entry.lua
mitchell
2014-10-05
Added editing keys for use with other modes; modules/textadept/command_entry.lua
mitchell
2014-10-05
Replaced command entry text field with a Scintilla buffer.
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-06-12
Lua code cleanup.
mitchell
2014-05-28
Moved 'lua_command' mode into command entry module and removed some API funcs.
mitchell
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-12-12
More LuaDoc updates.
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-10-18
More LuaDoc updates.
mitchell
2013-09-23
Code and documentation cleanup.
mitchell
2013-09-13
Updated some LuaDoc.
mitchell
2013-09-06
Updated LuaDoc.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-06-21
Remove theme selection since it does not persist.
mitchell
2013-05-26
Rewrote some LuaDoc to use the active voice.
mitchell
2013-05-20
Print the results of '=' Lua expressions; modules/textadept/command_entry.lua
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-20
Respect user-defined `keys[mode]['esc']`; modules/textadept/command_entry.lua
mitchell
2013-04-15
Function in `finish_mode()` is optional; modules/textadept/command_entry.lua
mitchell
2013-04-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-02-11
Added command line switches for running Lua code on startup.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-12-03
Recognize special ncurses keys better.
mitchell
[next]