Robert Krahn
939e0739a7
adding improvements as suggested by @nightwing
2014-11-05 15:25:28 -08:00
Robert Krahn
8786e17e6b
isearch test: ensure multi select
2014-11-05 15:25:27 -08:00
Robert Krahn
0a055cb725
isearch: being flexible about whether emacs mode is on or not
2014-11-05 15:25:26 -08:00
Robert Krahn
54d80d79ab
emacs: make code strict conform
2014-11-05 15:25:16 -08:00
Robert Krahn
ea67201540
emacs: fix exchangePointAndMark in normal select mode
2014-11-05 15:25:15 -08:00
Robert Krahn
78b2147c3c
emacs/isearch: select when moving cursor via isearch and emacs mark is set
2014-11-05 15:25:14 -08:00
Robert Krahn
b966cfd7da
emacs: cleanup
2014-11-05 15:25:12 -08:00
Robert Krahn
24f3bab19d
emacs: fix multi select exchangePointAndMark
...
Conflicts:
lib/ace/keyboard/emacs.js
2014-11-05 15:25:08 -08:00
Robert Krahn
90034c3a44
fixing multi selection handling for various emacs commands
...
Conflicts:
lib/ace/keyboard/emacs.js
2014-11-05 15:24:41 -08:00
nightwing
e26c70ad53
update soy_template test
2014-11-05 17:36:14 +04:00
nightwing
70337ea5ba
fix infinite loop in soy mode and make tokenizer more robust
2014-11-05 16:42:39 +04:00
nightwing
c83f39e4a9
update tests for ruby mode
2014-11-02 15:33:10 +04:00
nightwing
399e25ceaf
fix errors in imported elixir mode
2014-11-02 15:32:26 +04:00
nightwing
4da689e71b
add elixir mode
2014-11-02 15:06:12 +04:00
nightwing
ca9bc7a97a
improve highlighting of ruby strings
2014-11-01 21:44:53 +04:00
nightwing
5b3bbba54e
fix xquery mode breaking autocompletion and add tests
2014-11-01 19:27:40 +04:00
nightwing
671a8d6543
support nested comments in rust mode
2014-11-01 18:15:00 +04:00
nightwing
fd4be8535f
Merge pull request #2216 from adamjimenez/php-delegate
...
use mode delegates in PHP
2014-10-31 15:18:02 +04:00
nightwing
366675a7a7
fix inline php mode
2014-10-31 15:08:44 +04:00
Adam Jimenez
2bd2e37367
fix php indentation
2014-10-30 01:52:38 +00:00
Randall Koutnik
c0b37c1ac2
Add COPY as a Docker command to be highlighted
2014-10-29 17:09:09 -07:00
nightwing
f121ca93ff
update comment too
2014-10-29 23:18:09 +04:00
Adam Jimenez
b204cd7236
use mode delegates in PHP
...
fixes #2197
2014-10-29 17:01:41 +00:00
Harutyun Amirjanyan
20cd631f0a
Merge pull request #2198 from adamjimenez/patch-2
...
Autoindent doesn't always occur
2014-10-29 16:37:17 +04:00
Adam Jimenez
8e3da36bc7
autoindent tweaks
...
use camelcase and start line indent
2014-10-29 12:08:30 +00:00
Adam Jimenez
5e724c5ebd
autoindent from start of tag
2014-10-29 10:13:20 +00:00
Adam Jimenez
b3d0c62a8d
tidy up autoindent
...
use voidElements and double quotes.
2014-10-29 09:54:16 +00:00
nightwing
3ef6bc2097
do not show error for empty json files
2014-10-27 21:35:51 +04:00
nightwing
1a70ef15e2
fix #2190 autocomplete doesn't show tooltip when list initially appears
2014-10-25 03:25:44 +04:00
nightwing
fd5a6ade03
fix #2183 scrollPastEnd breaks vScrollBarAlwaysVisible=false option
2014-10-24 16:40:53 +04:00
Adam Jimenez
289ada0a2f
don't indent after closing tag
2014-10-23 09:28:42 +01:00
Harutyun Amirjanyan
af859e2b0c
Merge pull request #2189 from takapa/master
...
Improve tooltips
2014-10-21 19:55:27 +04:00
Harutyun Amirjanyan
94514a8456
Merge pull request #2200 from adamjimenez/patch-5
...
Fix string tooltips not showing
2014-10-21 18:19:46 +04:00
Adam Jimenez
7b01a4273e
send completion data to completer callback
2014-10-21 12:46:29 +01:00
Adam Jimenez
bf8e9ddf45
Fix string tooltips not showing
2014-10-21 10:35:34 +01:00
Chris Ainsley
cef48f6887
Responded to suggestions by nightwing
...
Removed style changes (no style changes are part of the PR).
Only change now should be that we create a <div/> element instead of a <pre/> element.
2014-10-20 21:33:23 +01:00
Adam Jimenez
631695a0e4
Autoindent doesn't always occur
...
Currently autoindent only kicks in as so:
```
<div>|</div>
```
This allows it to also work with:
```
<div>|
</div>
```
2014-10-20 17:30:26 +01:00
nightwing
c97858705d
cleanup
2014-10-17 19:23:43 +04:00
Max Heinritz
f8bf6f253a
Fix errors in Anchor docs
...
At least, I think they are errors.
2014-10-13 11:54:33 -07:00
takapa
2636e5de5f
Improve tooltips
...
Allow tooltips in div element (currently tooltips only allow items in pre element which is tricky to format). Also fix wrapping, remove gradient fill, and introduce a maximum width of 500px by default.
2014-10-12 01:20:27 +01:00
Lennart Kats
3af776df12
Merge pull request #2186 from ajaxorg/highlighter-fixes
...
Highlighter fixes
2014-10-11 17:16:48 +02:00
nightwing
43cdfd792f
Add HACK and XXX
2014-10-10 23:54:19 +04:00
Lennart Kats
a02ca596b9
Merge pull request #2073 from ajaxorg/multihash
...
Allow binding multiple commands to one key
2014-10-10 15:41:23 +02:00
nightwing
ed40c1f51f
improve tmlanguage.js
2014-10-10 02:05:15 +04:00
nightwing
9683d80f84
highlight todo in javascript comments
2014-10-09 20:49:25 +04:00
nightwing
52e8bc3082
add elm mode ( fixes #2099 )
2014-10-09 16:41:49 +04:00
nightwing
23c64c6ebb
Add highlighting for raw string literals in rust mode.
2014-10-09 16:39:14 +04:00
nightwing
9cc394d3b9
Merge pull request #2169
...
allow removing completers
2014-10-09 01:32:30 +04:00
nightwing
38ce8b8919
less java:)
2014-10-09 01:30:05 +04:00
takapa
28b95df12c
Added setCompleters(...) function
...
Added setCompleters() method, so that completers can be explicitly set from a pre-populated array, or can be removed entirely (if null is passed, or setCompleters() is called without an argument or an empty array is passed.
Please check this carefully for rookie JavaScript bugs, as I'm not sure if the null/undefined test is best-practise here as I don't typically code in JavaScript in my day-job.
2014-10-08 22:07:23 +01:00