index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
command_manager.hh
Age
Commit message (
Expand
)
Author
2016-12-23
Display the command prompt in error face when the command is not found
Maxime Coste
2016-12-07
Ensure content of expanded strings in modelinefmt is not interpreted as markup
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-18
Rewrite PerArgumentCommandCompleter to use compile time dispatching
Maxime Coste
2016-08-05
Regenerate shell-candidates for each completion sessions
Maxime Coste
2016-03-24
Add completion support for alias/unalias commands
Maxime Coste
2016-03-08
Use ranked match based completion for command names
Maxime Coste
2015-12-12
Optimize the dynregex case where the expression refers directly to a regex op...
Maxime Coste
2015-10-23
Fix optimized linkage
Maxime Coste
2015-10-22
Pass ShellContext to commands
Maxime Coste
2015-10-22
Wrap the shell params en env vars in a ShellContext struct
Maxime Coste
2015-09-19
Initial support for user configurable modeline with the modelinefmt option
Maxime Coste
2015-06-26
Add support for command completion on commands, use it for :new
Maxime Coste
2015-05-04
Make expand function (that expand %...{} tokens) public
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-02-08
Add optional helper for commands, to get parameter dependent help
Maxime Coste
2015-01-12
Yet more tracking
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste
2014-10-30
Add scoped aliases
Maxime Coste
2014-10-23
centralize bit operation support for enum used as flags
Maxime Coste
2014-06-06
Replace CommandManager::register_command*s* with register_alias
Maxime Coste
2014-05-07
Improve error reporting when parsing commands
Maxime Coste
2014-04-21
Use StringView in CommandManager
Maxime Coste
2014-04-08
formatting changes in command_manager.cc
Maxime Coste
2014-03-02
Add a docstring to commands
Maxime Coste
2014-03-02
Add command switches information, and automatically display it
Maxime Coste
2014-03-02
All commands now take directly a parameter parser
Maxime Coste
2014-01-27
Fix compilation with clang 3.4
Maxime Coste
2014-01-27
Rework command completion to allow partial token completion
Maxime Coste
2013-12-24
CommandManager: use aliases for commands rather than duplicating data
Maxime Coste
2013-11-12
Add support for hidden commands, that will not show on completion
Maxime Coste
2013-11-04
Add automatic completion display in prompt mode
Maxime Coste
2013-07-28
Minor code cleanups
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-03
fix compilation with clang++
Maxime Coste
2012-11-22
code style cleanup in CommandManager
Maxime Coste
2012-11-21
CommandManager: diagnose unterminated strings
Maxime Coste
2012-11-21
move wrong_argument_count to commands.cc, where it is used
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-09-09
Add support for shell script parameters
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-06
Commands take a mutable context, main_context is gone !
Maxime Coste
2012-08-06
Completions functions take a Context parameter
Maxime Coste
2012-08-06
command_manager: cleanup command execution, lazy exec shell commands
Maxime Coste
2012-08-01
Tokens are CommandManager implementation details
Maxime Coste
2012-07-31
CommandManager: rework command parser
Maxime Coste
2012-07-31
CommandParameters is a list of Tokens instead of Strings
Maxime Coste
2012-06-02
The def command do not override commands by default, use -allow-override
Maxime Coste
[next]