summaryrefslogtreecommitdiff
path: root/src/command_manager.cc
AgeCommit message (Expand)Author
2016-12-07Ensure content of expanded strings in modelinefmt is not interpreted as markupMaxime Coste
2016-12-07Small command parsing refactoringMaxime Coste
2016-11-20Make ArrayView::subrange size arguement optionalMaxime Coste
2016-11-14Do not include aliases in command completion candidates anymoreMaxime Coste
2016-10-10Convert some uses of lambda to more concise std::mem_fnMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-09-18Rewrite PerArgumentCommandCompleter to use compile time dispatchingMaxime Coste
2016-08-05Regenerate shell-candidates for each completion sessionsMaxime Coste
2016-06-19Trim trailing end of lines in %sh outputsMaxime Coste
2016-04-17Add support for env var name completionMaxime Coste
2016-03-24Add completion support for alias/unalias commandsMaxime Coste
2016-03-08Rework container helpers, use pipe syntax and cleanup implementationMaxime Coste
2016-03-08Use ranked match based completion for command namesMaxime Coste
2015-12-12Optimize the dynregex case where the expression refers directly to a regex op...Maxime Coste
2015-12-02Remove support for %arg{#}, can be added back if we got a use caseMaxime Coste
2015-12-02Forward each params in %arg{@} separatelyMaxime Coste
2015-12-01Add argument expansion supportMaxime Coste
2015-11-17Fix alias completion and overwrittingMaxime Coste
2015-10-23Remove useless std::moveMaxime Coste
2015-10-22Pass ShellContext to commandsMaxime Coste
2015-10-22Wrap the shell params en env vars in a ShellContext structMaxime Coste
2015-09-20Improve escaping of % in command parsingMaxime Coste
2015-09-20Improve command completion by taking into account quoting of argumentsMaxime Coste
2015-09-16Use a sorted IdMap for aliasesMaxime Coste
2015-09-16Store key hash in IdMapMaxime Coste
2015-09-06Complete aliases in command promptMaxime Coste
2015-08-29Additional code tweak in command_manager.ccMaxime Coste
2015-08-28Add missing std::move, avoid a needless string copyMaxime Coste
2015-08-27Avoid using an UnorderedMap for 4 elements...Maxime Coste
2015-08-27Refactor command parsing, maintain coordinates while reading the stringMaxime Coste
2015-08-27Small code cleanup in command_manager.ccMaxime Coste
2015-08-10Move option name completion to the OptionRegistryMaxime Coste
2015-07-30Fix command parsing bugMaxime Coste
2015-07-25Avoid appending chars one by one in some parsing functions in CommandManagerMaxime Coste
2015-06-26Add support for command completion on commands, use it for :newMaxime Coste
2015-06-08Do not close stderr/stdout before program finishMaxime Coste
2015-06-08Specify if ShellManager should read output or not using a flagMaxime Coste
2015-05-04Make expand function (that expand %...{} tokens) publicMaxime Coste
2015-04-30Rename eval(_token)? to expand(_token)? and use a const ContextMaxime Coste
2015-03-30More useage of the format functionMaxime Coste
2015-03-30Replace various adhoc operator+ based formatting with format funcMaxime Coste
2015-03-13Change ShellManager to return both stdout and the return value in a pairMaxime Coste
2015-03-10Refactor String, use a common StringOps interface, hide std::stringMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
2015-02-08Add optional helper for commands, to get parameter dependent helpMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2014-12-16Rework hashing, use a more extensible framework similar to n3876 proposalMaxime Coste
2014-12-08More string cleanupsMaxime Coste
2014-12-07const String& to StringViewMaxime Coste