| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-23 | Make kak more installable | Maxime Coste | |
| * Kak relies on the kakrc file to be in ../share/kak/kakrc relative to kak binary rather than in the same directory * Added an install target to the Makefile | |||
| 2013-12-13 | Fix cpp strings highlight | Maxime Coste | |
| 2013-12-12 | Region highlighter takes regexes for region start/end | Maxime Coste | |
| 2013-12-04 | fix strings in comment being highlighted as strings | Maxime Coste | |
| 2013-12-04 | use region highlighter for cpp | Maxime Coste | |
| 2013-12-03 | Change rc files to use shared highlighters | Maxime Coste | |
| 2013-12-03 | fixup cpp.kak | Maxime Coste | |
| 2013-12-03 | rework cpp indenter, try to make them more readable | Maxime Coste | |
| 2013-11-14 | tweak style cpp.kak | Maxime Coste | |
| 2013-11-13 | move cpp indentation to helper hidden commands | Maxime Coste | |
| 2013-11-12 | Centralize file mimetype detection in mime.kak | Maxime Coste | |
| This way, 'file --mime-type $buffer' is called only once per file rather than once per filetype detection hook. | |||
| 2013-11-08 | update cpp indentation hooks, indent after visibilty specifier | Maxime Coste | |
| 2013-11-07 | cleanup cpp hooks | Maxime Coste | |
| 2013-11-07 | cpp indent improvement | Maxime Coste | |
| * auto inserts a ; after } if it closes a class or struct * auto copy the // comment of the previous line | |||
| 2013-11-05 | Add support for -itersel option in exec/eval | Maxime Coste | |
| -itersel makes a -draft eval/exec run once for each selections separately rather than with all selections at a time. | |||
| 2013-11-04 | update cpp indent hooks, add align to opening paren support | Maxime Coste | |
| 2013-11-04 | Use InsertChar hook for char insertion, and InsertKey for key press | Maxime Coste | |
| 2013-11-04 | Allow to ommit the catch part in the try command | Maxime Coste | |
| 2013-11-04 | cpp.kak: replace filters with hooks | Maxime Coste | |
| 2013-10-30 | Remove setg/setb/setw and use set <scope> | Maxime Coste | |
| (with scope a prefix of global,buffer or window) | |||
| 2013-07-12 | cpp.kak: wrap trailing whitespace cleanup hook in a try catch | Maxime Coste | |
| 2013-05-17 | cpp.kak: fix alt now that alt_dirs is a proper list | Maxime Coste | |
| 2013-05-16 | cpp.kak: fix alt_dirs option default value | Maxime Coste | |
| 2013-04-11 | remove hooks when needed in rc files | Maxime Coste | |
| 2013-04-11 | highlight strings after macros | Maxime Coste | |
| 2013-03-29 | cpp.kak: fix alt_dirs handling with more than 2 directories | Maxime Coste | |
| 2013-03-22 | cpp.kak: alt supports an alt_dirs options for directories to search | Maxime Coste | |
| 2013-03-22 | eval,exec: -restore-selections become -draft, and restore the buffer as well | Maxime Coste | |
| 2013-01-17 | Move Insertion Hooks handing to the input handler | Maxime Coste | |
| 2012-12-13 | tweak cpp highlighting | Maxime Coste | |
| 2012-11-27 | fix cpp indent filter | Maxime Coste | |
| 2012-11-21 | cpp.kak: use regex filter to handle indentation | Maxime Coste | |
| 2012-11-12 | update c++ highlighter | Maxime Coste | |
| 2012-10-29 | tweak cpp highlighting | Maxime Coste | |
| 2012-10-01 | cpp.kak: fix string highlighter | Maxime Coste | |
| 2012-09-17 | kakrc: use color aliases for cpp and kakrc highlighting | Maxime Coste | |
| 2012-09-06 | cpp.kak: smarter alt command | Maxime Coste | |
| 2012-09-04 | cleanup cpp.kak | Maxime Coste | |
| 2012-08-07 | cpp.kak: also try to detect cpp files using the file tool | Maxime Coste | |
| 2012-08-07 | use new regex highlighter features in rc files | Maxime Coste | |
| 2012-08-07 | new regex highlighter parameters syntax, support per capture highlight | Maxime Coste | |
| 2012-08-05 | Registers need a context to return their values | Maxime Coste | |
| 2012-07-31 | CommandManager: rework command parser | Maxime Coste | |
| a new type of strings is supported inspired by the ruby strings. %<delimiter>content<delimiter>, if opening delimiter is one of ([{<, then closing delimiter is the matching )]}> and balanced delimiters in the string needs not to be escaped, else the closing delimiter is the same as the opening one. shell expansion is available through %sh<delimiter>command<delimiter> syntax. Command flags have been removed, as these strings provide proper nesting support, so now, you can for example do: def command %{ echo %sh{ ls } } | |||
| 2012-07-20 | add inline keyword in cpp highlighting | Maxime Coste | |
| 2012-06-14 | rework cpp.kak and kakrc.kak to use the filetype option | Maxime Coste | |
| 2012-06-12 | BufCreate hook is always called for every buffer, BufNew is called when ↵ | Maxime Coste | |
| creating a new file | |||
| 2012-06-04 | tweak cpp highlighting | Maxime Coste | |
| 2012-05-29 | tweak cpp highlighting | Maxime Coste | |
| 2012-05-04 | remove {add,rm}grouphl, go back to a -group arg in {add,rm}hl | Maxime Coste | |
| more consistency, more shared code | |||
| 2012-02-13 | add alt command which alternate between c/cpp and h/hpp file | Maxime Coste | |
