Devon Carew
|
f8b7dce3e0
|
remove the invalid rule from the go syntax file
|
2014-06-28 22:21:52 -07:00 |
|
Harutyun Amirjanyan
|
63f43da96a
|
Merge pull request #2012 from hartman/dragDelay
Match platform specifics for dragDelay of text
|
2014-06-27 20:07:43 +04:00 |
|
Derk-Jan Hartman
|
2dcc4a3f04
|
Match platform specifics for dragDelay of text
On Mac we keep it at 150ms. On other platforms it either
does not exist or at most it's very small.
This fixes issue #1879
|
2014-06-27 14:20:09 +02:00 |
|
nightwing
|
0450a1a539
|
remove unneeded setOption call
|
2014-06-25 19:01:06 +04:00 |
|
Lennart Kats
|
fdbd11d3df
|
Merge pull request #2014 from ajaxorg/build
Use architect-build for building ace
|
2014-06-23 12:21:04 +02:00 |
|
Harutyun Amirjanyan
|
14f5095c92
|
Merge pull request #2005 from ajaxorg/overridable-mergeables
Make mergeable commands (for undo history) overridable.
|
2014-06-23 00:31:18 +04:00 |
|
Zef Hemel
|
1dd41ea75d
|
Make mergeable commands (for undo history) overridable.
|
2014-06-23 00:12:20 +04:00 |
|
nightwing
|
ce070285a4
|
Merge remote-tracking branch 'remotes/origin/keybinding'
|
2014-06-22 23:49:13 +04:00 |
|
nightwing
|
3ebc2828e6
|
add textarea keybinding (probably fixes #36)
|
2014-06-22 23:44:59 +04:00 |
|
nightwing
|
6aaede1a2e
|
keep mac line movement keybindings (still overridden by jumptomatching)
|
2014-06-22 23:33:45 +04:00 |
|
rmsmith
|
739e86cde7
|
mode/applescript : set the $id to the correct value
This brings the new applescript mode into alignment with the other modes
per #1778
|
2014-06-21 19:15:52 +03:00 |
|
nightwing
|
fcb3331d69
|
remove special build version for bookmarklet
|
2014-06-20 02:26:10 +04:00 |
|
Adam Jimenez
|
08bfa14dd2
|
jumptomatching/ selecttomatching mac shortcut
fixes #2007
|
2014-06-19 23:06:52 +01:00 |
|
Harutyun Amirjanyan
|
bdd54043b5
|
Merge pull request #2004 from tomalec/html-import-issue
Use current document to process <script> tags (fixes ajaxorg/ace#2003)
|
2014-06-18 11:05:26 +04:00 |
|
Tomek Wytrebowicz
|
3ce44130d4
|
comment the need of ownerDocument ajaxorg/ace#2003
|
2014-06-16 13:48:18 +02:00 |
|
Harutyun Amirjanyan
|
8db9dc255a
|
Merge pull request #1994 from hitode909/fix-is-gecko
useragent.isGecko is false on Firefox 29
|
2014-06-16 15:05:39 +04:00 |
|
Ruben Daniels
|
5496351529
|
Merge pull request #1985 from ajaxorg/focus
fix issue with scrolling into view on focus
|
2014-06-16 12:34:23 +02:00 |
|
Ruben Daniels
|
f25b14a328
|
Merge pull request #1982 from ajaxorg/misc
Sync with cloud9 version
|
2014-06-16 12:34:04 +02:00 |
|
Tomek Wytrebowicz
|
b8c21d4c6f
|
Use current document to process <script> tags (fixes ajaxorg/ace#2003)
|
2014-06-13 01:58:05 +02:00 |
|
Harutyun Amirjanyan
|
08b88485c8
|
Merge pull request #1996 from adamjimenez/jump-to-matching-tag
Jump To Matching Tag
|
2014-06-10 21:23:20 +04:00 |
|
Adam Jimenez
|
e92b709eb2
|
fix jumping to brackets in strings
|
2014-06-09 21:30:19 +01:00 |
|
nightwing
|
c5031db61c
|
fix tests
|
2014-06-09 23:44:27 +04:00 |
|
Adam Jimenez
|
d7c7cb1b4d
|
add html tag support to jumpToMatching
|
2014-06-09 17:09:31 +01:00 |
|
Adam Jimenez
|
76adcc51a0
|
Revert "Jump To Matching Tag"
This reverts commit 9a4a387de6.
|
2014-06-09 14:12:10 +01:00 |
|
nightwing
|
efcbe1c010
|
add todo reminder
|
2014-06-07 15:26:27 +04:00 |
|
nightwing
|
511faeeaae
|
Merge remote-tracking branch 'remotes/pull/1995'
|
2014-06-07 15:20:47 +04:00 |
|
nightwing
|
19ec94a815
|
Merge branch 'pull/1995'
|
2014-06-07 15:18:23 +04:00 |
|
nightwing
|
636cc6a96f
|
do not change mouse over selection if dragging isn't enabled
|
2014-06-07 15:17:27 +04:00 |
|
Adam Jimenez
|
c0343a2cba
|
use setCursorStyle instead of modifying classes
|
2014-06-06 13:50:29 +01:00 |
|
Adam Jimenez
|
111ec1899f
|
fix tag flicker
fix tag highlight flicker when selecting
|
2014-06-06 13:32:16 +01:00 |
|
Adam Jimenez
|
da5cc2e28d
|
matching tag fixes
remove global editor ref, add listener
|
2014-06-06 10:53:55 +01:00 |
|
Adam Jimenez
|
9a4a387de6
|
Jump To Matching Tag
Alt-P: Jump to Matching Tag
Alt-Shift-P: Select to Matching Tag
fixes #1158
|
2014-06-06 10:32:18 +01:00 |
|
Adam Jimenez
|
07fb7738db
|
Highlight matching HTML tag
fixes #1308
|
2014-06-05 19:56:46 +01:00 |
|
hitode909
|
84abfa5ff8
|
window.controllers was renamed to window.Controllers in Firefox 29
useragent.isGecko was false on Firefox 29
|
2014-06-05 14:10:25 +09:00 |
|
Adam Jimenez
|
617cd3202a
|
fix "{$this->foo->bar('foobar')}"
|
2014-06-04 10:39:50 +01:00 |
|
Adam Jimenez
|
32e3ad5966
|
fix "{$foo['bar']}"
|
2014-06-03 00:41:47 +01:00 |
|
Adam Jimenez
|
bf9eec6b23
|
fix "{$foo->bar}"."{$foo->bar($a)}"."{$foo->bar(&$a, $b)}";
|
2014-06-02 23:26:59 +01:00 |
|
nightwing
|
a7cac9466d
|
add vala mode
|
2014-06-01 22:54:30 +04:00 |
|
nightwing
|
1c2bc29424
|
fix selecting with ctrl-alt click
|
2014-05-28 01:25:18 +04:00 |
|
Harutyun Amirjanyan
|
df6001ca67
|
Merge pull request #1984 from ylian/master
AppleScript syntax highlighter
|
2014-05-26 14:23:21 +02:00 |
|
Yaogang Lian
|
066180b248
|
Fixed comment highlighting in AppleScript highlighter.
|
2014-05-23 08:05:56 -04:00 |
|
nightwing
|
66866121e9
|
fix issue with scrolling into view on focus
|
2014-05-23 14:13:23 +04:00 |
|
Zef Hemel
|
717be26d5d
|
Further improvements to Clojure mode indent.
|
2014-05-23 09:06:48 +02:00 |
|
Yaogang Lian
|
77ec0af40a
|
AppleScript syntax highlighter
|
2014-05-22 22:35:04 -04:00 |
|
nightwing
|
d0acc15e67
|
fix #1973 custom array of autocompleters never used
|
2014-05-23 00:16:31 +04:00 |
|
Harutyun Amirjanyan
|
bec92e678d
|
Merge pull request #1976 from AMiniLegend/master
Added three new functions for selections:
|
2014-05-22 21:56:14 +02:00 |
|
AMiniLegend
|
03eee835df
|
Updated ExpandToLine, JoinLines, and InvertSelection based on feedback.
|
2014-05-21 16:39:47 -04:00 |
|
nightwing
|
7e2dda1e18
|
allow tokenizer states with only defaultToken
|
2014-05-21 20:38:07 +04:00 |
|
nightwing
|
72a509e542
|
improve ruby outdent
|
2014-05-21 20:32:34 +04:00 |
|
nightwing
|
4872441bc6
|
fix vim cc
|
2014-05-21 20:32:08 +04:00 |
|