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
/
commands.cc
Age
Commit message (
Expand
)
Author
2012-08-08
exec_keys: use the context editor, no need for a new one
Maxime Coste
2012-08-08
Refactor BufferManager
Maxime Coste
2012-08-07
write command refuse to write a scratch file when no filename is given
Maxime Coste
2012-08-07
edit commands accept a -scratch flag to edit not to be saved file
Maxime Coste
2012-08-07
define_command: remove unused param from parser definition
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
Use a context as parameter to keymap functions
Maxime Coste
2012-08-01
Tokens are CommandManager implementation details
Maxime Coste
2012-07-31
CommandManager: rework command parser
Maxime Coste
2012-07-31
CommandParameters is a list of Tokens instead of Strings
Maxime Coste
2012-06-30
do not catch exception in commands, let them propagate
Maxime Coste
2012-06-29
simplify Register interface
Maxime Coste
2012-06-28
Rename UI to Client
Maxime Coste
2012-06-27
Tweak String class, and cleanup usages
Maxime Coste
2012-06-14
support buffer as a hook target
Maxime Coste
2012-06-14
delete buffer deletes the current buffer when no params given
Maxime Coste
2012-06-05
fix some warnings detected with clang
Maxime Coste
2012-06-14
Refactor OptionManager, add OptionManagerWatcher
Maxime Coste
2012-06-12
Add a FilterGroup, and cleanup HighlighterGroup
Maxime Coste
2012-06-12
call SetOption hook when setting an option
Maxime Coste
2012-06-05
abstract ui functions in a UI base class
Maxime Coste
2012-06-05
fix runtime directory detection on MacOS
Maxime Coste
2012-06-05
fix compilation on MacOS
Maxime Coste
2012-06-04
add a try command
Maxime Coste
2012-06-02
The def command do not override commands by default, use -allow-override
Maxime Coste
2012-05-29
Correctly set env vars in define_command
Maxime Coste
2012-05-29
Support -shell-completion option in the def command
Maxime Coste
2012-05-29
Factorize some duplicated completer code in register_commands
Maxime Coste
2012-05-28
the 'menu' commands now takes an optional -auto-single option
Maxime Coste
2012-05-28
Add a delbuf (db) command which delete an existing buffer
Maxime Coste
2012-05-25
Unify command parameter parsing with a ParametersParser class
Maxime Coste
2012-05-18
add an initial menu command, which presents several choices to users
Maxime Coste
2012-05-07
move commands to commands.{cc,hh}
Maxime Coste
[prev]