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-09-24
move Client::Mode class definition in client.cc
Maxime Coste
2012-09-24
Use context.editor() instead of context.window() when a window is not needed
Maxime Coste
2012-09-19
select_all_matches: reject match that start at the end of originating selection
Maxime Coste
2012-09-17
ncurses: fix displaying of lines longer than screen
Maxime Coste
2012-09-17
RegexColorizer: store ColorPairs by pointer so that alias changes are taken i...
Maxime Coste
2012-09-17
ColorRegistry: permit overriding an alias
Maxime Coste
2012-09-17
kakrc: use color aliases for cpp and kakrc highlighting
Maxime Coste
2012-09-17
Add a ColorRegistry class responsible of color parsing and supporting aliases
Maxime Coste
2012-09-17
fix parse_keys for <esc>
Maxime Coste
2012-09-17
PromptMode: fix completion of non-last parameters
Maxime Coste
2012-09-14
fifo: buffer size is 4k instead of 512
Maxime Coste
2012-09-12
rework fifo handling, use real fifos in {make,grep}.kak, update README
Maxime Coste
2012-09-12
use parse_filename when opening files or completing filenames so that ~ and e...
Maxime Coste
2012-09-12
simplify tab completion code in Client::InsertMode
Maxime Coste
2012-09-12
whine when a search selected nothing so that the user knows
Maxime Coste
2012-09-12
support Tab/BackTab keys in MenuMode as well
Maxime Coste
2012-09-12
grep command uses file completion
Maxime Coste
2012-09-12
add -file-completion option to def command and document in README
Maxime Coste
2012-09-11
commands.cc: cleanup
Maxime Coste
2012-09-11
Correctly handle arrow keys in insert mode
Maxime Coste
2012-09-11
Buffer: reset undo data after executing hooks in constructor
Maxime Coste
2012-09-11
do not keep undo data in the debug buffer
Maxime Coste
2012-09-11
NCursesClient::show_menu: stop displaying counts in front of items
Maxime Coste
2012-09-11
fix NCursesClient::menu_select for one past last item
Maxime Coste
2012-09-11
Support Shift-Tab in prompt mode to go back in completions
Maxime Coste
2012-09-11
add 'r' for replacing selection with next typed char
Maxime Coste
2012-09-10
Load config file in ${XDG_CONFIG_HOME}/kak/kakrc and ${XDG_CONFIG_HOME}/kak/a...
Maxime Coste
2012-09-10
Remove runtime command, use shell expansion to source files in rc dir.
Maxime Coste
2012-09-10
Buffer: Allow inserting at the end when the inserted text ends with an end of...
Maxime Coste
2012-09-09
use -shell-params in rc files
Maxime Coste
2012-09-09
Add support for shell script parameters
Maxime Coste
2012-09-07
Add support for page up and page down
Maxime Coste
2012-09-07
Cleanup Key handling, use symbolic names for function keys
Maxime Coste
2012-09-07
Editor::{select,move_cursor} takes a enum SelectMode parameter instead of a b...
Maxime Coste
2012-09-07
fix Client::repeat_last_insert when no last insert
Maxime Coste
2012-09-06
kakrc.kak: fix comments highlighting
Maxime Coste
2012-09-06
ShellManager: output stderr in the debug buffer
Maxime Coste
2012-09-06
cpp.kak: smarter alt command
Maxime Coste
2012-09-06
tweak make output highlighting
Maxime Coste
2012-09-05
simplify menu api
Maxime Coste
2012-09-05
fix Selection::merge_with
Maxime Coste
2012-09-05
Handle inserting in Client::InsertMode
Maxime Coste
2012-09-05
Client: fix history search
Maxime Coste
2012-09-05
ncurses: colorize the menu
Maxime Coste
2012-09-05
fix NCursesClient::show_menu with big menu entries
Maxime Coste
2012-09-05
Factor select to next char commands using Client::on_next_key
Maxime Coste
2012-09-05
use on_next_key in do_go and do_select_object
Maxime Coste
2012-09-05
Add client::on_next_key method to run some code when the next key arrives
Maxime Coste
2012-09-04
use more constexpr
Maxime Coste
2012-09-04
Prompt: use entered text as prefix for history search
Maxime Coste
[prev]
[next]