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.cc
Age
Commit message (
Expand
)
Author
2020-03-13
Handle invalid utf8 in command line a bit better
Maxime Coste
2020-03-12
src: Don't escape completion candidates with `\`
Frank LENORMAND
2020-03-02
Expand env vars as list of strings
Maxime Coste
2019-12-24
Fix command error line/column reporting
Maxime Coste
2019-11-26
Merge remote-tracking branch 'lenormf/complete-expansion-reg'
Maxime Coste
2019-11-23
src: Complete filenames in `%file{}` expansions
Frank LENORMAND
2019-11-23
src: Complete register names in `%reg{}` expansions
Frank LENORMAND
2019-11-09
Add static or const where useful
Jason Felice
2019-09-01
Introduce FunctionRef to replace std::function when not storing
Maxime Coste
2019-06-25
Rename ModuleLoad hook to ModuleLoaded
codesoap
2019-06-19
Refactor option_to_string quoting support, introduce Quoting::Raw
Maxime Coste
2019-05-17
Introduce Menu completion flags to auto select best candidate
Maxime Coste
2019-05-13
Add completion support to load-module
Maxime Coste
2019-04-08
Evaluate modules in an empty context
Justin Frank
2019-04-08
Added ModuleLoad hook that uses the module name as the parameter
Justin Frank
2019-04-08
Added 'provide-module' and 'require-module' commands
Justin Frank
2019-04-07
Add support for %file{...} expansions
Maxime Coste
2019-03-19
Make String able to reference external data without copying
Maxime Coste
2018-08-29
Use shell specific quoting for env vars
Maxime Coste
2018-08-26
Try to complete command switches when an argument starts with '-'
Maxime Coste
2018-07-25
Micro optimize command parsing by avoiding utf8 decoding
Maxime Coste
2018-07-05
Fix auto escaping of command argument completion
Maxime Coste
2018-07-05
Expand %reg{} inside double quotes only to the main selection value
Maxime Coste
2018-07-05
Make register expansions expand to the full register content
Maxime Coste
2018-07-05
Change option lists to be specified as separate arguments on commands line
Maxime Coste
2018-07-05
Make expansion of strings support quoting of % by doubling up
Maxime Coste
2018-07-05
Refactor command line parsing
Maxime Coste
2018-07-05
Do not reparse %sh{...} strings
Maxime Coste
2018-05-26
Rework `fail` command not to display command call stack
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-03-27
Simplify command debug code
Maxime Coste
2018-03-18
Fix crash on expanding command line strings
Maxime Coste
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-02-20
Re-introduce aliases in command name completion
Maxime Coste
2018-02-19
Fix bug in command parsing post refactoring
Maxime Coste
2018-02-18
CommandManager: unescape % while parsing the string
Maxime Coste
2018-02-15
CommandManager: refactor parsing of commands to iterate through tokens
Maxime Coste
2018-02-09
CommandManager: Use byte rather than columns for token positions
Maxime Coste
2018-02-06
Fix parsing of percent tokens with unicode separators
Maxime Coste
2018-02-04
CommandManager: parse command lines as utf8 instead of ascii
Maxime Coste
2017-11-04
CommandManager: tweak naming
Maxime Coste
2017-10-17
Optimize CommandManager::execute handling of tokens
Maxime Coste
2017-09-01
Make Token a simple aggregate
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-06-29
Remove some dead code
Maxime Coste
2017-06-17
src: Add a `commands` debug flag
Frank LENORMAND
2017-06-07
Remove unneeded unknown_expand exception type
Maxime Coste
2017-06-07
Do not allow whitespaces as % string delimiters
Maxime Coste
2017-06-04
Improve readability of command docstrings by changing formatting
Maxime Coste
[prev]
[next]