Commit graph

5,291 commits

Author SHA1 Message Date
nightwing
362a69228b fix typo 2014-03-23 18:56:39 +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
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
nightwing
c72617b033 fix sticky selection if editor loaded into iframe 2014-03-12 03:34:52 +04:00
nightwing
6e14e92912 fix #1751 sticky selection on in IE11 2014-03-12 03:24:14 +04:00
nightwing
09d6741a02 fix clipboard on old webkit versions 2014-03-12 02:42:47 +04:00
nightwing
051128c16f restore ie8 compatibility 2014-03-12 01:12:34 +04: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
nightwing
316bb55f17 fix inserting long text 2014-02-21 22:08:34 +04:00
Harutyun Amirjanyan
89c6609e97 Merge pull request #1823 from trinketapp/master
add missing backslash
2014-02-19 22:41:39 +04:00
Ben Wheeler
f531569824 add missing backslash
escape the backslash in the fenced code block regexp
2014-02-18 09:36:54 -05:00
Harutyun Amirjanyan
e5edb59d00 Merge pull request #1820 from Cirru/master
fix dollar; add comma syntax
2014-02-18 13:25:20 +04:00
Harutyun Amirjanyan
a87b9e4dbc Merge pull request #1822 from trinketapp/master
Allow arbitrary language names in gfm fenced blocks
2014-02-18 13:24:40 +04:00
Benjamin Wheeler
e672469923 Updated markdown fenced blocks to allow more liberal language names 2014-02-17 22:36:44 -05:00
Benjamin Wheeler
7439993b1a Allowed . in markdown language blocks
Updated markdown highlighter to allow stuff like ```python.run
2014-02-17 16:33:05 -05:00
jiyinyiyong
080596e6a1 fix dollar; add comma syntax 2014-02-16 23:49:54 +08:00
Harutyun Amirjanyan
e4cfb47ae1 Merge pull request #1782 from pnevels/master
add Gherkin highlighting support
2014-02-14 15:15:13 +04:00
nightwing
927bf936da #1429 remove bidi-override 2014-02-14 12:13:42 +04:00
nightwing
3bed18be1d restore other demo files 2014-02-12 23:32:02 +04:00
Thaddee Tyl
a6ece4cbfa rename AsciiDoc demo. 2014-02-12 23:24:42 +04:00
nightwing
5e3c3b660b revert AsciiDoc demo deletion 2014-02-12 23:13:48 +04:00
Harutyun Amirjanyan
7981e0ca6c Merge pull request #1813 from 1ec5/patch-1
Fixed passing non-Ranges into Document methods
2014-02-12 20:21:32 +04:00
jbrazeau
8ba0cd91be Fix : for UIE11, regexp must also consider Trident string 2014-02-12 15:31:43 +01:00
Jean-Francois Brazeau
7a8a799c26 Update useragent.js
Patch proposal for https://github.com/ajaxorg/ace/issues/1814 (IE11 compatibility issue)
2014-02-12 15:05:53 +01:00
Minh Nguyễn
3eefd3365a Fixed passing non-Ranges into Document methods
Fixed regression from b23265ad: ! takes precedence over instanceof.
2014-02-12 03:48:42 -08:00
Lennart Kats
ffc9cec9ef Merge pull request #1809 from ajaxorg/c9
Add smarty mode and fix several small bugs
2014-02-12 11:21:41 +01:00
nightwing
68096ff38d run extension files automatically 2014-02-11 20:40:31 +04:00
nightwing
9db70f0351 add block comment for sql 2014-02-11 20:22:08 +04:00