Maxime Coste
|
cd8c36fc50
|
Add a debug option to Makefile, and use KAK_DEBUG define to remove debug code
|
2013-02-27 19:02:01 +01:00 |
|
Maxime Coste
|
6f48407f55
|
Use current locale
|
2013-02-27 19:01:07 +01:00 |
|
Maxime Coste
|
1db43ea7ee
|
Update TODO
|
2013-02-26 18:55:07 +01:00 |
|
Maxime Coste
|
2854984c79
|
use std::isalnum for is_word implementation in order to support unicode
|
2013-02-26 18:54:11 +01:00 |
|
Maxime Coste
|
b68cc3cd3c
|
NCurses: fix unneeded last line when displaying info box
|
2013-02-26 18:53:29 +01:00 |
|
Maxime Coste
|
0f413607c2
|
Fix utf8 handling when moving selection up/down
|
2013-02-26 18:52:49 +01:00 |
|
Maxime Coste
|
3d19111570
|
Use unicode box drawing character for the assistant
|
2013-02-26 14:28:42 +01:00 |
|
Maxime Coste
|
ffc5a4a334
|
Add a String(Codepoint, CharCount) constructor
|
2013-02-26 14:28:20 +01:00 |
|
Maxime Coste
|
2726d11108
|
handle SIGFPE, SIGQUIT and SIGTERM as well as SIGSEGV
|
2013-02-26 14:13:37 +01:00 |
|
Maxime Coste
|
6d4552e7d8
|
Add an expand_unprintable highlighter which replaces unprintable char with U+XXXX
|
2013-02-26 14:12:21 +01:00 |
|
Maxime Coste
|
c343407465
|
Fix utf8 handling in Editor::insert when replacing
|
2013-02-26 14:06:25 +01:00 |
|
Maxime Coste
|
7865223587
|
Add utf8::character_start function
|
2013-02-26 14:05:51 +01:00 |
|
Maxime Coste
|
9b3bc8523b
|
Use ncursesw in order to get correct utf8 handling
|
2013-02-26 14:05:16 +01:00 |
|
Maxime Coste
|
dc7227b983
|
Add the most important missing feature of Kakoune
|
2013-02-25 19:38:20 +01:00 |
|
Maxime Coste
|
dc8803e41b
|
String: use a CharCount instead of a size_t in String(char, CharCount)
|
2013-02-25 19:25:32 +01:00 |
|
Maxime Coste
|
350b7ddf7f
|
update VIMTOKAK
|
2013-02-25 19:24:53 +01:00 |
|
Maxime Coste
|
8f3d2ae089
|
main: catch all exceptions
|
2013-02-22 18:45:59 +01:00 |
|
Maxime Coste
|
77dc9955d3
|
Paste: use count for repetition
|
2013-02-22 18:45:27 +01:00 |
|
Maxime Coste
|
4b11f73f1e
|
buffer: remove too slow check from check_invariant
|
2013-02-22 18:38:53 +01:00 |
|
Maxime Coste
|
5c74f98757
|
Use S for regex splitting, and alt-s for line splitting
|
2013-02-22 18:37:34 +01:00 |
|
Maxime Coste
|
5f446d9aec
|
try to merge selections when begining incremental insertion
|
2013-02-21 18:44:17 +01:00 |
|
Maxime Coste
|
d647e817a4
|
grep,make: bind normal mode return to jump
|
2013-02-21 13:39:31 +01:00 |
|
Maxime Coste
|
efc0a8bc07
|
grep,make: support specifying client with toolsclient option
When toolsclient option is set, make and grep opens their buffer
in the specified client instead of the current one.
|
2013-02-21 13:38:12 +01:00 |
|
Maxime Coste
|
901d5ea1be
|
Add mail.kak for mail file highlighting
|
2013-02-21 13:36:25 +01:00 |
|
Maxime Coste
|
cf01f0ed7a
|
Avoid recursive macro calls
|
2013-02-21 13:35:20 +01:00 |
|
Maxime Coste
|
9306a89deb
|
Fix macro recording on the same register, replace instead of appending.
|
2013-02-21 13:34:34 +01:00 |
|
Maxime Coste
|
6573f16dd9
|
Buffer: commit current undo group before attempting to undo anything
|
2013-02-20 14:23:52 +01:00 |
|
Maxime Coste
|
9f4498e035
|
Buffer: replace {begin,end}_undo_group with a single commit_undo_group method
|
2013-02-20 14:20:16 +01:00 |
|
Maxime Coste
|
682e4faff0
|
select and split operations use the search pattern register
|
2013-02-20 14:04:46 +01:00 |
|
Maxime Coste
|
02b01e2f0a
|
ShellManager: catch exception thrown by env var functors
|
2013-02-19 19:06:13 +01:00 |
|
Maxime Coste
|
a83731c8e1
|
search: fix empty search string, use previous pattern
|
2013-02-19 19:05:13 +01:00 |
|
Maxime Coste
|
c451dd07c6
|
InputHandler: do not put empty lines in history
|
2013-02-19 19:04:36 +01:00 |
|
Maxime Coste
|
18aac3d4e8
|
Add '*' binding, which (smart) copy current selection to search pattern
|
2013-02-19 19:04:09 +01:00 |
|
Maxime Coste
|
a453ddaf37
|
Add support for Home/End key in prompts
|
2013-02-19 13:50:27 +01:00 |
|
Maxime Coste
|
b08749285e
|
move status line generation code to client manager
|
2013-02-18 19:03:39 +01:00 |
|
Maxime Coste
|
b43fdc7eb6
|
Add macro recording/replay support
|
2013-02-18 18:58:07 +01:00 |
|
Maxime Coste
|
577734dae7
|
expose exec_keys function in commands.hh
|
2013-02-18 18:57:08 +01:00 |
|
Maxime Coste
|
9936ace0db
|
input_handler: ask dimensions to ui instead of window
|
2013-02-18 14:13:52 +01:00 |
|
Maxime Coste
|
fc2dd599a3
|
Move last insert state from context to input handler
|
2013-02-18 14:07:30 +01:00 |
|
Maxime Coste
|
0e081a76c1
|
make keymap definition more readable using a select helper function
|
2013-02-18 14:01:24 +01:00 |
|
Maxime Coste
|
67971995f8
|
Fix class/struct mismatches
|
2013-02-18 14:00:43 +01:00 |
|
Maxime Coste
|
bd5955c737
|
grep: remove enventual \r
|
2013-02-13 14:32:30 +01:00 |
|
Maxime Coste
|
4eea0a4ce1
|
Window: try to show as much of the selection as possible
|
2013-02-12 19:01:25 +01:00 |
|
Maxime Coste
|
cb26948ad3
|
ClientManager: move the Client inner class detail in the cpp file
|
2013-02-07 19:25:42 +01:00 |
|
Maxime Coste
|
32e6184210
|
context_wrap: create a DynamicSelectionList only when needed
|
2013-02-07 19:25:07 +01:00 |
|
Maxime Coste
|
2f9041b842
|
Editor: fix warning
|
2013-02-07 13:37:22 +01:00 |
|
Maxime Coste
|
8c8d46ae5f
|
update README
|
2013-02-07 13:35:51 +01:00 |
|
Maxime Coste
|
6c7d646d35
|
exec keys: push_jump if editor has changed
|
2013-02-07 13:35:21 +01:00 |
|
Maxime Coste
|
785abfbad5
|
ctags.kak: do not automatically enable info tooltips
|
2013-01-31 19:00:02 +01:00 |
|
Maxime Coste
|
1c301482d5
|
tweak buffer unit test
|
2013-01-31 18:59:23 +01:00 |
|