Commit graph

5,794 commits

Author SHA1 Message Date
nightwing
f121ca93ff update comment too 2014-10-29 23:18:09 +04:00
Bolutife Ogunsola
292d92ab8c Update documentation to reflect change introduced in 9253fffb9f 2014-10-29 14:25:21 +01:00
Bolutife Ogunsola
5b30207d74 Fix typo 2014-10-29 14:25:21 +01: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
Lennart Kats
695e24c418 Merge pull request #2210 from ajaxorg/misc
Fix several small issues
2014-10-28 11:04:05 +01:00
nightwing
3ef6bc2097 do not show error for empty json files 2014-10-27 21:35:51 +04:00
Harutyun Amirjanyan
e8419e5742 Merge pull request #2208 from coderaiser/patch-2
feature(package) v1.1.7
2014-10-27 13:05:04 +04:00
Harutyun Amirjanyan
2de76b5251 Merge pull request #2207 from coderaiser/patch-1
Simplified reading version from package.json
2014-10-27 13:04:17 +04:00
coderaiser
f3d9c588bd feature(package) v1.1.7 2014-10-25 18:35:41 +03:00
coderaiser
d068e2f737 feature(version) simplified reading version from package.json 2014-10-25 18:34:22 +03:00
nightwing
1a70ef15e2 fix #2190 autocomplete doesn't show tooltip when list initially appears 2014-10-25 03:25:44 +04:00
nightwing
58d166d647 do not add extra semicolon in built files 2014-10-25 02:07:06 +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
Harutyun Amirjanyan
1d39be41a6 Merge pull request #2201 from adamjimenez/patch-6
send completion data to completer callback
2014-10-21 18:19:38 +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
Harutyun Amirjanyan
40a9c308b9 Merge pull request #2191 from maxh/patch-1
Fix errors in Anchor docs
2014-10-14 14:53:10 +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
Ruben Daniels
18f999fc47 Merge pull request #2174 from ajaxorg/autoscroll
AutoScrollEditorIntoView doesn't work for search
2014-10-06 16:57:58 -07:00
Ruben Daniels
0609c8e1a8 Merge pull request #2175 from ajaxorg/misc
Fix several small issues
2014-10-06 16:57:39 -07:00
Ruben Daniels
61ca159312 Merge pull request #2148 from ajaxorg/autocomplete
Add documentation tooltip for autocompleter
2014-10-06 16:57:16 -07:00
Harutyun Amirjanyan
cc40b8ceb8 Merge pull request #2177 from richo/fix-username
Fix @richo's username
2014-10-06 18:56:30 +04:00
Richo Healey
1a6bb0591b Fix @richo's username 2014-10-05 19:22:17 -07:00
nightwing
6814187c51 fix name of templates/highlight_rules.js 2014-10-05 23:07:34 +04:00
nightwing
2983c4b19f do not throw when trying to add intersecting folds 2014-10-05 22:53:31 +04:00
nightwing
c2ce33f368 fix search.$assembleRegExp not working for multiline strings 2014-10-05 22:53:31 +04:00
nightwing
a1042e0d94 fix reattaching linewidgets to editor 2014-10-05 22:53:31 +04:00
nightwing
6c0bc56500 improve error handling in worker 2014-10-05 22:53:31 +04:00
nightwing
ab6aa3be5c fix gutter colors in theme importer 2014-10-05 22:53:31 +04:00
nightwing
14fc8adac2 cleanup mode_creator tool 2014-10-05 22:53:30 +04:00