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
/
main.cc
Age
Commit message (
Expand
)
Author
2012-01-23
the hook command takes a first parameter to specify the hook owner
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: 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
add a runtime command to execute files in the runtime directory
Maxime Coste
2012-01-15
addhl supports a -group option
Maxime Coste
2012-01-15
CommandManager: add flags support and IgnoreSemiColons flag
Maxime Coste
2012-01-15
correctly clear the window status line
Maxime Coste
2012-01-14
CommandManager: use directly first command parameter as the command name
Maxime Coste
2012-01-14
support '\' as a line continuation marker when executing commands in file
Maxime Coste
2012-01-09
<space> with a count argument replaces current selections with the counth sel...
Maxime Coste
2012-01-04
Selectors: add select_surrounding to select blocks
Maxime Coste
2011-12-28
search for kakrc next to the kak executable instead of in the current directory
Maxime Coste
2011-12-28
Add a | key that pipes each selection through an external filter
Maxime Coste
2011-12-21
Use Keys instead of char for keymap
Maxime Coste
2011-12-20
Add an exec command, similar to vim normal command
Maxime Coste
2011-12-07
Filters: move from buffer to window
Maxime Coste
2011-12-05
Add a repeat last insert command, bound to .
Maxime Coste
2011-12-02
fix exec_commands_in_file
Maxime Coste
2011-12-02
Buffer: add filter support
Maxime Coste
2011-11-30
stop clearing selections all the time
Maxime Coste
2011-11-29
Rename Filter to Highlighter to be more explicit
Maxime Coste
2011-11-28
Debug: stop writing key codes to debug buffer and cleanups
Maxime Coste
2011-11-27
Add a source command to execute commands from file
Maxime Coste
2011-11-26
Add wq and wq! commands
Maxime Coste
2011-11-26
Add hook command
Maxime Coste
2011-11-26
Add a Context parameter to commands
Maxime Coste
2011-11-25
Add a HooksManager class
Maxime Coste
2011-11-22
use alt-x instead of , to select whole lines
Maxime Coste
2011-11-22
Add alt-j command to join lines
Maxime Coste
2011-11-21
Selectors: add split_selection bound to Alt-s
Maxime Coste
2011-11-21
Extract RegexSelector methods as plain selectors
Maxime Coste
2011-11-21
Add , to fully selects lines selection is on.
Maxime Coste
2011-11-16
IncrementalInserter: add insert_capture method bound to ^B<num>
Maxime Coste
2011-11-16
RegexSelector: support multi selections, bound to s key
Maxime Coste
2011-11-15
ncurses: set ESCDELAY to 25 so that esc key lag is less noticeable
Maxime Coste
2011-11-14
remove unused code
Maxime Coste
2011-11-12
Completions: add filterid completion for rmfilter
Maxime Coste
2011-11-12
Completions: add basic addfilter completion
Maxime Coste
2011-11-12
Completion: decentralise, move buffer name completion to BufferManager
Maxime Coste
2011-11-10
Completions: change NullCompletion functor to complete_nothing function
Maxime Coste
2011-11-09
Filters: refactoring
Maxime Coste
2011-11-09
fix launching on new file
Maxime Coste
2011-11-08
Window: support adding and removing filters with :addfilter :rmfilter
Maxime Coste
2011-11-08
Filters: register existing filters with the registry
Maxime Coste
2011-11-02
IncrementalInserter: support insert at line begin and append at line end
Maxime Coste
[prev]
[next]