summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-20Fix commentMaxime Coste
2014-03-19Automatic insert filename completion kicks in only if prefix contains slashMaxime Coste
2014-03-18EventManager: fix busy loop when no timer events exists.Maxime Coste
2014-03-15Insert mode completion execute completers in order, and supports multiple optionMaxime Coste
2014-03-07Clamp cursor position on buffer reloadingMaxime Coste
2014-03-05Fix segfault in get_until_delimiterMaxime Coste
2014-03-02Add -p <session> option to kak, which forward commands on stdin to sessionMaxime Coste
2014-03-02Rename connect_to's pid parameter to sessionMaxime Coste
2014-03-02Add -docstring option to the 'def' commandMaxime Coste
2014-03-02Add support for -buffer <comma separated names> to eval and exec commandsMaxime Coste
2014-03-02tweak docstringMaxime Coste
2014-03-02Declare commands in a CommandDesc structureMaxime Coste
2014-03-02Add a docstring to commandsMaxime Coste
2014-03-02Display command info only when the autoinfo option is trueMaxime Coste
2014-03-02Consistently name -foo things 'switches'Maxime Coste
2014-03-02Add command switches information, and automatically display itMaxime Coste
2014-03-02All commands now take directly a parameter parserMaxime Coste
2014-03-02Add @ command for tabs to spaces and alt-@ for spaces to tabsMaxime Coste
2014-03-02Rename align indent to more correct copy indentMaxime Coste
2014-02-27Add buffile env var for getting the buffer filenameMaxime Coste
2014-02-27Tolerate invalid %...{} when completingMaxime Coste
2014-02-25regionref highlighter just ignore invalid referencesMaxime Coste
2014-02-15Add support for `strings`Maxime Coste
2014-02-12Use a scoped edition when pastingMaxime Coste
2014-02-12EventManager now wakes up for next timer rather than running a 10HzMaxime Coste
2014-02-12Check for buffer external change when entering insert modeMaxime Coste
2014-02-12Prompt handles scrolling in the line being editedMaxime Coste
2014-02-12ClientManager: use lifo behaviour for free windowsMaxime Coste
2014-01-28Fix LineChangeWatcher behaviour when inserting at buffer endMaxime Coste
2014-01-28Rename selections first,last to more explicit anchor,cursorMaxime Coste
2014-01-27Fix autoinfo for angle bracket objectMaxime Coste
2014-01-27Fix compilation with clang 3.4Maxime Coste
2014-01-27remove unused Singleton::delete_instanceMaxime Coste
2014-01-27Remove session socket on error signalMaxime Coste
2014-01-27Honor incsearch option for select/split/keepMaxime Coste
2014-01-27Rework command completion to allow partial token completionMaxime Coste
2014-01-27update gdbinitMaxime Coste
2014-01-27WordDB now uses a LineChangeWatcher based implementationMaxime Coste
2014-01-27Rework regions highlighter, refactor and extract line trackingMaxime Coste
2014-01-23Add 'a' alias to angle brackets text objectMaxime Coste
2014-01-23Catch parameter errors on startup and display option informationsMaxime Coste
2014-01-23write_debug: fallback to stderr if the BufferManager does not exists yetMaxime Coste
2014-01-21Fix adapt_view_pos when the cursor is not on a display atom by itselfMaxime Coste
2014-01-20Add a show_matching highlighterMaxime Coste
2014-01-19WordDB: use an ordered map for storing wordsMaxime Coste
2014-01-18RegionHighlighter: correct coordinates that are one past end of lineMaxime Coste
2014-01-18Pass a HighlightFlags parameter to highlightersMaxime Coste
2014-01-17only highlight actually displayed regionsMaxime Coste
2014-01-17FunctionGroup: fix incorrect parameter for operator()Maxime Coste
2014-01-16Word completion use a WordDB stored as a buffer value.Maxime Coste