Maxime Coste
9e664318af
Tweak Context::push_jump implementation, simplify code
2015-12-22 22:18:25 +00:00
Maxime Coste
24411569fc
Slight refactor in selection update code
2015-12-17 04:56:44 +00:00
Maxime Coste
8dcffd8f5a
Initial, WIP spelling implementation
...
Add a ranges highlighter that takes a timestamped list of ranges and
associated face. Add a spell.kak file that uses aspell pipe interface
to fill a range-faces option.
2015-12-17 04:07:49 +00:00
Frank LENORMAND
925d41f596
Fix a regression introduced in aa6f7c82
.
...
The regular expression changed, and returned the wrong page number to
the command completion.
2015-12-16 17:48:33 +03:00
Frank LENORMAND
eba673e7f5
Add two unit tests for invalid syntaxes in the command
2015-12-15 11:13:26 +03:00
Frank LENORMAND
bc3d04f111
Fix populating the stderr file, strip the coordinates of the error from it
2015-12-15 11:13:04 +03:00
Maxime Coste
fee06e8889
Tweak javascript highlighting
...
Fixes #531
2015-12-15 04:38:26 +00:00
Maxime Coste
ac5bc7e95d
Add missing erasing of invalid line flags
2015-12-15 02:22:29 +00:00
Maxime Coste
d2b0dba39d
Support quitting while executing RuntimeError hooks
...
Fixes #529
2015-12-14 19:06:30 +00:00
Maxime Coste
6873a44e3e
Merge remote-tracking branch 'lenormf/failed-tests'
2015-12-14 18:44:36 +00:00
Maxime Coste
3de18d04c4
Merge branch 'lucius' of http://github.com/benoit-intrw/kakoune
2015-12-14 18:41:07 +00:00
Frank LENORMAND
6129f1b049
Adapt the changes to a smarter way of testing kak for failures
2015-12-14 15:35:23 +03:00
Maxime Coste
515231e824
Fix input mode keep alive handling, use a refcount for input modes
...
Fixes #528
2015-12-12 23:51:51 +00:00
Maxime Coste
80b1d88bb0
Fix Buffer::changes_since if we get passed an invalid timestamp
2015-12-12 23:50:01 +00:00
Maxime Coste
b6105fa106
Use markup for line-flags instead of a single face
2015-12-12 23:16:07 +00:00
Maxime Coste
8d7e16a8e6
Merge remote-tracking branch 'doppioandante/safer-autoload'
2015-12-12 17:03:38 +00:00
Maxime Coste
37210218fd
Merge remote-tracking branch 'lenormf/fix-face-format-check'
2015-12-12 16:53:18 +00:00
Maxime Coste
4cb74623bb
Store the buffer timestamp in line flags options respect it for highlighting
...
Option content is auto updated to match current buffer, so that line flags
are updated according to buffer modifications.
2015-12-12 11:45:45 +00:00
Maxime Coste
70250fc1e3
Pass directly the StringView to option_add and let it do the option parsing
2015-12-12 11:26:34 +00:00
Frank LENORMAND
d63238ed9d
Allow unit tests to test for errors.
2015-12-12 12:06:16 +03:00
Frank LENORMAND
bd56ed5fad
Avoid instanciation of a String
object everytime the parse_color
...
function is called.
2015-12-12 12:00:52 +03:00
Maxime Coste
5b9d30c088
Optimize the dynregex case where the expression refers directly to a regex option
2015-12-12 06:50:58 +00:00
Enrico Lumetti
f9d1ef830f
Remove deprecated userconfig rule
2015-12-12 01:00:32 +01:00
Benoît Laurent
40a2ada49a
Add a lucius theme
2015-12-11 21:16:33 +01:00
Frank LENORMAND
49a5bbf3ca
Ensure that at least one character follows a ',' or a '+' sign in a face
...
description (respectively a background color and attributes).
2015-12-11 22:58:28 +03:00
Enrico Lumetti
11276ffa66
Report debug information on failed autoloading
2015-12-11 01:54:29 +01:00
Enrico Lumetti
ae61a98f38
Enrico Lumetti Copyright Waiver
...
I dedicate any and all copyright interest in this software to the
public domain. I make this dedication for the benefit of the public at
large and to the detriment of my heirs and successors. I intend this
dedication to be an overt act of relinquishment in perpetuity of all
present and future rights to this software under copyright law.
This copyright waiver applies to previous commit I have made to the
project.
2015-12-11 01:54:29 +01:00
Maxime Coste
1ed866dbf0
Merge remote-tracking branch 'lenormf/fix-unused-result'
2015-12-10 20:46:38 +00:00
Maxime Coste
36f6ad6a41
Merge remote-tracking branch 'doppioandante/patch-1'
2015-12-10 20:41:18 +00:00
Maxime Coste
aa6f7c82e9
Fix some posix compliance in man.kak
2015-12-10 20:40:43 +00:00
Enrico Lumetti
e89de54549
Update VIMTOKAK and README.asciidoc
2015-12-10 16:10:05 +01:00
Frank LENORMAND
df31b88187
Fix "unused result" warnings for several system calls.
2015-12-10 11:00:10 +03:00
Maxime Coste
2ca1784495
Merge remote-tracking branch 'jkonecny/master-fix-kickstart'
2015-12-08 07:56:30 +00:00
Maxime Coste
6fb39ce10a
Merge remote-tracking branch 'doppioandante/sort-tests'
2015-12-08 07:55:54 +00:00
Maxime Coste
bde0975d9b
Filter mode require an event manager
...
Fixes #519
2015-12-08 00:12:56 +00:00
Maxime Coste
89821e9471
Move grench.rc in the correct directory
2015-12-08 00:10:26 +00:00
Enrico Lumetti
62f73b6a7c
Display unit tests in alphabetical order
2015-12-07 16:40:18 +01:00
Jiri Konecny
cf77068940
Fix bad highlighting of parameters with '-' in kickstart
...
Parameters like "ignoredisk --only-use=sda" badly highlighted only first
part of "--only-use".
2015-12-07 15:17:40 +01:00
Maxime Coste
888ff33683
Merge remote-tracking branch 'alexherbo2/grench-rc'
2015-12-07 13:52:24 +00:00
Maxime Coste
937bef69d9
Add support for adding saved selections to current ones with <a-z>
2015-12-07 13:43:09 +00:00
Maxime Coste
3f494c3075
Merge remote-tracking branch 'doppioandante/exherbo-fix'
2015-12-07 00:25:25 +00:00
Maxime Coste
cd965dc5fe
Document debug option and fix eolformat/BOM option types
2015-12-06 13:46:31 +00:00
Maxime Coste
966ac90fe7
Change eolformat and BOM options to be enums instead of strings
2015-12-06 12:51:55 +00:00
Enrico Lumetti
660c614ae5
Fix exherbo.kak syntax
2015-12-06 04:12:11 +01:00
Maxime Coste
39fffec104
Improve info box placement behaviour in some corner cases
2015-12-05 10:51:46 +00:00
Maxime Coste
eac6d63371
Small code refactor
2015-12-05 10:14:04 +00:00
Maxime Coste
7d4c0a9d83
Merge branch 'pr-missing-doc' of git://github.com/doppioandante/kakoune
2015-12-05 10:04:25 +00:00
Maxime Coste
270420d485
Merge remote-tracking branch 'somasis/feature/etc.kak'
2015-12-05 10:02:01 +00:00
Maxime Coste
12e99bcb28
Merge remote-tracking branch 'somasis/master'
2015-12-05 10:01:53 +00:00
Maxime Coste
9799f34f78
Refactor some code in shell_manager.cc
2015-12-05 10:00:11 +00:00