index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-01-31
insert include guards in C++ header files at creation
Maxime Coste
2012-01-31
tweak c++ highlighting
Maxime Coste
2012-01-31
Buffer: support creation of temporary windows to apply commands when no windo...
Maxime Coste
2012-01-31
Buffer: add NewFile buffer type for buffer with an non existing yet file
Maxime Coste
2012-01-31
Context: add methods bool has_{buffer,window)
Maxime Coste
2012-01-29
make parse_keys handle <c-*> and <a-*> keys.
Maxime Coste
2012-01-29
File: parse_filename function which handle ~ and environment variable in file...
Maxime Coste
2012-01-25
history support in prompt
Maxime Coste
2012-01-25
add a find(container, value) utility function
Maxime Coste
2012-01-25
SelectionHighlighter: reverse color of the last char of each selection
Maxime Coste
2012-01-25
tweak cpp highlighting
Maxime Coste
2012-01-25
remove DynamicBufferIterator and make Selection a ModificationListener
Maxime Coste
2012-01-25
do not use a DynamicBufferIterator in IncrementalInserter::IncrementalInserter
Maxime Coste
2012-01-25
optimize SelectionHighlighters, stop copying Selections
Maxime Coste
2012-01-25
moving no longer clears multiple selections
Maxime Coste
2012-01-24
fix line break support in insert_char
Maxime Coste
2012-01-24
use a settable get_key function to be able to override key reading
Maxime Coste
2012-01-24
HooksManager: do not propagate hooks runtime exception
Maxime Coste
2012-01-24
support Ctrl-R <reg> when inserting to insert a register
Maxime Coste
2012-01-23
replace ncurses getch calls with a get_key method
Maxime Coste
2012-01-23
adapt rc files to the new hook command
Maxime Coste
2012-01-23
the hook command takes a first parameter to specify the hook owner
Maxime Coste
2012-01-23
Window have it's own hooks manager
Maxime Coste
2012-01-23
HooksManager: forward declare Context instead of including context.hh
Maxime Coste
2012-01-23
HooksManager: extract the Singleton version as GlobalHooksManager
Maxime Coste
2012-01-20
implement finding kak executable path on MacOS
Maxime Coste
2012-01-19
HighlighterGroup: use idvaluemap::complete_id_if in complete_group_id
Maxime Coste
2012-01-19
idvaluemap: complete_id_if method for conditional id completion
Maxime Coste
2012-01-19
HighlighterGroup: move to it's own file, Window uses them directly
Maxime Coste
2012-01-18
completion support for addgrouphl and rmgrouphl
Maxime Coste
2012-01-18
replace addhl -group with addgrouphl command, and add rmgrouphl
Maxime Coste
2012-01-15
Context: do not permit access to window or buffer if null
Maxime Coste
2012-01-15
tweak kakrc files highlighting
Maxime Coste
2012-01-15
split kakrc with filetype specific files in rc/
Maxime Coste
2012-01-15
add a runtime command to execute files in the runtime directory
Maxime Coste
2012-01-15
kakrc: use a hlkakrc highlighter group for kakrc highlighting regex
Maxime Coste
2012-01-15
addhl supports a -group option
Maxime Coste
2012-01-15
HighlighterRegistry: add add_highlighter_to_group method
Maxime Coste
2012-01-15
Window: add get_highlighter_group method
Maxime Coste
2012-01-15
Highlighters: add an HighlighterGroup class
Maxime Coste
2012-01-15
Highlighters: move HighlighterParameters definition from highlighter_registry...
Maxime Coste
2012-01-15
idvaluemap: add missing includes
Maxime Coste
2012-01-15
kakrc: refactor using lists of commands for hooks
Maxime Coste
2012-01-15
CommandManager: add flags support and IgnoreSemiColons flag
Maxime Coste
2012-01-15
Completion: sort results in complete_filename
Maxime Coste
2012-01-15
Completion: handle hidden files in complete_filenam
Maxime Coste
2012-01-15
correctly clear the window status line
Maxime Coste
2012-01-15
CommandManager: support ';' as a command separator
Maxime Coste
2012-01-14
Highlighters: tweak colorize_cplusplus
Maxime Coste
2012-01-14
CommandManager: use directly first command parameter as the command name
Maxime Coste
[prev]
[next]