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-03-08
add gdb pretty printers for kakoune data structures
Maxime Coste
2012-03-07
factor word and WORD selectors
Maxime Coste
2012-03-07
'I' now inserts before the first non blank character of the line instead of t...
Maxime Coste
2012-03-06
use an Editor in write_debug
Maxime Coste
2012-03-06
fix last line handling in window display buffer
Maxime Coste
2012-03-06
simplify and optimize buffer line handling
Maxime Coste
2012-03-04
correctly handle boost::regex_error in selectors
Maxime Coste
2012-03-04
do not take a std::string by value in runtime_error constructor
Maxime Coste
2012-03-04
NCurses: support default colors
Maxime Coste
2012-03-04
fix complete_filename when directory does not exist
Maxime Coste
2012-03-04
fix shell_eval when no buffer in context
Maxime Coste
2012-02-29
fix select_surrounding when selection is on the closing char
Maxime Coste
2012-02-28
support appending with search
Maxime Coste
2012-02-28
call compute_lines before hooks at Buffer construction
Maxime Coste
2012-02-27
document Selection class
Maxime Coste
2012-02-27
fix Buffer::line_length for last line
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-27
fix number_lines line count computing
Maxime Coste
2012-02-22
Selection: handle last buffer character deleted case
Maxime Coste
2012-02-22
Fix last line handling in buffer
Maxime Coste
2012-02-22
Buffer: optimize line updating when applying a modification
Maxime Coste
2012-02-22
fix Buffer::line_length for last line
Maxime Coste
2012-02-22
Final attribute support for DisplayAtom
Maxime Coste
2012-02-22
compute the number of digits needed in number_lines highlighter
Maxime Coste
2012-02-16
fix skip_while
Maxime Coste
2012-02-16
move ncurses function to ncurses.{cc,hh}
Maxime Coste
2012-02-16
tweak kakrc highlighting
Maxime Coste
2012-02-15
Add an echo command which print it's params in the status line
Maxime Coste
2012-02-15
Support shell expansion in place of command name in command manager
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 alt command which alternate between c/cpp and h/hpp file
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
fix include in context.hh
Maxime Coste
2012-02-13
support memoryview construction from iterators
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-10
Editor: replace all captures if one capture is present
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
add a memoryview class
Maxime Coste
2012-02-03
batches support in Editor, used by IncrementalInserter and exec_string
Maxime Coste
[next]