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
/
client.cc
Age
Commit message (
Expand
)
Author
2012-10-11
Client: never call substr(CharCount, String::npos);
Maxime Coste
2012-10-11
Makefile: add -Wall to CXXFLAGS
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-10-09
add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Co...
Maxime Coste
2012-10-09
InsertMode insert the whole utf8 representation of a codepoint
Maxime Coste
2012-10-08
WordCompleter: avoid word currently being edited
Maxime Coste
2012-10-01
autoenable word completion while inserting
Maxime Coste
2012-09-30
Add a word completing functionality to insert mode (wip)
Maxime Coste
2012-09-30
Menus can be placed anywhere on the screen, and takes a style parameter
Maxime Coste
2012-09-26
Move last insertion from Client to Context
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
Hide more Client Mode code in the cpp
Maxime Coste
2012-09-24
extract Client virtual methods to a UserInterface class
Maxime Coste
2012-09-24
move Client::Mode class definition in client.cc
Maxime Coste
2012-09-17
PromptMode: fix completion of non-last parameters
Maxime Coste
2012-09-12
simplify tab completion code in Client::InsertMode
Maxime Coste
2012-09-12
support Tab/BackTab keys in MenuMode as well
Maxime Coste
2012-09-11
Correctly handle arrow keys in insert mode
Maxime Coste
2012-09-11
Support Shift-Tab in prompt mode to go back in completions
Maxime Coste
2012-09-07
Cleanup Key handling, use symbolic names for function keys
Maxime Coste
2012-09-07
fix Client::repeat_last_insert when no last insert
Maxime Coste
2012-09-05
simplify menu api
Maxime Coste
2012-09-05
Handle inserting in Client::InsertMode
Maxime Coste
2012-09-05
Client: fix history search
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
Prompt: use entered text as prefix for history search
Maxime Coste
2012-09-04
Allow arrow keys in prompt mode
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
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-08-15
Store the current client in context
Maxime Coste
2012-08-05
Registers need a context to return their values
Maxime Coste
2012-06-28
Rename UI to Client
Maxime Coste
[prev]