summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-29add swap case support with the ~ keyMaxime Coste
2013-03-29String: inherit from std::string rather than using it as a backendMaxime Coste
2013-03-29use a scoped edition in Repeated so that repeated actions have a single undo ...Maxime Coste
2013-03-29kakrc: define colorscheme before sourcing user configMaxime Coste
2013-03-29cpp.kak: fix alt_dirs handling with more than 2 directoriesMaxime Coste
2013-03-29Minor BufferCompleter refactoringMaxime Coste
2013-03-27use only one constructor with a default parameter for unitsMaxime Coste
2013-03-27idvaluemap: minor style changesMaxime Coste
2013-03-27Move parameter count validation to the ParameterParserMaxime Coste
2013-03-27factor addhl/rmhl/addfilter/rmfilter completion functionsMaxime Coste
2013-03-27idvaluemap, FunctionGroup: consitfy completion methodsMaxime Coste
2013-03-27Merge {Filter,Highlighter}Group in a FunctionGroup templateMaxime Coste
2013-03-26kak_bufname env var use display_nameMaxime Coste
2013-03-26add regex_option highlighter, which takes a regex option name and highlight a...Maxime Coste
2013-03-26permit do declare regex optionMaxime Coste
2013-03-26Make TypedOption templates publicMaxime Coste
2013-03-26% register uses the buffer display nameMaxime Coste
2013-03-26Add a special option type LineAndFlag, use it for FlagLines highlighterMaxime Coste
2013-03-26add default zero construction to unitsMaxime Coste
2013-03-25extract parse_color to color.cc as str_to_color, and add color_to_strMaxime Coste
2013-03-25move absolute path logic to Buffer classMaxime Coste
2013-03-25add a cd commandMaxime Coste
2013-03-25Always use absolute path for file buffer names, compact paths for displayMaxime Coste
2013-03-25fix some style problems detected by cppcheckMaxime Coste
2013-03-22{grep,make}.kak: use edit! instead of trying to delete bufferMaxime Coste
2013-03-22open_fifo delete existing buffer if neededMaxime Coste
2013-03-22cpp.kak: alt supports an alt_dirs options for directories to searchMaxime Coste
2013-03-22show informations on uncaught std::exceptionsMaxime Coste
2013-03-22use canonicalized filenames for buffersMaxime Coste
2013-03-22BufferManager notify the ClientManager when a buffer diesMaxime Coste
2013-03-22kakrc: avoid bash featuresMaxime 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-22add WinDisplay hookMaxime Coste
2013-03-21add a kak_selections env var, which contains all selections separated by a commaMaxime Coste
2013-03-21BufferManager: replace Buffer* get_buffer with Buffer& get_bufferMaxime Coste
2013-03-20utf8 validity is not a buffer concernMaxime Coste
2013-03-20Add a RuntimeError hook called when a runtime_error exception is catched at c...Maxime Coste
2013-03-20user defined hooks can access the hook parameter in shell with $kak_hook_paramMaxime Coste
2013-03-20Editor: fix select(Selection&, SelectMode::Replace)Maxime Coste
2013-03-20NCurses: draw a scroll barMaxime Coste
2013-03-20BufferCompleter: preserve completions when insertingMaxime Coste
2013-03-19CommandManager: fix some crashesMaxime Coste
2013-03-19BufferCompleter: fix backward looping in completion candidatesMaxime Coste
2013-03-19Add an 'insert_hide_sel' option, which hides selection when insertingMaxime Coste
2013-03-19clang-complete: do the compilation in the buffer directoryMaxime Coste
2013-03-18select_to_{,reverse}: search on other lines if neededMaxime Coste
2013-03-18more robust implementation of expand_unprintableMaxime Coste
2013-03-18DisplayBuffer::split does not check if the split is on a character boundaryMaxime Coste
2013-03-18add a reg command to set a registerMaxime Coste