Commit graph

4,908 commits

Author SHA1 Message Date
DanyaPostfactum
e1c86f453f add html completion 2013-07-01 01:43:05 +10:00
DanyaPostfactum
a5f4ecf597 add .getCompletions method to text mode 2013-07-01 01:42:40 +10:00
DanyaPostfactum
7ce86e24f1 use data.snippet in completions for snippet insertion 2013-07-01 01:23:14 +10:00
Harutyun Amirjanyan
2a40b37590 Merge pull request #1493 from buildersbrewery/master
Updates to LSL mode
2013-06-30 07:45:36 -07:00
Harutyun Amirjanyan
b860c2293c Merge pull request #1495 from ajaxorg/static_highlighter
fix #1492 $' breaks static-highligher
2013-06-30 07:44:33 -07:00
DanyaPostfactum
d276f10bcd add snippet completer 2013-06-30 04:07:24 +10:00
DanyaPostfactum
ca97c230f0 Proper comment rules in js syntax. 2013-06-29 17:41:16 +10:00
Lennart Kats
76fd4b1358 Merge pull request #1464 from ajaxorg/highlighting/markdown
Tweak heading and list highlighting in markdown mode
2013-06-28 15:15:25 -07:00
Lennart Kats
3e6d25c38f Merge pull request #1463 from ajaxorg/altgr
Do not capture alt-gr key
2013-06-28 15:14:34 -07:00
Builders Brewery
8c3527ec5b updated LSL mode
- added changes from
wiki.secondlife.com/wiki/Release_Notes/Second_Life_RC_LeTigre/13#13.06.21.277682
to highlight rules and snippets
- reviewed invalid grammar and text mode test
2013-06-28 17:42:57 +02:00
nightwing
2143c4daed make minified files ascii compatible 2013-06-28 19:38:02 +04:00
nightwing
c6143cf587 include theme/textmate in build 2013-06-28 19:38:02 +04:00
nightwing
adf7eebb5f fix tests 2013-06-28 19:22:21 +04:00
nightwing
071b936323 fix conflict between static highlighter and ace styles 2013-06-28 18:17:10 +04:00
nightwing
8068b01f21 fix #1492 $' breaks static-highligher 2013-06-28 18:15:54 +04:00
Ruben Daniels
81f7dd7fbb Merge pull request #1488 from ajaxorg/renderer
Renderer improvements
2013-06-27 07:55:22 -07:00
nightwing
f1e809294c fix #1490 Parsing Lua comments in the middle of line 2013-06-26 20:23:58 +04:00
nightwing
78585a9c5d add demo/autoresize.html 2013-06-25 23:50:00 +04:00
nightwing
0479acfea7 add option to autoresize editor vertically 2013-06-25 20:59:06 +04:00
DanyaPostfactum
969f94d98c Paint xml tag angle brackets in white (monokai theme) 2013-06-24 21:08:22 +10:00
DanyaPostfactum
722374581a Update svg Highlight rules 2013-06-24 21:06:54 +10:00
DanyaPostfactum
e2359b2f9f Let JS line comment rules be not greedy 2013-06-24 21:06:32 +10:00
DanyaPostfactum
25853c11a1 Use push/pop in css highlight rules 2013-06-24 21:04:28 +10:00
DanyaPostfactum
a6ba61e11a Inherit all HTML+server_side_directives rules from HTML rules. 2013-06-24 21:03:49 +10:00
DanyaPostfactum
7c6f40e41e Html HL rules now is extended xml rules 2013-06-24 20:56:33 +10:00
DanyaPostfactum
d358fe61b9 Allow no prefix in TextHighlightRules.addRules() 2013-06-24 20:53:37 +10:00
DanyaPostfactum
ed223cb7fd Rewrite xml rules. 2013-06-24 18:55:07 +10:00
DanyaPostfactum
5f2ee8b32b Prevent double prefixing of "included" rules 2013-06-24 18:53:09 +10:00
DanyaPostfactum
5a1948a695 Fix FreeMarker in ext/modelist 2013-06-24 18:42:40 +10:00
DanyaPostfactum
91884280e2 More stuff for twig sample 2013-06-24 18:41:57 +10:00
nightwing
b3e4d33e02 update scrollbar when inserting new line in the middle of the document
fixes regression from 9f1d8af937
2013-06-24 00:18:51 +04:00
nightwing
43f1788ad4 use fake horizontal scrollbar 2013-06-23 23:58:32 +04:00
nightwing
a6654eee9e update tests 2013-06-23 22:35:23 +04:00
nightwing
b9190d1e8d fix go string highlighting 2013-06-23 22:27:02 +04:00
nightwing
4b398798c0 highlight escapes in sh mode 2013-06-22 22:39:18 +04:00
Ruben Daniels
ea591e2149 Merge pull request #1479 from ajaxorg/pulreq
Fix timing issue with setting modes
2013-06-20 07:08:11 -07:00
nightwing
3667a15e8d add callback to setTheme as well 2013-06-20 18:04:36 +04:00
nightwing
855853139a small cleanup 2013-06-20 18:00:50 +04:00
nightwing
b01d4d5a6b treat whitespace words of length 1 the same as others
without this multicursor doesn't work in cases like

foo: bar
a:   baz
2013-06-20 17:57:10 +04:00
nightwing
4b51b9288f timing issue with setting modes 2013-06-20 17:57:09 +04:00
nightwing
2d9225326c cleanup 2013-06-19 21:38:11 +04:00
nightwing
2852638c45 fix initial highlighting in hidden editor 2013-06-19 21:25:39 +04:00
nightwing
0ba027c8bf fix failing test 2013-06-17 16:54:43 +04:00
nightwing
9197cc983c enable undo coalescence by default 2013-06-17 16:38:27 +04:00
nightwing
db4953c976 use operations for undo coalescence 2013-06-17 16:38:00 +04:00
nightwing
52e0b2d163 pressing ctrl+home second time should restore selection 2013-06-17 16:35:22 +04:00
nightwing
ec8b42c5e0 add start/endOperation 2013-06-17 16:30:09 +04:00
nightwing
b18b86b6c9 make undo coalescence configurable
off by default
2013-06-17 02:06:28 +04:00
Harutyun Amirjanyan
132d44462e Merge pull request #1475 from buildersbrewery/master
Update LSL mode
2013-06-16 14:47:51 -07:00
nightwing
ef2e2cdd11 move undo delta merging to the editor 2013-06-17 01:30:42 +04:00