Maxime Coste
|
d2c4d22d1f
|
Keep it simple, remove all that sorted id map thing
|
2015-09-18 13:52:32 +01:00 |
|
Maxime Coste
|
6a6b22d92c
|
Fix libstdc++ 4.8 compatibility
|
2015-09-17 20:03:58 +01:00 |
|
Maxime Coste
|
e7a8f64722
|
Use a sorted IdMap for aliases
|
2015-09-16 22:32:02 +01:00 |
|
Maxime Coste
|
bab95491c8
|
Keep sorted state when transmitting id maps
|
2015-09-16 22:29:19 +01:00 |
|
Maxime Coste
|
36828e6059
|
IdMaps can be sorted, in which case the find method uses a binary search
|
2015-09-16 22:22:51 +01:00 |
|
Maxime Coste
|
c859e8ab5f
|
Create directory with 0777 mode in make_directory
Fixes #408
|
2015-09-16 20:17:31 +01:00 |
|
Maxime Coste
|
693d9a4861
|
Store key hash in IdMap
|
2015-09-16 20:02:12 +01:00 |
|
Maxime Coste
|
afad50514b
|
Simpler IdMap::operator==
|
2015-09-16 19:25:12 +01:00 |
|
Maxime Coste
|
73c0fa175e
|
Use IdMap instead of UnorderedMap for ui options and env vars
|
2015-09-16 19:04:19 +01:00 |
|
Maxime Coste
|
73bedda8b9
|
Use word boundary assertion instead of lookarounds
|
2015-09-15 13:51:08 +01:00 |
|
Maxime Coste
|
85918d9f15
|
use getpwuid(geteuid())->pw_name rather than getlogin()
getlogin() can fail when stdin is not a tty on certain configuration
as it needs to find a controling terminal.
|
2015-09-15 13:32:26 +01:00 |
|
Maxime Coste
|
0338c0f437
|
Fix compilation with std regex
|
2015-09-15 13:28:36 +01:00 |
|
Maxime Coste
|
fd0567c730
|
Do not touch the first 16 colors in ncurses UI
|
2015-09-14 14:47:37 +01:00 |
|
Maxime Coste
|
a4804afa42
|
Restore redraw on <c-l> in ncurses ui
|
2015-09-14 14:30:01 +01:00 |
|
Maxime Coste
|
e0049bb587
|
Fix backward search searching from on char before the corret one.
Fixes #406
|
2015-09-14 14:28:45 +01:00 |
|
Maxime Coste
|
a2b4bf09fd
|
Fix color restoring
|
2015-09-12 10:54:55 +01:00 |
|
Maxime Coste
|
ad2aa35546
|
Fix ncurses info box avoiding dead menus
|
2015-09-12 10:51:46 +01:00 |
|
Maxime Coste
|
5173dad470
|
Add some missing memory domains
|
2015-09-12 10:51:16 +01:00 |
|
Maxime Coste
|
8aca7622bf
|
Restore keypad support in ncurses ui
|
2015-09-11 13:54:37 +01:00 |
|
Maxime Coste
|
2334a57970
|
Reduce allocation count in file.cc
|
2015-09-11 13:49:08 +01:00 |
|
Maxime Coste
|
afbe2f10d5
|
Slight refactor of NCursesUI ui_options handling
|
2015-09-11 13:20:37 +01:00 |
|
Maxime Coste
|
f274aba746
|
Fix man page completion, support more man page extensions
|
2015-09-11 13:07:52 +01:00 |
|
Maxime Coste
|
6ac1ae56fb
|
Small code style tweak in insert_completer.cc
|
2015-09-11 13:07:51 +01:00 |
|
Maxime Coste
|
6292d451cf
|
Small code cleanup in ncurses_ui.cc
|
2015-09-11 13:07:51 +01:00 |
|
Maxime Coste
|
55e7f857a4
|
Merge remote-tracking branches 'lenormf/rc/{dlang,golang,javascript,tupfile}.kak'
|
2015-09-11 11:51:53 +01:00 |
|
Maxime Coste
|
5a5a78c608
|
Improve redraw behaviour on resize
|
2015-09-11 11:46:39 +01:00 |
|
Frank LENORMAND
|
83062065b8
|
Add basic support for integers and floats
|
2015-09-11 11:02:09 +03:00 |
|
Frank LENORMAND
|
b3992cfa5a
|
Add basic support for tup's Tupfile format
|
2015-09-11 10:40:22 +03:00 |
|
Maxime Coste
|
34d0f63fd9
|
Use wgetch rather than getch to avoid unwanted redraws
|
2015-09-11 00:05:31 +01:00 |
|
Maxime Coste
|
80726a789b
|
Refactor NCursesUI implementation, use pads instead of windows
|
2015-09-10 23:39:19 +01:00 |
|
Maxime Coste
|
a685a928f7
|
Try to restore colors to hard coded xterm palette on ncurses quit
Fixes #327
|
2015-09-10 23:38:05 +01:00 |
|
Frank LENORMAND
|
7ba16e48cd
|
Add "of" to the list of highlighted keywords
|
2015-09-08 16:32:49 +03:00 |
|
Maxime Coste
|
182cc368a0
|
Tweak BufferManager::delete_buffer implementation
|
2015-09-08 13:10:22 +01:00 |
|
Maxime Coste
|
fede8da14b
|
Delete all existig window before resizing
|
2015-09-07 23:52:34 +01:00 |
|
Maxime Coste
|
29b508a894
|
Avoid wrapping lines with negative max width
|
2015-09-07 23:29:01 +01:00 |
|
Maxime Coste
|
53b65401f8
|
Small info box handling in cleanup in ncurses
|
2015-09-07 23:15:21 +01:00 |
|
Frank LENORMAND
|
8bbd292557
|
Fix the format-code alias, remove an unused function
|
2015-09-07 16:34:41 +03:00 |
|
Frank LENORMAND
|
afd9203dbf
|
Fix the format-code alias, remove an unused function
|
2015-09-07 16:33:38 +03:00 |
|
Maxime Coste
|
3b4bb8674c
|
Merge remote-tracking branch 'lenormf/rc/dlang.kak'
|
2015-09-07 13:35:32 +01:00 |
|
Maxime Coste
|
3ed0675be2
|
Merge remote-tracking branch 'lenormf/rc/golang.kak'
|
2015-09-07 13:33:19 +01:00 |
|
Kylie McClain
|
673eeea466
|
rc/markdown: Fix list formatting; multiple indented bullets, unindented bullets
|
2015-09-06 21:24:08 -04:00 |
|
Maxime Coste
|
3d7be57de7
|
Merge remote-tracking branch 'lenormf/rc/golang.kak'
|
2015-09-06 20:09:59 +01:00 |
|
Frank LENORMAND
|
e5da5aca23
|
Take the formatting function out of the hook
|
2015-09-06 21:07:55 +03:00 |
|
Frank LENORMAND
|
88775a91b3
|
Take the formatting function out of the hook
|
2015-09-06 21:06:28 +03:00 |
|
Maxime Coste
|
30ad9a0475
|
Complete aliases in command prompt
|
2015-09-06 18:09:32 +01:00 |
|
Frank LENORMAND
|
0d348f880c
|
Take the formatting function out of the hook
|
2015-09-06 18:14:17 +03:00 |
|
Maxime Coste
|
a45876124b
|
Avoid restoring selections in regex_prompt when they cannot have been modified
|
2015-09-04 19:00:42 +01:00 |
|
Maxime Coste
|
3e9fcf828f
|
Merge remote-tracking branch 'lenormf/rc/golang.kak-mimetype'
|
2015-09-04 18:52:08 +01:00 |
|
Maxime Coste
|
3064bd8d90
|
Merge remote-tracking branch 'lenormf/rc/dlang.kak'
|
2015-09-04 18:51:49 +01:00 |
|
Maxime Coste
|
ae720b90b1
|
Small code tweak in show_whitespaces highlighter
|
2015-09-04 13:47:16 +01:00 |
|