summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2017-10-31Prompt: display the fallback text everytime the prompt is emptyMaxime Coste
2017-10-28Move highlighters into ScopesMaxime Coste
2017-10-17Add a `fail` command to explicitely raise an errorMaxime Coste
2017-10-10Move all non-core string code to string_utils.{hh,cc}Maxime Coste
2017-10-06Merge remote-tracking branch 'Delapouite/debug-mappings'Maxime Coste
2017-10-06Allow itersel with draft context to change the bufferMaxime Coste
2017-10-03Add debug mappingsDelapouite
2017-09-26Add selections_desc format to select autoinfoDelapouite
2017-09-21Fix missing spaces / new lines in commands docstringDelapouite
2017-09-11Add debug facesDelapouite
2017-08-29Rename containers.hh to ranges.hh (and Container to Range)Maxime Coste
2017-08-29avoid literal eol in status lines, replace them with another symbolMaxime Coste
2017-08-23Support specifying an exit status on `quit` commandsMaxime Coste
2017-08-22Add build type (debug/release) in ":debug info" outputMaxime Coste
2017-07-28Use single_param for ParameterDesc when relevant in command descsDelapouite
2017-07-25Support values starting with `-` for in set-register commandMaxime Coste
2017-07-20Fix wrong autoinfo for remove-highlighterDelapouite
2017-07-19Remove `echo -color` support, superseeded by `echo -markup`Maxime Coste
2017-07-19More use of std::enable_if_t aliasMaxime Coste
2017-07-19More uses of standard type traits aliasesMaxime Coste
2017-07-05Docs: add missing PromptIdle hook mentionsDelapouite
2017-06-29Remove some dead codeMaxime Coste
2017-06-17src: Add `profile-hash-maps` to the `debug` command's docstringFrank LENORMAND
2017-06-16Trim whitespaces surrounding docstringsMaxime Coste
2017-06-07Move variable closer to its point of useMaxime Coste
2017-06-07Filter debug buffers before creating the SafePtr vector in -buffer *Maxime Coste
2017-06-07Do not disable incsearch option in context wrapMaxime Coste
2017-06-07Move hook executing logic into HookManagerMaxime Coste
2017-06-07Avoid expensive copies of Hooks in HookManager::run_hooksMaxime Coste
2017-06-07Fix useles copy of hook_func in HookManager::add_hook parameterMaxime Coste
2017-06-04Improve readability of command docstrings by changing formattingMaxime Coste
2017-06-03Merge remote-tracking branch 'occivink/ignore-debug'Maxime Coste
2017-05-29Merge remote-tracking branch 'Delapouite/typo'Maxime Coste
2017-05-28Tweak alias command docstring not to end up with an eolMaxime Coste
2017-05-27Exclude debug from eval/exec over all buffersOlivier Perret
2017-05-27Fix typos in info-box: availabe, encodngs, highglighters…Delapouite
2017-05-25Add an update-option command to update range-descs/line-descs optionsMaxime Coste
2017-05-24Rename line-flags option type to line-specsMaxime Coste
2017-05-17Rename range-faces to range-specsMaxime Coste
2017-05-10Small spelling error fixOlivier Brewaeys
2017-04-20src: Implement a `write!` commandFrank LENORMAND
2017-04-20Assume filename passed to write_buffer_to_file is already parsedMaxime Coste
2017-04-03Do not disable autoinfo and autoshowcompl in non interactive contextMaxime Coste
2017-03-30Expose hook params regex captures in hook_param_capture_NMaxime Coste
2017-03-30Add an InsertDelete hookMaxime Coste
2017-03-16Try to clean up option include a bitMaxime Coste
2017-03-15Migrate to a more value based meta programming modelMaxime Coste
2017-03-08Add a -debug flag to :edit to set the buffer as debug dataMaxime Coste
2017-03-07Collapse undo groups during an eval commandMaxime Coste
2017-03-07Replace IdMap with HashMapMaxime Coste