summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-22Merge pull request #238 from evertvp/java-highlightingMaxime Coste
2014-11-22Add java code highlightingEvert Van Petegem
2014-11-21Do not record keys that were not user generatedMaxime Coste
2014-11-21Do not reset edition level to 0 on buffer changeMaxime Coste
2014-11-21Add travis badge in READMEMaxime Coste
2014-11-21Do not rely on kak being in path in test run scriptMaxime Coste
2014-11-21Force boost 1.54Maxime Coste
2014-11-21Try to get latest boost libMaxime Coste
2014-11-21Try to fix travis build problem related to boostMaxime Coste
2014-11-21Try to fix c++11 support in .travis.ymlMaxime Coste
2014-11-21Add kakoune filetype -> clang filetype conversion in clang-completeMaxime Coste
2014-11-21Add .travis.yml configMaxime Coste
2014-11-21Update README, document %val{...}Maxime Coste
2014-11-20Fix missing include in assert.ccMaxime Coste
2014-11-20Fix info box placement when too wideMaxime Coste
2014-11-20Improve line wrapping behaviourMaxime Coste
2014-11-20Wrap info boxes text in ncurses display even in Inline menu styleMaxime Coste
2014-11-20Improve wrap_lines behaviour, split on punctiation as wellMaxime Coste
2014-11-20Show brief comments in clang completion descriptionMaxime Coste
2014-11-20Change wrap_lines to return StringViews, move it to string.ccMaxime Coste
2014-11-19jedi.kak: remove the tmp dir directly in the %sh blockMaxime Coste
2014-11-19Add diagnostics support to clang.kakMaxime Coste
2014-11-18Use a 'complete' alias for file type specific completerMaxime Coste
2014-11-18Refresh stdscr at startup to avoid flickeringMaxime Coste
2014-11-17Tweak option completion behaviourMaxime Coste
2014-11-17Remove unneeded string copiesMaxime Coste
2014-11-17option completion are valid until a modification is made before itMaxime Coste
2014-11-17Import std::begin/std::end so that container utils work correctly with non st...Maxime Coste
2014-11-16Yet more StringView params, less const String&Maxime Coste
2014-11-15More const String& to StringViewMaxime Coste
2014-11-14const String& to StringViewMaxime Coste
2014-11-13small fixMaxime Coste
2014-11-12Cleanup includesMaxime Coste
2014-11-12Use general flags utility for Face AttributeMaxime Coste
2014-11-12Fix case where a context ends up locked in no-hooks modeMaxime Coste
2014-11-11change filter mode to make backup of files to .kak-bak and edit in placeMaxime Coste
2014-11-11Reduce idle timeout to 50 millisecondsMaxime Coste
2014-11-11Hide info box when closing insert completion menuMaxime Coste
2014-11-11Support windows style path in grep outputMaxime Coste
2014-11-11Support windows style path in make outputMaxime Coste
2014-11-11Tweak clang completion docstring formatMaxime Coste
2014-11-11Remove %rec{...} strings, now "..." strings expand their contentMaxime Coste
2014-11-11fix clang compilationMaxime Coste
2014-11-11Back to an awk based clang completion parsing for better docstringsMaxime Coste
2014-11-10Document ui_options in READMEMaxime Coste
2014-11-10Add ui_options option for UserInterface configurationMaxime Coste
2014-11-10Add support for unordered_map optionsMaxime Coste
2014-11-10Display status line on top in ncursesMaxime Coste
2014-11-10Support hinting if an inline info should be above or below the anchorMaxime Coste
2014-11-10update TODOMaxime Coste