Maxime Coste
|
def4221ac7
|
Pass a BufferRange to highlighters, fix subregions
Regions highlighter can now correctly be applied to only subrange
of the buffer, fixing some corner cases in recursive regions.
|
2014-12-02 19:56:17 +00:00 |
|
Maxime Coste
|
8208e75294
|
Handle SIGCHLD signals when piping
|
2014-12-02 18:59:39 +00:00 |
|
Jimmy Thrasher
|
eddad89915
|
Support @"" style strings for Obj-C syntax highlighting
|
2014-12-02 11:44:02 -05:00 |
|
Jimmy Thrasher
|
e540dc7f9e
|
Add mime-type check for Obj-C in case the user's file cmd supports it
|
2014-12-02 11:15:53 -05:00 |
|
Jimmy Thrasher
|
d73fe2cc6d
|
Add some missing obj-c highlight patterns to the new c-family.kak
|
2014-12-02 09:39:57 -05:00 |
|
Maxime Coste
|
798d4c3a1e
|
use printf rather than echo in c-family.kak
According to POSIX, echo with a backspace in any arg is undefined
behaviour...
|
2014-12-01 19:33:15 +00:00 |
|
Maxime Coste
|
6c45b1d1e2
|
Try to unify objective c and cpp in a c-family.kak file
|
2014-12-01 13:52:24 +00:00 |
|
Maxime Coste
|
4fbaee61c5
|
Change default PrimarySelection face to be white on blue
|
2014-12-01 13:06:26 +00:00 |
|
Maxime Coste
|
2c6110dedf
|
Update keymap
|
2014-11-30 17:19:48 +00:00 |
|
Maxime Coste
|
a3b3001d8f
|
Rework client pending key handling, fix insert/normal timers
|
2014-11-29 20:14:52 +00:00 |
|
Maxime Coste
|
77e2e8a31e
|
Support selecting yank/paste register with "
|
2014-11-28 13:58:36 +00:00 |
|
Maxime Coste
|
75fe9a76db
|
Fix compilation
|
2014-11-28 13:47:42 +00:00 |
|
Maxime Coste
|
7c87abe856
|
Process ctrl-c when not in urgent event mode as well
|
2014-11-28 13:30:58 +00:00 |
|
Maxime Coste
|
da9f688f37
|
Fix indent/deindent when multiple selections are on same line
|
2014-11-28 13:22:54 +00:00 |
|
Maxime Coste
|
6902301674
|
Fix bug in :debug command
|
2014-11-28 13:18:08 +00:00 |
|
Maxime Coste
|
1f89509df9
|
make clang useable just for syntax checking with clang-parse command
|
2014-11-27 13:42:36 +00:00 |
|
Maxime Coste
|
45d1ec36d1
|
Rename tests to avoid upper/lower case collisions
|
2014-11-26 13:56:00 +00:00 |
|
Maxime Coste
|
4c7f6985f1
|
Add an 'options' debug command
|
2014-11-26 13:27:26 +00:00 |
|
Maxime Coste
|
593aa44c3f
|
Forward user parameters in git blame command
|
2014-11-25 13:52:41 +00:00 |
|
Maxime Coste
|
49931fbf05
|
Separate events between normal and urgent ones
Run urgent ones while executing %sh blocks.
Fixes #236
|
2014-11-25 13:52:06 +00:00 |
|
Maxime Coste
|
0272da65c0
|
Style tweak
|
2014-11-24 13:49:41 +00:00 |
|
Maxime Coste
|
35b89d5b87
|
Display selection count in insert mode line
|
2014-11-24 13:26:42 +00:00 |
|
Maxime Coste
|
dfed7ed211
|
const String& to StringView
|
2014-11-23 19:49:59 +00:00 |
|
Maxime Coste
|
88def85d77
|
Do not merge overlapping selections in InputMode::Replace
Fixes #237
|
2014-11-22 21:20:29 +00:00 |
|
Maxime Coste
|
ab640f9fbf
|
Tweak the way we set initial text in testing framework
|
2014-11-22 21:20:29 +00:00 |
|
Maxime Coste
|
df875411d0
|
Merge pull request #238 from evertvp/java-highlighting
Add java code highlighting
|
2014-11-22 19:29:02 +00:00 |
|
Evert Van Petegem
|
7f35e92989
|
Add java code highlighting
|
2014-11-22 20:14:35 +01:00 |
|
Maxime Coste
|
f56b6ed75b
|
Do not record keys that were not user generated
|
2014-11-21 19:00:34 +00:00 |
|
Maxime Coste
|
e8c8833211
|
Do not reset edition level to 0 on buffer change
Keep it as is, commit undo in current buffer, and we will commit it in
the new buffer when edition level gets back to 0.
|
2014-11-21 18:56:39 +00:00 |
|
Maxime Coste
|
669b955bac
|
Add travis badge in README
|
2014-11-21 13:59:40 +00:00 |
|
Maxime Coste
|
95d36b95db
|
Do not rely on kak being in path in test run script
|
2014-11-21 13:57:28 +00:00 |
|
Maxime Coste
|
82cbb31fbf
|
Force boost 1.54
|
2014-11-21 13:50:44 +00:00 |
|
Maxime Coste
|
daaeaf4a84
|
Try to get latest boost lib
|
2014-11-21 13:48:25 +00:00 |
|
Maxime Coste
|
9635eb1e59
|
Try to fix travis build problem related to boost
|
2014-11-21 13:41:51 +00:00 |
|
Maxime Coste
|
8aa01692b2
|
Try to fix c++11 support in .travis.yml
|
2014-11-21 13:36:01 +00:00 |
|
Maxime Coste
|
75b7f44cf1
|
Add kakoune filetype -> clang filetype conversion in clang-complete
|
2014-11-21 13:27:43 +00:00 |
|
Maxime Coste
|
e8d658eaf9
|
Add .travis.yml config
|
2014-11-21 13:24:28 +00:00 |
|
Maxime Coste
|
43cfc48efc
|
Update README, document %val{...}
|
2014-11-21 13:17:00 +00:00 |
|
Maxime Coste
|
5497064f9c
|
Fix missing include in assert.cc
|
2014-11-20 19:32:58 +00:00 |
|
Maxime Coste
|
bfbee3c71e
|
Fix info box placement when too wide
|
2014-11-20 18:45:27 +00:00 |
|
Maxime Coste
|
b5ccc8bc73
|
Improve line wrapping behaviour
|
2014-11-20 18:45:10 +00:00 |
|
Maxime Coste
|
04ecb2cc5a
|
Wrap info boxes text in ncurses display even in Inline menu style
|
2014-11-20 13:56:37 +00:00 |
|
Maxime Coste
|
a444cd1d60
|
Improve wrap_lines behaviour, split on punctiation as well
|
2014-11-20 13:55:07 +00:00 |
|
Maxime Coste
|
b3a2e4bd25
|
Show brief comments in clang completion description
|
2014-11-20 13:18:01 +00:00 |
|
Maxime Coste
|
314d662c5f
|
Change wrap_lines to return StringViews, move it to string.cc
|
2014-11-20 13:15:11 +00:00 |
|
Maxime Coste
|
d7a31f8983
|
jedi.kak: remove the tmp dir directly in the %sh block
|
2014-11-19 13:54:36 +00:00 |
|
Maxime Coste
|
4757cc4af6
|
Add diagnostics support to clang.kak
|
2014-11-19 13:53:31 +00:00 |
|
Maxime Coste
|
bec0ff0fa0
|
Use a 'complete' alias for file type specific completer
|
2014-11-18 13:55:52 +00:00 |
|
Maxime Coste
|
eb57d0a1d9
|
Refresh stdscr at startup to avoid flickering
|
2014-11-18 00:01:29 +00:00 |
|
Maxime Coste
|
6663d50d95
|
Tweak option completion behaviour
|
2014-11-17 20:15:54 +00:00 |
|