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
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
2017-05-25
Fix command parsing bug when commenting after a command
Maxime Coste
2017-05-08
Do not push a final spurious command separators when parsing commands
Maxime Coste
2017-05-07
Fix use of invalidated iterator in the command map on exception
Maxime Coste
2017-04-19
Safer code for parsing commands
Maxime Coste
2017-04-10
Remove some now unneeded uses of const String& params
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-15
Small code tweaks regarding flags handling
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-01-29
Detect too deep command call stack
Maxime Coste
2017-01-29
Make StringView and unit types trivial types
Maxime Coste
2017-01-08
Small code cleanups
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-12-27
Merge remote-tracking branch 'leira/empty_param_crash'
Maxime Coste
2016-12-24
Added string length check when checking switch params
Leira Hua
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-12-07
Small command parsing refactoring
Maxime Coste
2016-11-20
Make ArrayView::subrange size arguement optional
Maxime Coste
2016-11-14
Do not include aliases in command completion candidates anymore
Maxime Coste
2016-10-10
Convert some uses of lambda to more concise std::mem_fn
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-06-19
Trim trailing end of lines in %sh outputs
Maxime Coste
2016-04-17
Add support for env var name completion
Maxime Coste
2016-03-24
Add completion support for alias/unalias commands
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
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-12-02
Remove support for %arg{#}, can be added back if we got a use case
Maxime Coste
[next]