William Candillon
431facf08b
Update code snippets
...
Conflicts:
lib/ace/snippets/jsoniq.snippets
lib/ace/snippets/xquery.snippets
2014-04-04 21:00:50 +04:00
William Candillon
3c13b4bf33
Bug fixes
2014-04-04 20:59:29 +04:00
William Candillon
ea532e41bf
Update xqlint with code completion
2014-04-04 20:59:28 +04:00
William Candillon
4e23984ddb
Bug fixes
2014-04-04 20:59:28 +04:00
William Candillon
f37899463f
Update JSONiq code snippets
2014-04-04 20:59:28 +04:00
William Candillon
34f34bb591
Bug fixes
2014-04-04 20:59:28 +04:00
William Candillon
8645e67f42
Update XQLint version
2014-04-04 20:59:27 +04:00
William Candillon
f6faeb3547
Add JSONiq & XQuery code snippets
2014-04-04 20:59:22 +04:00
Lennart Kats
3f6e2aded9
Merge pull request #1846 from ajaxorg/old_browser_compatibility
...
Fix old browser compatibility issues
2014-04-01 12:49:47 +02:00
Lennart Kats
bb10f4661d
Merge pull request #1885 from ajaxorg/update_deps
...
update saxparser and jshint
2014-04-01 12:11:43 +02:00
nightwing
9c53d96c12
fix #1847 tab doesn't work for invalid css when emmet is enabled
2014-03-31 20:34:34 +04:00
nightwing
5ef28b7e11
fix #1888 csslint worker gives error for empty file
2014-03-31 20:33:35 +04:00
nightwing
dcd96294f7
update csslint
2014-03-31 20:23:45 +04:00
nightwing
bb55802197
update require.js
2014-03-31 20:02:13 +04:00
Harutyun Amirjanyan
90a21c012c
Merge pull request #1883 from wcandillon/patch-1
...
Fix Range resolution
2014-03-30 19:58:13 +05:00
nightwing
8d45a2d209
update saxparser and jshint
2014-03-30 18:53:52 +04:00
William Candillon
02cf485055
Fix Range resolution
2014-03-30 00:55:22 +01:00
Harutyun Amirjanyan
207adf8eba
Merge pull request #1734 from danyaPostfactum/refactor/htmlmode
...
HTML mode modification, completer auto activation feature
2014-03-26 17:46:13 +04:00
nightwing
362a69228b
fix typo
2014-03-23 18:56:39 +04:00
nightwing
fbc5460320
Merge branch 'fix-markdown-highlighting'
2014-03-23 17:36:38 +04:00
Garen Torikian
a4921fe7ce
Fix GFM blocks within lists
2014-03-23 17:35:00 +04:00
nightwing
a573fa3dec
Merge branch 'beautify'
2014-03-23 17:31:29 +04:00
nightwing
ef3262143a
reorganize beautifier addon
2014-03-23 17:30:39 +04:00
Adam Jimenez
180fa0c4cb
Beautify
...
Beautify based on Ace tokenizer
2014-03-23 15:22:56 +04:00
nightwing
d76e3e29c6
Merge remote-tracking branch 'remotes/pull/1866'
2014-03-23 15:20:15 +04:00
nightwing
f00f2bfc40
Merge remote-tracking branch 'remotes/origin/fix-special-keys'
2014-03-23 15:19:42 +04:00
nightwing
79f619364a
clenup
2014-03-23 15:19:24 +04:00
Zef Hemel
372b5409fa
Reordered keys
2014-03-22 17:51:02 +01:00
Zef Hemel
00305167a2
Make they Ctrl/Alt/Command-= and - key combos work (on Chrome).
2014-03-22 17:46:26 +01:00
nightwing
26f96c0ea2
Merge remote-tracking branch 'remotes/origin/autocomplete-async-fix'
...
Conflicts:
lib/ace/autocomplete.js
2014-03-21 15:36:08 +04:00
nightwing
8e5bdc512c
Merge remote-tracking branch 'remotes/pull/1789'
...
Conflicts:
lib/ace/autocomplete.js
2014-03-21 15:35:04 +04:00
Harutyun Amirjanyan
91bc4b82d7
Merge pull request #1824 from buildersbrewery/master
...
updated LSL syntax and made LSL snippets work
2014-03-21 15:00:59 +04:00
Lennart Kats
65822b59fe
Merge pull request #1865 from ajaxorg/autocomplete-noselect
...
Add autoSelect option to auto completion
2014-03-20 15:59:46 +01:00
Zef Hemel
750e53fab2
Now with space after the if
2014-03-20 15:31:02 +01:00
Zef Hemel
31a32f2659
Fixes asynchronous autocompleter prefix updating
...
Before it could happen (if an async autocompleter returned late) that
the prefix used in the autocomplete was out of date. This fixes that.
2014-03-20 15:27:51 +01:00
Builders Brewery
d03c0957b4
fix character escapes
2014-03-19 17:03:03 +01:00
Builders Brewery
f4613206be
revert to old string regex
2014-03-19 16:39:00 +01:00
Harutyun Amirjanyan
408b9c527b
Merge pull request #1868 from adamjimenez/patch-24
...
missing bitwise xor function
2014-03-19 15:53:54 +04:00
Adam Jimenez
de51e72a3c
missing bitwise xor function
...
Fixes error:
```
[object Object] has no method 'Node_Expr_BitwiseXor'
```
Which results from using xor e.g:
```
error_reporting(E_ALL ^ E_NOTICE);
also reported to phpjs project:
https://github.com/niklasvh/php.js/pull/48
2014-03-18 16:01:33 +00:00
Derk-Jan Hartman
46da3132a2
Make sure the CORS blobworker loads absolute URLs
...
The only situation where this is really needed, is if the workerURL is
protocol relative, since we only end up in this situation if workerurl
is on a different server to begin with.
2014-03-17 23:10:24 +01:00
Zef Hemel
21ee784ca1
Add autoSelect option to auto completion
...
By setting this to `false` no completion will be selected by default and
pressing `Return` will simply insert a new line, rather than the first
match.
2014-03-17 11:38:16 +01:00
Zef Hemel
0bc7f518ad
Merge pull request #1858 from robru/invisible_granularity
...
Increase granularity of invisible character classes.
2014-03-16 15:35:19 +01:00
DanyaPostfactum
a0bf93679d
Fix <CR><LF> handing in highlight_rules_test.js
2014-03-16 00:33:26 +10:00
DanyaPostfactum
1f72461ada
Modify xml highlight rules (add "xml" suffix to tokens)
2014-03-16 00:33:09 +10:00
Robert Bruce Park
5705c067fe
This should just about fix that.
2014-03-14 22:40:00 -07:00
Robert Bruce Park
6594a3fe55
Fix more CI failures.
2014-03-14 22:32:31 -07:00
Robert Bruce Park
a4b27cbc3a
Resolve some CI failures.
2014-03-14 22:26:05 -07:00
Robert Bruce Park
dc87483936
Increase granularity of invisible character classes.
2014-03-14 22:14:45 -07:00
Harutyun Amirjanyan
b04c07b448
Merge pull request #1848 from LivelyKernel/markdown-comment-fix
...
markdown mode comment fix
2014-03-13 19:48:08 +04:00
Harutyun Amirjanyan
8b950c1121
Merge pull request #1849 from LivelyKernel/emacs-fixes-2014-03-12
...
Emacs fixes 2014 03 12
2014-03-13 19:46:08 +04:00