Commit graph

5,032 commits

Author SHA1 Message Date
nightwing
b17f8d533a fix typo 2013-11-08 00:58:42 +04:00
nightwing
31191072f3 add first version of line_widgets 2013-11-08 00:58:42 +04:00
nightwing
1ac4ea51e2 hack edit session 2013-11-08 00:56:04 +04:00
nightwing
a56c3b44b5 always add height to line wrapper nodes
(needed for line widgets)
2013-11-08 00:56:04 +04:00
Lennart Kats
2476f43aa8 Merge pull request #1674 from ajaxorg/misc
fix two small bugs
2013-11-05 09:24:15 -08:00
nightwing
68c6c4e86c fix typo 2013-11-05 21:23:25 +04:00
nightwing
bfdd7239d1 fix #1671 Cannot use backspace in Android Chrome 2013-11-05 21:07:29 +04:00
nightwing
3ab631640b fix #1669 Everything until cursor position is selected in IE8 2013-11-05 21:01:01 +04:00
Harutyun Amirjanyan
93a88fcb5e Merge pull request #1663 from saatchiCEO/patch-1
Fixed typo `forown`
2013-10-28 22:24:56 -07:00
saatchiCEO
4a0fc33c65 Fixed typo forown
for|forown -> for|own
2013-10-29 00:22:58 +03:00
Zef Hemel
e8bb1e38e7 Added callback to static highlighter 2013-10-28 11:33:51 +01:00
nightwing
0bebd94926 perge pull #1662 2013-10-27 14:43:49 +04:00
nightwing
07e4eb0a3a use scroller instead of content
because other widgets inheriting from ace do not have renderer.content
2013-10-27 14:33:55 +04:00
DanyaPostfactum
ad2d31eef4 Fix Webkit context menu on second click 2013-10-27 20:51:15 +11:00
Harutyun Amirjanyan
5120528cf1 Merge pull request #1660 from adamjimenez/patch-21
multiline strings throw out error line numbers
2013-10-27 00:44:01 -07:00
Harutyun Amirjanyan
7d8cd7f657 Merge pull request #1661 from danyaPostfactum/dnd-fixes
Some drag'n'drop fixes
2013-10-27 00:43:13 -07:00
DanyaPostfactum
12a2464756 Change mouse capture target container -> content
To prevent hover activity of scrollbars in Firefox
2013-10-26 15:13:15 +11:00
Adam Jimenez
4d0fa2412a remove unnecessary new line repace 2013-10-22 23:37:24 +01:00
Adam Jimenez
053b780478 multiline strings throw out error line numbers
e.g:

```
<?php
$foo = "test
multiline

string"
a
?>
```
shows  error on line 3 instead of 6.
2013-10-22 18:51:48 +01:00
Lennart Kats
4bbe5346f2 Merge pull request #1658 from ajaxorg/bugfix/textinput
Bugfix/textinput
2013-10-21 01:33:15 -07:00
nightwing
6677b22fd4 fix #1650 Editor looses focus on scrollbar click in the Google Chrome 2013-10-20 21:03:17 +04:00
nightwing
5bead368ea fix spellcheck extension on chrome 2013-10-20 20:57:58 +04:00
nightwing
ca47093bc8 restore textInput.setReadOnly call
needed for disabling contextmenu items
2013-10-20 19:01:07 +04:00
nightwing
1d4d76b1ea use text-indent: -1em; to hide cursor on ie
as suggested in https://github.com/ajaxorg/ace/issues/1640
2013-10-20 19:01:07 +04:00
nightwing
b52a989bf8 [IME] pressing enter on ie reverts last input 2013-10-20 19:01:07 +04:00
Harutyun Amirjanyan
b0e40929b6 Merge pull request #1654 from asm2750/add-vhdl-syntax
Add vhdl syntax
2013-10-19 11:37:44 -07:00
Harutyun Amirjanyan
c60e95b5e6 Merge pull request #1653 from adamjimenez/patch-19
highlight option tags as form elements
2013-10-18 10:40:16 -07:00
asm2750
2ff1e1db6b Update vhdl_highlight_rules.js
Added license block
2013-10-17 10:19:34 -07:00
asm2750
e2441734ca Update vhdl.js
Added license block
2013-10-17 10:19:02 -07:00
OpenShift guest
d9fe4880dc Added VHDL syntax highlighting, and example code. issue #1642 2013-10-17 00:47:19 -04:00
OpenShift guest
9fd726a81c Revert "Added VHDL syntax highlighting, and example code. issue #1642"
This reverts commit 56a37a4053.
2013-10-17 00:37:16 -04:00
OpenShift guest
56a37a4053 Added VHDL syntax highlighting, and example code. issue #1642 2013-10-17 00:35:27 -04:00
Adam Jimenez
ea019da404 highlight option tags as form elements 2013-10-15 18:23:24 +01:00
Lennart Kats
7625c67ac9 Merge pull request #1648 from ajaxorg/highlighter
Improve static highlighter
2013-10-11 07:35:24 -07:00
nightwing
bb0298783c add "highlighter" build target 2013-10-11 16:14:17 +04:00
nightwing
51dc39bb95 add static highlighter highlight method 2013-10-11 16:06:24 +04:00
Harutyun Amirjanyan
a2244c6d01 Merge pull request #1645 from creationix/master
Add comment support for Jack mode
2013-10-07 15:37:52 -07:00
Tim Caswell
c6e125a816 Add comment support for Jack mode 2013-10-07 12:04:27 -05:00
Harutyun Amirjanyan
907a765546 Merge pull request #1616 from fangel/patch-1
The require() and define() methods for workers does not conform to the AMDJS spec
2013-10-07 07:54:38 -07:00
Morten Fangel
afcc9afecf Improved the WebWorker RequireJS shim, so it's closer to the AMDJS spec
Improvements:

 - It's now possible to list dependencies that gets loaded before calling the factory-function
 - Relative paths without folders (./foo) now works properly
 - The define()-behaviour is now tested by four unit-tests
2013-10-07 15:55:41 +02:00
Harutyun Amirjanyan
c830baa212 Merge pull request #1644 from plancien/master
replaced simple string errors with full Errors
2013-10-06 10:51:23 -07:00
Pierre Lancien
4d62c0810b replaced simple string errors with full Errors, in order to make debugging easier. 2013-10-06 19:46:32 +02:00
Lennart Kats
e316578832 Merge pull request #1641 from ajaxorg/newclient
sync with newclient
2013-10-06 03:51:34 -07:00
nightwing
5927184195 add ace_ prefix to selected row classname 2013-10-06 14:26:16 +04:00
nightwing
eb2cfdfdfd fix #1629 Not able to scroll smoothly with a Mac trackpad, when the pointer is inside the editor. 2013-10-06 14:05:35 +04:00
nightwing
bfd68fb1cf fix #1637 typo in vbscript mode 2013-10-05 16:45:58 +04:00
nightwing
aa76fffaf2 fix __defineGetter__ errors on ie 2013-10-05 14:00:15 +04:00
nightwing
0002bf4e4c tweak logo 2013-10-05 13:50:53 +04:00
Harutyun Amirjanyan
93673bbe8b Merge pull request #1635 from devoncarew/master
update Dart syntax highlighting
2013-10-02 11:07:00 -07:00
Harutyun Amirjanyan
f99d36b4b2 Merge pull request #1636 from creationix/master
Add Jack mode
2013-10-02 11:04:32 -07:00