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
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
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
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
6c235fee7d
release 1.1.3
v1.1.3
2014-03-08 17:33:18 +04:00
Lennart Kats
86e7a49666
Merge pull request #1828 from ajaxorg/c9
...
Update Ace and fix several small issues
2014-03-06 15:46:22 +01:00
nightwing
3166b3fb90
fix #1836 html worker logs a lot of unable to load
2014-03-03 15:24:39 +04:00
nightwing
96184bda23
fix zed icon
2014-02-26 23:45:33 +04:00
Harutyun Amirjanyan
0431f2dafb
Merge pull request #1830 from yury/patch-1
...
Indent after `module` keyword
2014-02-26 23:39:23 +04:00
nightwing
c1011ca875
fix worker build
2014-02-26 17:29:32 +04:00
Yury Korolev
d8c05b5138
Indent after module keyword
2014-02-24 22:12:21 -08:00
nightwing
a9117a4aee
define('ace/ace') needs to be at the end of ace.js
...
fixes https://github.com/ajaxorg/ace-builds/issues/15
2014-02-23 17:21:02 +04:00
nightwing
07c7c86944
fix #1827 setScrollMargin Breaks Multiple Selection When Margin is Greater Than 0
2014-02-23 12:02:45 +04:00
Harutyun Amirjanyan
bfba4f1efd
Merge pull request #1826 from devoncarew/master
...
remove yaml comment syntax highlighting - it's too aggressive
2014-02-22 23:00:56 +04:00
devoncarew@google.com
56a00f3fa0
remove yaml comment syntax highlighting - it's too aggressive
2014-02-22 09:54:37 -08:00
nightwing
306e918920
fix #1825 editor created with showGutter=false cannot later show gutters
2014-02-21 22:38:42 +04:00
nightwing
45311cda45
fix #1808 show different different indicators for LF and CRLF
2014-02-21 22:30:47 +04:00
Harutyun Amirjanyan
08454b7ecb
Merge pull request #1815 from jbrazeau/patch-1
...
Patch proposal for IE11 compatibility issue
2014-02-21 22:28:12 +04:00
nightwing
3694a02532
do not copy "ace/ace" when setting as global
2014-02-21 22:08:35 +04:00
nightwing
9c80485d91
allow setting editor session to null
2014-02-21 22:08:35 +04:00
nightwing
5783bae058
add event.getModifierString to convert hash into readable string
2014-02-21 22:08:35 +04:00
nightwing
42a368ed02
add selection.moveTo
2014-02-21 22:08:35 +04:00
nightwing
4a80bd7b3d
fix cstyle behavior in multicursor mode
2014-02-21 22:08:35 +04:00
nightwing
6e9c9417fc
cleanup
2014-02-21 22:08:35 +04:00
nightwing
f352165725
move text measuring into separate module
2014-02-21 22:08:35 +04:00
nightwing
f4d1dc7c13
create wrap data lazily
2014-02-21 22:08:34 +04:00