summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
2012-01-23the hook command takes a first parameter to specify the hook ownerMaxime Coste
2012-01-23HooksManager: forward declare Context instead of including context.hhMaxime Coste
2012-01-23HooksManager: extract the Singleton version as GlobalHooksManagerMaxime Coste
2012-01-20implement finding kak executable path on MacOSMaxime Coste
2012-01-19HighlighterGroup: move to it's own file, Window uses them directlyMaxime Coste
2012-01-18completion support for addgrouphl and rmgrouphlMaxime Coste
2012-01-18replace addhl -group with addgrouphl command, and add rmgrouphlMaxime Coste
2012-01-15Context: do not permit access to window or buffer if nullMaxime Coste
2012-01-15add a runtime command to execute files in the runtime directoryMaxime Coste
2012-01-15addhl supports a -group optionMaxime Coste
2012-01-15CommandManager: add flags support and IgnoreSemiColons flagMaxime Coste
2012-01-15correctly clear the window status lineMaxime Coste
2012-01-14CommandManager: use directly first command parameter as the command nameMaxime Coste
2012-01-14support '\' as a line continuation marker when executing commands in fileMaxime Coste
2012-01-09<space> with a count argument replaces current selections with the counth sel...Maxime Coste
2012-01-04Selectors: add select_surrounding to select blocksMaxime Coste
2011-12-28search for kakrc next to the kak executable instead of in the current directoryMaxime Coste
2011-12-28Add a | key that pipes each selection through an external filterMaxime Coste
2011-12-21Use Keys instead of char for keymapMaxime Coste
2011-12-20Add an exec command, similar to vim normal commandMaxime Coste
2011-12-07Filters: move from buffer to windowMaxime Coste
2011-12-05Add a repeat last insert command, bound to .Maxime Coste
2011-12-02fix exec_commands_in_fileMaxime Coste
2011-12-02Buffer: add filter supportMaxime Coste
2011-11-30stop clearing selections all the timeMaxime Coste
2011-11-29Rename Filter to Highlighter to be more explicitMaxime Coste
2011-11-28Debug: stop writing key codes to debug buffer and cleanupsMaxime Coste
2011-11-27Add a source command to execute commands from fileMaxime Coste
2011-11-26Add wq and wq! commandsMaxime Coste
2011-11-26Add hook commandMaxime Coste
2011-11-26Add a Context parameter to commandsMaxime Coste
2011-11-25Add a HooksManager classMaxime Coste
2011-11-22use alt-x instead of , to select whole linesMaxime Coste
2011-11-22Add alt-j command to join linesMaxime Coste
2011-11-21Selectors: add split_selection bound to Alt-sMaxime Coste
2011-11-21Extract RegexSelector methods as plain selectorsMaxime Coste
2011-11-21Add , to fully selects lines selection is on.Maxime Coste
2011-11-16IncrementalInserter: add insert_capture method bound to ^B<num>Maxime Coste
2011-11-16RegexSelector: support multi selections, bound to s keyMaxime Coste
2011-11-15ncurses: set ESCDELAY to 25 so that esc key lag is less noticeableMaxime Coste
2011-11-14remove unused codeMaxime Coste
2011-11-12Completions: add filterid completion for rmfilterMaxime Coste
2011-11-12Completions: add basic addfilter completionMaxime Coste
2011-11-12Completion: decentralise, move buffer name completion to BufferManagerMaxime Coste
2011-11-10Completions: change NullCompletion functor to complete_nothing functionMaxime Coste
2011-11-09Filters: refactoringMaxime Coste
2011-11-09fix launching on new fileMaxime Coste
2011-11-08Window: support adding and removing filters with :addfilter :rmfilterMaxime Coste
2011-11-08Filters: register existing filters with the registryMaxime Coste
2011-11-02IncrementalInserter: support insert at line begin and append at line endMaxime Coste