Harutyun Amirjanyan
ce3076b4e5
Merge pull request #1991 from adamjimenez/patch-28
...
fix "{$foo->bar}"."{$foo->bar($a)}"."{$foo->bar(&$a, $b)}";
2014-06-06 12:34:41 +04: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
Ruben Daniels
c8483a7ae5
Merge pull request #1988 from ajaxorg/syntax/vala
...
add vala mode
2014-06-02 09:46:21 +02:00
nightwing
a7cac9466d
add vala mode
2014-06-01 22:54:30 +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
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
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
b7eacfb153
Merge pull request #1 from AMiniLegend/selection-features
...
Selection features updated
2014-05-21 16:42:26 -04:00
AMiniLegend
03eee835df
Updated ExpandToLine, JoinLines, and InvertSelection based on feedback.
2014-05-21 16:39:47 -04:00
Harutyun Amirjanyan
2cb84b3bc3
Merge pull request #1922 from brn/fix-ie7-error
...
IE7 cause error when accessing the HTMLElement.style.font property.
2014-05-21 14:25:26 +02:00
brn
2d39aca4a7
fix code style.
2014-05-21 09:27:10 +09:00
Lennart Kats
446e497da8
Merge pull request #1965 from ajaxorg/misc
...
various small fixes
2014-05-20 17:31:50 +02:00
nightwing
473b6958bc
Revert "assign key to splitline command on windows ( #1956 )"
...
This reverts commit 4329b6a729 .
2014-05-20 19:29:20 +04:00
AMiniLegend
470efff782
Changed the name of the "joinSelection" function to "joinlines".
...
Also changed it's behavior so that when there is no selection, it will join with the next line.
2014-05-18 20:36:06 -04:00
AMiniLegend
8f8410f01b
Added three new functions for selections:
...
expandtoline - selects the entire line for each line in a selection (newline included)
joinSelection - joins selected lines into a single space-delimited line
invertSelection - inverts all selected lines
2014-05-18 13:51:46 -04:00
nightwing
5dc93cd627
add r.js demo
2014-05-18 17:12:55 +04:00
Harutyun Amirjanyan
6e82b0a3c3
Merge pull request #1975 from adamjimenez/patch-26
...
typo
2014-05-17 21:54:05 +02:00
Adam Jimenez
307b947e96
typo
2014-05-17 20:30:56 +01:00
nightwing
739baebbd0
setDefaultHandler was breaking vim mode
2014-05-17 22:09:05 +04:00
Harutyun Amirjanyan
87a4e2666b
Merge pull request #1954 from earth2marsh/patch-1
...
Isolate float regex matching to 1 char for + and -
2014-05-17 12:09:04 +02:00
Marsh Gardiner
05f0b3c7f2
Isolate float regex matching to 1 char for + and -
...
This prevents highlighting on the "2" in "auth: oauth2". (signing CLA and sending in now)
Now passes tests and also covers .37 case.
… and updated to cover the ++ or -- case.
2014-05-16 15:39:24 -07:00
nightwing
9910c9db32
cleanup
2014-05-17 01:46:45 +04:00
Harutyun Amirjanyan
cf35fbdeec
Merge pull request #1971 from devoncarew/devoncarew_rethrow
...
add the rethrow keyword to the syntax highlighter
2014-05-16 22:06:49 +02:00
Devon Carew
56e2819cdd
add the rethrow keyword to the syntax highlighter
2014-05-16 13:02:45 -07:00
Harutyun Amirjanyan
f1e819cd80
Merge pull request #1968 from timothyrenner/master
...
Fixed matlab syntax highlighting bug.
2014-05-16 21:32:36 +02:00
Timothy Renner
12c6cf1f41
Fixed matlab syntax highlighting bug.
2014-05-15 16:22:53 -07:00
nightwing
4329b6a729
assign key to splitline command on windows ( #1956 )
2014-05-15 19:59:01 +04:00
nightwing
b6a5e222cd
fix Ace on ChromeOS uses wrong keys for Home/End ( #1950 )
2014-05-15 19:58:03 +04:00
nightwing
ea07bfb4e7
fix highlighting of unicode variables in julia
2014-05-15 14:10:29 +04:00
nightwing
2327d155b4
fix autocomplete regression from 80187560
2014-05-14 16:38:50 +04:00
Harutyun Amirjanyan
03d3a725ef
Merge pull request #1943 from umop/linking-option
...
Linking class for firing eclipse-style identifier ctrl + click link events.
2014-05-13 18:54:45 +02:00
Harutyun Amirjanyan
199bc4701d
Merge pull request #1960 from ajaxorg/improved-clojure
...
Slightly improved auto indent for Clojure
2014-05-13 18:44:55 +02:00
Zef Hemel
effcb04a9a
Slightly improved auto indent for Clojure
2014-05-13 16:01:23 +02:00
Harutyun Amirjanyan
8416cfb42a
Merge pull request #1955 from wcandillon/patch-2
...
Fix misspelled enableLiveAutocompletion option
2014-05-12 16:46:27 +02:00
Lennart Kats
669deb54b2
Merge pull request #1952 from ajaxorg/misc
...
Sync with cloud9 + better demos
2014-05-11 19:13:07 +02:00
William Candillon
d5566938ba
Fix misspelled enableLiveAutocompletion option
2014-05-11 14:29:02 +02:00
Eric Arnold
19f1d99a98
Review fixes: Changed mousedown to click and changed event naming to use camelCase. Removed unnecessary exports
2014-05-09 16:30:35 -07:00
Eric Arnold
0582153019
Turned linking.js into extension. Merged linking_handler into linking.js.
2014-05-09 16:24:02 -07:00
Harutyun Amirjanyan
4e9e553436
Merge pull request #1951 from yoloseem/master
...
Fix broken GitHub ribbon image src.
2014-05-09 15:37:38 +02:00
Hyunjun Kim
e8ee926097
Fix broken GitHub ribbon image src.
2014-05-09 15:13:17 +09:00
nightwing
ace5fd14a2
update index.html
2014-05-05 19:51:38 +04:00
nightwing
efea2a755b
cleanup demo html pages
2014-05-05 19:51:37 +04:00
nightwing
ee4bed3db1
fix editor scrolling down automatically when resizing and scrolled past end
2014-05-05 19:51:28 +04:00
Harutyun Amirjanyan
6779345049
Merge pull request #1924 from unional/liveAutocomplete
...
Improve auto complete
2014-05-05 17:40:47 +02:00
Homa Wong
8018756051
Update regex and condition check according to suggestion
2014-05-04 09:45:12 -07:00
nightwing
feb500c86e
fix inserting snippets when multiple selections are present
2014-05-04 17:29:56 +04:00