summaryrefslogtreecommitdiff
path: root/src/command_manager.cc
AgeCommit message (Expand)Author
2013-07-26memoryview: always pass by valueMaxime Coste
2013-06-27change string parsing behaviour in command managerMaxime Coste
2013-06-19do not use std::{to_string,stoi} as they cause problems with cygwinMaxime Coste
2013-05-13Use more std::* for string handlingMaxime Coste
2013-04-12remove String::replace, use boost::regex_replace directlyMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-04-09rename assert to kak_assert to avoid collisionsMaxime Coste
2013-03-19CommandManager: fix some crashesMaxime Coste
2013-03-05Strongly typed options supportMaxime Coste
2013-01-04various code style fixesMaxime Coste
2012-12-15Command line parsing: support empty stringsMaxime Coste
2012-11-22code style cleanup in CommandManagerMaxime Coste
2012-11-22rename (hook|option)_manager to (hook|option)s.Maxime Coste
2012-11-21CommandManager: diagnose unterminated stringsMaxime Coste
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime Coste
2012-10-08get rid of CharacterMaxime Coste
2012-09-09Add support for shell script parametersMaxime Coste
2012-09-04Support # comments in commandsMaxime Coste
2012-08-29Fix escaped whitespace handling in command managerMaxime Coste
2012-08-23use a strongly typed int CharCount for character countsMaxime Coste
2012-08-15CommandManager::parse: fix invalid memory readMaxime Coste
2012-08-11CommandManager: support %reg{<reg>} and %opt{<option>} syntaxMaxime Coste
2012-08-06Commands take a mutable context, main_context is gone !Maxime Coste
2012-08-06Completions functions take a Context parameterMaxime Coste
2012-08-06command_manager: cleanup command execution, lazy exec shell commandsMaxime Coste
2012-08-02command_manager.cc: use anonymous namespaceMaxime Coste
2012-08-01Tokens are CommandManager implementation detailsMaxime Coste
2012-07-31CommandManager: rework command parserMaxime Coste
2012-07-31CommandParameters is a list of Tokens instead of StringsMaxime Coste
2012-06-02sort command names completion candidatesMaxime Coste
2012-06-02The def command do not override commands by default, use -allow-overrideMaxime Coste
2012-05-29CommandManager::execute can take an optional EnvVarMap argument which is used...Maxime Coste
2012-05-29ShellManager::eval now takes an additional env_var mapMaxime Coste
2012-05-03Add a ShellManager which handles executing shell commandsMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-03-08support read error in shell_evalMaxime Coste
2012-03-04fix shell_eval when no buffer in contextMaxime Coste
2012-02-15Support shell expansion in place of command name in command managerMaxime Coste
2012-02-13Support `shell commands` expansion in CommandManagerMaxime Coste
2012-02-03use memoryview instead of std::vector where applicableMaxime Coste
2012-01-15CommandManager: add flags support and IgnoreSemiColons flagMaxime Coste
2012-01-15CommandManager: support ';' as a command separatorMaxime Coste
2012-01-14CommandManager: use directly first command parameter as the command nameMaxime Coste
2011-11-26CommandManager: fix complete and style tweakMaxime Coste
2011-11-26Add a Context parameter to commandsMaxime Coste
2011-11-26CommandManager: argument splitting supports "multi word"Maxime Coste
2011-10-19CommandManager: fix completion of empty tokensMaxime Coste
2011-09-16CommandManager: support per command configurable completionMaxime Coste
2011-09-14Completion: dedicated completion header and basic filename completionMaxime Coste
2011-09-13CommandManager: basic command name completion supportMaxime Coste