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-04
add override markers
Maxime Coste
2012-09-04
cleanup cpp.kak
Maxime Coste
2012-09-04
Allow arrow keys in prompt mode
Maxime Coste
2012-09-04
Support # comments in commands
Maxime Coste
2012-09-04
Client::MenuMode wrap through options with j/k Ctrl-n/Ctrl-p and tab
Maxime Coste
2012-09-03
Client::MenuMode map tab as SelectNext
Maxime Coste
2012-09-03
fix open line above for first line and add a unit test
Maxime Coste
2012-09-03
Add MenuCommand::SelectNone and use it when tab completions goes back to orig...
Maxime Coste
2012-09-03
NCurses: Fix menu display
Maxime Coste
2012-09-03
move input handling, including menu and prompt, to the Client class
Maxime Coste
2012-09-03
fix control key parsing
Maxime Coste
2012-08-31
NCurses: use menu for tab completion
Maxime Coste
2012-08-30
Change client menu api to give more control to the caller
Maxime Coste
2012-08-30
More useable menu implementation on ncurses
Maxime Coste
2012-08-30
git.kak: tweak highlighting
Maxime Coste
2012-08-29
escape whitespaces in filename or buffername completions
Maxime Coste
2012-08-29
Fix escaped whitespace handling in command manager
Maxime Coste
2012-08-29
remove regex.hh, define Regex directly in string.hh
Maxime Coste
2012-08-29
add_hook: do not construct a regex again and again
Maxime Coste
2012-08-29
make.kak: fix highlighting
Maxime Coste
2012-08-29
make.kak: fix parameter passing
Maxime Coste
2012-08-29
use fifo buffers for grep and make command
Maxime Coste
2012-08-29
Add an -fifo option to the 'edit' command
Maxime Coste
2012-08-29
main: EventManager should be destroyed after the Buffers
Maxime Coste
2012-08-29
fix ShellManager, avoid zombie childs when grand childs detaches themselves
Maxime Coste
2012-08-28
add a poll based EventManager and use it for ncurse client update
Maxime Coste
2012-08-28
ncurses: refresh at end of draw_window
Maxime Coste
2012-08-28
BufferManager: protect complete_buffername from regex_error
Maxime Coste
2012-07-30
fix compilation on OSX
Maxime Coste
2012-08-28
use a separate context for kakrc execution
Maxime Coste
2012-08-28
fix complete_filename
Maxime Coste
2012-08-27
IncrementalInserter: Fix avoid_eol behavior
Maxime Coste
2012-08-23
grep.kak: do not quote params
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-22
use a strongly typed int LineCount for line counts
Maxime Coste
2012-08-21
do_go: some cleanups
Maxime Coste
2012-08-21
RegexColorizer: fix last buffer line highlighting
Maxime Coste
2012-08-21
Add Buffer::iterator_at_line{begin,end}(size_t line) overloads
Maxime Coste
2012-08-21
edit command: when a line is specified ask the window to center it
Maxime Coste
2012-08-21
bind <a-c> to window::center_selection
Maxime Coste
2012-08-21
add Window::center_selection method
Maxime Coste
2012-08-21
fix parse_keys for <a-key>
Maxime Coste
2012-08-17
Allow context with client and non-window editor
Maxime Coste
2012-08-17
fix create_buffer_from_file when file does not exists
Maxime Coste
2012-08-17
RegexColorizer: Fix range computation
Maxime Coste
2012-08-17
make.kak: style fix
Maxime Coste
2012-08-17
grep.kak: use perl regex syntax and quote parameters
Maxime Coste
2012-08-15
Store the current client in context
Maxime Coste
2012-08-15
avoid keeping end of lines selected in Editor::erase
Maxime Coste
2012-08-15
Add BufferIterator::clamp(bool avoid_eol) method
Maxime Coste
[prev]
[next]