summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2012-08-08exec_keys: use the context editor, no need for a new oneMaxime Coste
2012-08-08Refactor BufferManagerMaxime Coste
2012-08-07write command refuse to write a scratch file when no filename is givenMaxime Coste
2012-08-07edit commands accept a -scratch flag to edit not to be saved fileMaxime Coste
2012-08-07define_command: remove unused param from parser definitionMaxime 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-05Registers need a context to return their valuesMaxime Coste
2012-08-05Use a context as parameter to keymap functionsMaxime 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-30do not catch exception in commands, let them propagateMaxime Coste
2012-06-29simplify Register interfaceMaxime Coste
2012-06-28Rename UI to ClientMaxime Coste
2012-06-27Tweak String class, and cleanup usagesMaxime Coste
2012-06-14support buffer as a hook targetMaxime Coste
2012-06-14delete buffer deletes the current buffer when no params givenMaxime Coste
2012-06-05fix some warnings detected with clangMaxime Coste
2012-06-14Refactor OptionManager, add OptionManagerWatcherMaxime Coste
2012-06-12Add a FilterGroup, and cleanup HighlighterGroupMaxime Coste
2012-06-12call SetOption hook when setting an optionMaxime Coste
2012-06-05abstract ui functions in a UI base classMaxime Coste
2012-06-05fix runtime directory detection on MacOSMaxime Coste
2012-06-05fix compilation on MacOSMaxime Coste
2012-06-04add a try commandMaxime Coste
2012-06-02The def command do not override commands by default, use -allow-overrideMaxime Coste
2012-05-29Correctly set env vars in define_commandMaxime Coste
2012-05-29Support -shell-completion option in the def commandMaxime Coste
2012-05-29Factorize some duplicated completer code in register_commandsMaxime Coste
2012-05-28the 'menu' commands now takes an optional -auto-single optionMaxime Coste
2012-05-28Add a delbuf (db) command which delete an existing bufferMaxime Coste
2012-05-25Unify command parameter parsing with a ParametersParser classMaxime Coste
2012-05-18add an initial menu command, which presents several choices to usersMaxime Coste
2012-05-07move commands to commands.{cc,hh}Maxime Coste