summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2014-04-30Fix clang compilationMaxime Coste
2014-04-29Add support for running Kakoune with redirected stdinMaxime Coste
2014-04-27Add -init switch to :prompt to set the initial textMaxime Coste
2014-04-26Fix :map docs and add completion supportMaxime Coste
2014-04-18Use StringView for completion functionsMaxime Coste
2014-04-14fix exception being thrown in error in decl commandMaxime Coste
2014-04-13Add a 'prompt' commandMaxime Coste
2014-04-12Extract option descriptions in an shared OptionDesc classMaxime Coste
2014-04-11Add a docstring to optionsMaxime Coste
2014-04-07the 'def' commands now supports -(buffer|client)-completion switchesMaxime Coste
2014-04-07rename BufferManager::complete_buffername to complete_buffer_nameMaxime Coste
2014-04-02Fix clang compilationMaxime Coste
2014-03-31debug command now serves as a frontend to get debug informationsMaxime Coste
2014-03-31echo command accepts -debug switch to write to the debug bufferMaxime Coste
2014-03-29Add basic support for colalias completionMaxime Coste
2014-03-20Fix support for switches style option in user commandsMaxime Coste
2014-03-20exec and eval support the -no-hooks optionMaxime Coste
2014-03-02Add -docstring option to the 'def' commandMaxime Coste
2014-03-02Add support for -buffer <comma separated names> to eval and exec commandsMaxime Coste
2014-03-02tweak docstringMaxime Coste
2014-03-02Declare commands in a CommandDesc structureMaxime Coste
2014-03-02Add a docstring to commandsMaxime Coste
2014-03-02Consistently name -foo things 'switches'Maxime Coste
2014-03-02Add command switches information, and automatically display itMaxime Coste
2014-03-02All commands now take directly a parameter parserMaxime Coste
2014-01-28Rename selections first,last to more explicit anchor,cursorMaxime Coste
2014-01-27Fix compilation with clang 3.4Maxime Coste
2014-01-27Rework command completion to allow partial token completionMaxime Coste
2014-01-06Use a single edition for -iterselMaxime Coste
2013-12-24CommandManager: use aliases for commands rather than duplicating dataMaxime Coste
2013-12-20Get rid of Editor for goodMaxime Coste
2013-12-16small cleanup in context_wrapMaxime Coste
2013-12-16Window: refactor center_selection/display_selection_atMaxime Coste
2013-12-15Move insert and erase to normal.cc, and move edition management to contextMaxime Coste
2013-12-15Add Context::selections method, and use it in priority to the Editor's oneMaxime Coste
2013-12-14Remove Editor::select methods, add a non-const selections getterMaxime Coste
2013-12-14Remove Editor::main_selection(|index), directly use the SelectionList methodMaxime Coste
2013-12-07eval and exec can use a -try-client optionMaxime Coste
2013-12-04Write errors while sourcing a file in the debug bufferMaxime Coste
2013-12-03Add support for defining and referencing highlightersMaxime Coste
2013-11-28Do not pass a window to highlighters factoriesMaxime Coste
2013-11-20reenable undo support on fifo buffers when the fifo closesMaxime Coste
2013-11-14move Client::m_name to context, no more need for DraftUIMaxime Coste
2013-11-14Extract InputHandler from ClientMaxime Coste
2013-11-12Add support for hidden commands, that will not show on completionMaxime Coste
2013-11-12Add support for hidden options, not showed by completionMaxime Coste
2013-11-05Add support for -itersel option in exec/evalMaxime Coste
2013-11-04Allow to ommit the catch part in the try commandMaxime Coste
2013-11-04remove filters, use hooks insteadMaxime Coste
2013-11-04Add automatic completion display in prompt modeMaxime Coste