summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2013-03-22use canonicalized filenames for buffersMaxime Coste
2013-03-22BufferManager notify the ClientManager when a buffer diesMaxime Coste
2013-03-22setb can take a -buffer argumentMaxime Coste
2013-03-22eval,exec: -restore-selections become -draft, and restore the buffer as wellMaxime Coste
2013-03-21BufferManager: replace Buffer* get_buffer with Buffer& get_bufferMaxime Coste
2013-03-20user defined hooks can access the hook parameter in shell with $kak_hook_paramMaxime Coste
2013-03-18add a reg command to set a registerMaxime Coste
2013-03-15Editor: replace selections().back() with main_selection()Maxime Coste
2013-03-14add str-list option support to decl commandMaxime Coste
2013-03-14add support for regex options, make ignored_files oneMaxime Coste
2013-03-13move complete_filename to file.ccMaxime Coste
2013-03-13write_buffer: consider buffer as saved only if we used it's filenameMaxime Coste
2013-03-06colalias: always overrideMaxime Coste
2013-03-06HighlightersFactories takes back a Window parameterMaxime Coste
2013-03-06Add support for int list options, specified using a comma seperated list of intMaxime Coste
2013-03-05Strongly typed options supportMaxime Coste
2013-03-01Do not use a factory for window builtins highlightersMaxime Coste
2013-03-01assistant: no need for raw stringsMaxime Coste
2013-02-28use a 16K buffer when reading from fifoMaxime Coste
2013-02-27Add a debug option to Makefile, and use KAK_DEBUG define to remove debug codeMaxime Coste
2013-02-26Use unicode box drawing character for the assistantMaxime Coste
2013-02-25Add the most important missing feature of KakouneMaxime Coste
2013-02-18expose exec_keys function in commands.hhMaxime Coste
2013-02-07context_wrap: create a DynamicSelectionList only when neededMaxime Coste
2013-02-07exec keys: push_jump if editor has changedMaxime Coste
2013-01-30open_fifo uses fcntl for more portable CLOEXEC bit settingMaxime Coste
2013-01-29info command take a -anchor <pos> instead of -inline paramsMaxime Coste
2013-01-29Do not pass a context to InputHandler methodsMaxime Coste
2013-01-28InputHandler have it's own contextMaxime Coste
2013-01-17move {exec,eval}_string common code to a helper context_wrap functionMaxime Coste
2013-01-17exec and eval accepts a restore-selection parameterMaxime Coste
2013-01-17Hooks now takes a non-const contextMaxime Coste
2013-01-14move input watching responsibility into UserInterface implementationsMaxime Coste
2013-01-10Refactor EventManagerMaxime Coste
2013-01-04various code style fixesMaxime Coste
2013-01-03Add a nop command to avoid accidental shell output evaluationMaxime Coste
2012-12-28add a force mode to delete buffer (db!)Maxime Coste
2012-12-15menu commands has a -select-cmds optionMaxime Coste
2012-12-14InputHandler: call callback on abort and on selected element change as wellMaxime Coste
2012-12-14info: support a -inline optionMaxime Coste
2012-12-14UserInterface: add info box supportMaxime Coste
2012-12-09Support nested {Filters,Highlighter}GroupMaxime Coste
2012-12-07extract ParametersParser to it's own fileMaxime Coste
2012-12-03'exec' and (resurected) 'eval' commands can take a '-client' parameterMaxime Coste
2012-12-03add 'name' command to set current client nameMaxime Coste
2012-12-03fix quit modified file behaviourMaxime Coste
2012-11-26EventManager: avoid erasing an event handler while it may be in useMaxime Coste
2012-11-23Refactor filter and highlighter registry into a common templateMaxime Coste
2012-11-22rename (hook|option)_manager to (hook|option)s.Maxime Coste
2012-11-21move wrong_argument_count to commands.cc, where it is usedMaxime Coste