Commit graph

5,563 commits

Author SHA1 Message Date
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
Aaron O'Mullan
9062f4fe40 Remove unused mode/xml_util.js 2014-03-23 20:10:44 -07: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
nightwing
8cdb16659d fix #1843 Double click to select word does not work for Qt QWebView 2014-03-13 19:42:05 +04:00
Weihang Fan
59c392042a Fixed auto-indent for switch statements. 2014-03-13 19:10:19 +08:00
Weihang Fan
88829fbee7 Add auto-indent in CoffeeScript for if, for, while, and loop statements. 2014-03-13 12:23:21 +08:00
Robert Krahn
12343e0e6f isearch: fixing isearch onpase 2014-03-12 06:38:39 -07:00
Robert Krahn
c8b63ee977 isearch: recenterTopBottom 2014-03-12 06:38:37 -07:00
Robert Krahn
58404df349 isearch: now supports yanking, and killing text from edit buffer 2014-03-12 06:38:32 -07:00
Robert Krahn
3b7569542f fixing emacs key handler when key code == -1 (this can happen with the
change introduced in #5e2c5f4)
2014-03-12 06:38:30 -07:00
Robert Krahn
08d2ebb5b2 occur: fix emacs line start 2014-03-12 06:38:22 -07:00
Robert Krahn
6f8035f710 markdown mode comment fix 2014-03-12 05:55:54 -07:00
nightwing
498af4aab8 better fix for Array.slice on ie8 2014-03-12 12:48:00 +04:00
nightwing
5689573170 fix tests 2014-03-12 03:41:04 +04:00