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
2024-10-22
Remove now unused CompletionFlags
Maxime Coste
2024-08-16
include headers cleanup
AdriĆ Arrufat
2023-11-14
Use a separate copy of the command completer for each completion
Maxime Coste
2023-05-04
Add support for recursive expansions with %exp{...}
Maxime Coste
2023-02-14
Immediately execute ModuleLoaded hooks for already loaded modules
Maxime Coste
2022-03-06
Add a complete-command command to configure command completion
Maxime Coste
2021-07-09
Remove command parsing Reader and just track a ParserState
Maxime Coste
2021-06-24
Only compute command coordinates when necessary
Maxime Coste
2021-05-18
Fix completion past explicitely closed tokens
Maxime Coste
2020-07-19
Code style tweaks
Maxime Coste
2020-06-16
A module is not loaded after failing during load
Maxime Coste
2020-03-13
Handle invalid utf8 in command line a bit better
Maxime Coste
2019-12-24
Fix command error line/column reporting
Maxime Coste
2019-10-23
Add a -verbatim switch to evaluate-commands for perfect forwarding
Maxime Coste
2019-09-01
Introduce FunctionRef to replace std::function when not storing
Maxime Coste
2019-05-13
Add completion support to load-module
Maxime Coste
2019-04-08
Added 'provide-module' and 'require-module' commands
Justin Frank
2019-04-07
Add support for %file{...} expansions
Maxime Coste
2018-07-05
Make expansion of strings support quoting of % by doubling up
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
2017-11-04
CommandManager: tweak naming
Maxime Coste
2017-09-01
Make Token a simple aggregate
Maxime Coste
2017-06-29
Remove some dead code
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-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-01-29
Detect too deep command call stack
Maxime Coste
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
[next]