Commit graph

3,542 commits

Author SHA1 Message Date
nightwing
c3dd9ff510 remove bogus string.regexp highlight rules from java and c# 2014-04-08 22:37:16 +04:00
William Candillon
b67caa1163 Disable Tab command binding for autocomplete (incompatible with live autocomplete) 2014-04-05 23:31:20 +02:00
William Candillon
a05b84f4df Bug fix 2014-04-05 22:38:23 +02:00
William Candillon
a7297de55f Update autocomplete to handle custom identifier regexprsw 2014-04-05 20:16:02 +02:00
nightwing
a188ac7fa6 fix regression for autocomplete with empty prefix 2014-04-02 00:03:53 +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
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
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
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
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
nightwing
8cdb16659d fix #1843 Double click to select word does not work for Qt QWebView 2014-03-13 19:42:05 +04: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
5689573170 fix tests 2014-03-12 03:41:04 +04:00
nightwing
c72617b033 fix sticky selection if editor loaded into iframe 2014-03-12 03:34:52 +04:00