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-03-07
factor word and WORD selectors
Maxime Coste
2012-02-28
support appending with search
Maxime Coste
2012-02-27
save and restore " and / registers in exec_keys
Maxime Coste
2012-02-27
fix exec_commands_in_file parsing of [\'"`] strings
Maxime Coste
2012-02-16
move ncurses function to ncurses.{cc,hh}
Maxime Coste
2012-02-15
Add an echo command which print it's params in the status line
Maxime Coste
2012-02-15
def command takes an optional argument for parameter policy
Maxime Coste
2012-02-13
edit command supports optional line and column parameter
Maxime Coste
2012-02-13
edit command switch to the given buffer if it is already opened
Maxime Coste
2012-02-13
add 'def' command to define new user commands
Maxime Coste
2012-02-13
support multiline strings when executing file commands
Maxime Coste
2012-02-13
Support `shell commands` expansion in CommandManager
Maxime Coste
2012-02-13
support register access through ctrl-r in ncurses_prompt
Maxime Coste
2012-02-10
giving a count to paste selects which selections yank buffer to use
Maxime Coste
2012-02-09
Merge captures into registers, implements register insertion
Maxime Coste
2012-02-07
Editor refactoring, merge undo and batch management
Maxime Coste
2012-02-07
add a Register class, registers can now contain a list of string
Maxime Coste
2012-02-07
selectors now take a Selection as parameter instead of a BufferIterator
Maxime Coste
2012-02-07
extract exec_keys function from exec_string
Maxime Coste
2012-02-03
use memoryview instead of std::vector where applicable
Maxime Coste
2012-02-03
batches support in Editor, used by IncrementalInserter and exec_string
Maxime Coste
2012-02-02
Use an Editor instead of a Window as much as possible
Maxime Coste
2012-01-31
extract an Editor class from Window and refactor
Maxime Coste
2012-01-31
Buffer: support creation of temporary windows to apply commands when no windo...
Maxime Coste
2012-01-31
Buffer: add NewFile buffer type for buffer with an non existing yet file
Maxime Coste
2012-01-29
File: parse_filename function which handle ~ and environment variable in file...
Maxime Coste
2012-01-25
history support in prompt
Maxime Coste
2012-01-25
SelectionHighlighter: reverse color of the last char of each selection
Maxime Coste
2012-01-25
moving no longer clears multiple selections
Maxime Coste
2012-01-24
fix line break support in insert_char
Maxime Coste
2012-01-24
use a settable get_key function to be able to override key reading
Maxime Coste
2012-01-24
support Ctrl-R <reg> when inserting to insert a register
Maxime Coste
2012-01-23
replace ncurses getch calls with a get_key method
Maxime Coste
2012-01-23
the hook command takes a first parameter to specify the hook owner
Maxime Coste
2012-01-23
HooksManager: forward declare Context instead of including context.hh
Maxime Coste
2012-01-23
HooksManager: extract the Singleton version as GlobalHooksManager
Maxime Coste
2012-01-20
implement finding kak executable path on MacOS
Maxime Coste
2012-01-19
HighlighterGroup: move to it's own file, Window uses them directly
Maxime Coste
2012-01-18
completion support for addgrouphl and rmgrouphl
Maxime Coste
2012-01-18
replace addhl -group with addgrouphl command, and add rmgrouphl
Maxime Coste
2012-01-15
Context: do not permit access to window or buffer if null
Maxime Coste
2012-01-15
add a runtime command to execute files in the runtime directory
Maxime Coste
2012-01-15
addhl supports a -group option
Maxime Coste
2012-01-15
CommandManager: add flags support and IgnoreSemiColons flag
Maxime Coste
2012-01-15
correctly clear the window status line
Maxime Coste
2012-01-14
CommandManager: use directly first command parameter as the command name
Maxime Coste
2012-01-14
support '\' as a line continuation marker when executing commands in file
Maxime Coste
2012-01-09
<space> with a count argument replaces current selections with the counth sel...
Maxime Coste
2012-01-04
Selectors: add select_surrounding to select blocks
Maxime Coste
2011-12-28
search for kakrc next to the kak executable instead of in the current directory
Maxime Coste
[next]