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-09-26
Store capture groups with selections in editor, and access them through dynam...
Maxime Coste
2012-09-26
Move last insertion from Client to Context
Maxime Coste
2012-09-26
Forbid context copy
Maxime Coste
2012-09-26
Extract IncrementalInserter::Mode as InsertMode
Maxime Coste
2012-09-26
Move UserInterface out of Client into Context
Maxime Coste
2012-09-24
extract Client virtual methods to a UserInterface class
Maxime Coste
2012-09-24
Use context.editor() instead of context.window() when a window is not needed
Maxime Coste
2012-09-17
Add a ColorRegistry class responsible of color parsing and supporting aliases
Maxime Coste
2012-09-11
add 'r' for replacing selection with next typed char
Maxime Coste
2012-09-10
Remove runtime command, use shell expansion to source files in rc dir.
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
Editor::{select,move_cursor} takes a enum SelectMode parameter instead of a b...
Maxime Coste
2012-09-05
Handle inserting in Client::InsertMode
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-03
move input handling, including menu and prompt, to the Client class
Maxime Coste
2012-08-29
remove regex.hh, define Regex directly in string.hh
Maxime Coste
2012-08-29
main: EventManager should be destroyed after the Buffers
Maxime Coste
2012-08-28
add a poll based EventManager and use it for ncurse client update
Maxime Coste
2012-08-28
use a separate context for kakrc execution
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
bind <a-c> to window::center_selection
Maxime Coste
2012-08-15
Store the current client in context
Maxime Coste
2012-08-07
Fix do_pipe
Maxime Coste
2012-08-07
support line and column in command line parameters
Maxime Coste
2012-08-06
Commands take a mutable context, main_context is gone !
Maxime Coste
2012-08-06
Completions functions take a Context parameter
Maxime Coste
2012-08-05
Registers need a context to return their values
Maxime Coste
2012-08-05
cleanup keymap definition
Maxime Coste
2012-08-05
Use a context as parameter to keymap functions
Maxime Coste
2012-07-27
refactor insertion and insertion replay functions
Maxime Coste
2012-07-25
insert_char: remove 'ctrl-r %' handling, already provided by dynamic register
Maxime Coste
2012-07-11
Add Editor::replace(memoryview) and bind alt-P to replace paste
Maxime Coste
2012-06-29
support static and dynamic registers, add '%' (filename) and '.' (selection) ...
Maxime Coste
2012-06-29
simplify Register interface
Maxime Coste
2012-06-28
Rename UI to Client
Maxime Coste
2012-06-28
Add Context::option_manager()
Maxime Coste
2012-06-28
Context references buffer and window with a safe_ptr
Maxime Coste
2012-06-27
add kak_opt_.* environement variable retriever to access options from shell.
Maxime Coste
2012-06-25
ShellManager environment variable use a regex instead of an exact match
Maxime Coste
2012-06-05
fix some warnings detected with clang
Maxime Coste
2012-06-14
Reorder managers creation in main
Maxime Coste
2012-06-12
execute kakrc after creating an UI
Maxime Coste
2012-06-05
abstract ui functions in a UI base class
Maxime Coste
2012-06-05
fix compilation on MacOS
Maxime Coste
2012-05-29
Alt-Space permits to remove a selection by index
Maxime Coste
2012-05-29
Restore piping support.
Maxime Coste
2012-05-29
ShellManager::eval now takes an additional env_var map
Maxime Coste
[prev]
[next]