summaryrefslogtreecommitdiff
path: root/src/command_manager.cc
AgeCommit message (Expand)Author
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
2011-09-09exception: refactoringMaxime Coste
2011-09-07Refactor commands handling and parsing in a CommandManager classMaxime Coste