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
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-06-27
change string parsing behaviour in command manager
Maxime Coste
2013-06-19
do not use std::{to_string,stoi} as they cause problems with cygwin
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-04-12
remove String::replace, use boost::regex_replace directly
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-03-19
CommandManager: fix some crashes
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-01-04
various code style fixes
Maxime Coste
2012-12-15
Command line parsing: support empty strings
Maxime Coste
2012-11-22
code style cleanup in CommandManager
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-11-21
CommandManager: diagnose unterminated strings
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-10-08
get rid of Character
Maxime Coste
2012-09-09
Add support for shell script parameters
Maxime Coste
2012-09-04
Support # comments in commands
Maxime Coste
2012-08-29
Fix escaped whitespace handling in command manager
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-15
CommandManager::parse: fix invalid memory read
Maxime Coste
2012-08-11
CommandManager: support %reg{<reg>} and %opt{<option>} syntax
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-02
command_manager.cc: use anonymous namespace
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
sort command names completion candidates
Maxime Coste
2012-06-02
The def command do not override commands by default, use -allow-override
Maxime Coste
2012-05-29
CommandManager::execute can take an optional EnvVarMap argument which is used...
Maxime Coste
2012-05-29
ShellManager::eval now takes an additional env_var map
Maxime Coste
2012-05-03
Add a ShellManager which handles executing shell commands
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-08
support read error in shell_eval
Maxime Coste
2012-03-04
fix shell_eval when no buffer in context
Maxime Coste
2012-02-15
Support shell expansion in place of command name in command manager
Maxime Coste
2012-02-13
Support `shell commands` expansion in CommandManager
Maxime Coste
2012-02-03
use memoryview instead of std::vector where applicable
Maxime Coste
2012-01-15
CommandManager: add flags support and IgnoreSemiColons flag
Maxime Coste
2012-01-15
CommandManager: support ';' as a command separator
Maxime Coste
2012-01-14
CommandManager: use directly first command parameter as the command name
Maxime Coste
2011-11-26
CommandManager: fix complete and style tweak
Maxime Coste
2011-11-26
Add a Context parameter to commands
Maxime Coste
2011-11-26
CommandManager: argument splitting supports "multi word"
Maxime Coste
2011-10-19
CommandManager: fix completion of empty tokens
Maxime Coste
2011-09-16
CommandManager: support per command configurable completion
Maxime Coste
2011-09-14
Completion: dedicated completion header and basic filename completion
Maxime Coste
2011-09-13
CommandManager: basic command name completion support
Maxime Coste
[next]