Commit graph

3,184 commits

Author SHA1 Message Date
nightwing
d22626771b improve csharp folding 2013-09-21 20:44:19 +04:00
nightwing
9a70c98fc4 ini fold mode 2013-09-21 15:38:06 +04:00
nightwing
58e1410adf fix #1614 Gutter tooltip not showing inside relative container 2013-09-21 14:55:53 +04:00
nightwing
f1b74a8916 small tweaks for nativednd 2013-09-20 17:15:55 +04:00
Lennart Kats
ee95161972 Merge pull request #1599 from danyaPostfactum/nativednd
Use native HTML5 Drag'n'Drop for text.
2013-09-20 06:11:43 -07:00
DanyaPostfactum
8a841df6e2 Capture mouse on quadclick 2013-09-18 17:51:52 +10:00
DanyaPostfactum
8ebf34a385 Add autoscroll delay 2013-09-17 19:07:16 +10:00
DanyaPostfactum
e1ff382041 Fix IE autoscroll drop triggering issue
Add overlay (css ::before generated content) while dragging to prevent IE to trigger `drop` event while autoscrolling
2013-09-17 19:05:35 +10:00
DanyaPostfactum
ad4e57e600 Fix webkit fake mousemove event (breaking dnd) issue 2013-09-17 19:02:29 +10:00
nightwing
2ace399a8a better compositionUpdate on chrome 2013-09-17 11:35:07 +04:00
nightwing
0b4c56c5a7 fix string parsing in php worker 2013-09-17 11:35:07 +04:00
Lennart Kats
650cf8e5af Merge pull request #1607 from ajaxorg/small_bugs
Small bugs
2013-09-16 00:24:28 -07:00
DanyaPostfactum
b1ba675cfd Fix dbl/triple click issues of native dnd 2013-09-15 20:48:33 +10:00
DanyaPostfactum
cb7a0d5d47 Improve native selection prevention on dnd 2013-09-15 20:41:22 +10:00
DanyaPostfactum
165cec553a Add onMouseDrag method to the DragdropHandler 2013-09-15 01:25:40 +10:00
DanyaPostfactum
624eb7c117 Make editor container to be drop zone 2013-09-15 01:13:52 +10:00
nightwing
414667916e always call setMode callback after the event 2013-09-14 14:55:41 +04:00
nightwing
4d8a31fd54 fix popup position flipping 2013-09-14 14:53:51 +04:00
nightwing
3c6cd4d16f fix #1606 broken markdown snippets 2013-09-13 23:46:03 +04:00
nightwing
fbdcbd00a1 always call callback from setMode 2013-09-13 21:20:06 +04:00
nightwing
2c9dbced9b allow setting MaxTokenCount in tokenizer 2013-09-13 20:40:34 +04:00
nightwing
214c3a9b5d workaround for broken Object.create(null) on old opera
fixes https://github.com/ajaxorg/ace-builds/issues/13
2013-09-13 20:40:34 +04:00
Zef Hemel
4e748341fc [Golang] Forgot | 2013-09-13 16:14:44 +02:00
Zef Hemel
2a016e3890 Added another few missing builtin types and functions to the Go language. 2013-09-13 16:14:05 +02:00
DanyaPostfactum
b6dab9eb45 Fix Opera drag image issue. 2013-09-12 23:44:00 +10:00
Harutyun Amirjanyan
4c1497fc29 Merge pull request #1596 from breck7/master
Rebased on latest Ace. Added Coffee Fold Mode
2013-09-11 12:17:28 -07:00
DanyaPostfactum
ddf5d1ab45 Improve autoscroll behavior for text dragging 2013-09-12 02:48:46 +10:00
DanyaPostfactum
b7daccf9a9 Fix IE native drag'n'drop issues 2013-09-12 01:44:55 +10:00
Zef Hemel
7c8d81333f Added a Google Protobuf mode 2013-09-11 14:37:50 +02:00
DanyaPostfactum
2993ae831f Set this context of event handlers for old IE. 2013-09-11 21:52:30 +10:00
Zef Hemel
3cd5ea654e Added inherit keyword to Nix mode 2013-09-10 14:13:21 +02:00
DanyaPostfactum
8936861338 Use native HTML5 Drag'n'Drop for text. 2013-09-10 21:41:20 +10:00
Zef Hemel
347be370fe and select keyword 2013-09-10 10:55:14 +02:00
Zef Hemel
ff93d54adc Added 'bool' type. 2013-09-10 10:44:44 +02:00
Breck
b297a1ae02 Removed comment 2013-09-09 12:31:02 -07:00
Breck
0b5d78736f Rebased on latest Ace. Added Coffee Fold Mode 2013-09-09 11:46:03 -07:00
Mostafa Eweda
0f83322450 Merge pull request #1592 from ajaxorg/anchor_align_left
Add insert right mode for anchors and range_lists
2013-09-06 10:52:27 -07:00
nightwing
06d61cf239 add insert right mode for anchors and range_lists 2013-09-06 21:47:39 +04:00
rmsmith
b3443a0fab EditSession.setWrapLimitRange should set a new object to this.$wrapLimitRange
This fixes a bug where if you have 2 instances of EditSession and you
`setWrapLimitRange` on one of them it would affect the $wrapLimitRange
on all other instances of EditSession.
2013-09-06 16:16:15 +03:00
nightwing
43d2a6607f use same font size for completion popup and editor 2013-09-06 13:43:41 +04:00
Harutyun Amirjanyan
5b6a1df596 Merge pull request #1590 from ajaxorg/go
Improved Go highlighting, added builtin types and functions
2013-09-06 02:14:59 -07:00
Zef Hemel
1b5d023389 Fix test 2013-09-06 11:12:33 +02:00
nightwing
bf1c41808b fix infinite loop when selectOnHover is true 2013-09-06 13:11:31 +04:00
Zef Hemel
0dd731a882 Improved Go highlighting, added builtin types and functions and "range" keyword. 2013-09-06 11:05:01 +02:00
Zef Hemel
f860b88e51 Merge pull request #1583 from ajaxorg/autocomplete
improve autocomplete popup
2013-09-06 02:03:58 -07:00
nightwing
2df136beba use text shadow instead of bold 2013-09-06 12:50:55 +04:00
Zef Hemel
060e86d6ca ace.session does not exist (not in the no-conflict mode exist), so let's use this.editor.session instead. 2013-09-06 10:33:08 +02:00
Lennart Kats
e746383ec0 Merge pull request #1571 from ajaxorg/newclient
sync with newclient
2013-09-06 00:21:34 -07:00
nightwing
1fa691693e fix expansion of snippets with nested tabstops 2013-09-05 18:45:51 +04:00
nightwing
62c514135d fix snippet file parsing 2013-09-05 00:28:42 +04:00