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
baboso
84a8201dfd
Removed useless rule
2014-06-05 18:44:20 -04: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
baboso
17c75da27b
Added sendpraat and unquoted string directives, simplified demo example, added some other missing functions/directives
2014-06-05 00:45:20 -04:00
baboso
a519520ae7
Removed useless rules, added support for do() syntax
2014-06-04 18:03:55 -04:00
Adam Jimenez
617cd3202a
fix "{$this->foo->bar('foobar')}"
2014-06-04 10:39:50 +01:00
José Joaquín Atria
d57e010ca3
Added single number font size changing commands (praat)
2014-06-03 15:10:31 -04:00
José Joaquín Atria
08afa03cb9
Fixed operators and introduced broken lines
2014-06-03 14:32:55 -04: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
baboso
df92a99e93
Praat syntax highlighter, first release
2014-06-01 18:27:03 -04:00
nightwing
a7cac9466d
add vala mode
2014-06-01 22:54:30 +04:00
baboso
e4355adae7
Initial commit for praat highlighting: based on Perl
2014-05-31 19:51:41 -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
nightwing
ba93cc6dfa
fix tab detection
2014-05-21 20:30:47 +04:00
nightwing
88aed65212
fix home key on folded line
2014-05-21 20:26:13 +04:00
nightwing
9ab12a6ed3
fix ctrl-shift-mousedown
2014-05-21 20:07:07 +04:00
nightwing
4e2d7a41f5
update jshint
2014-05-21 18:16:08 +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
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
Devon Carew
56e2819cdd
add the rethrow keyword to the syntax highlighter
2014-05-16 13:02:45 -07: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