Devon Carew
f7144da4ec
more dart keywords
2014-11-25 13:37:36 -08:00
Harutyun Amirjanyan
a50fe34925
Merge pull request #2253 from wcandillon/patch-1
...
Remove references to built-in modules
2014-11-23 14:27:33 +04:00
William Candillon
332472ecc6
Remove references to built-in modules
2014-11-22 19:27:52 -08:00
Harutyun Amirjanyan
38ed6de508
Merge pull request #2246 from wcandillon/patch-1
...
Disable module resolver
2014-11-21 16:51:49 +04:00
Harutyun Amirjanyan
d8d1e08a86
Merge pull request #2236 from tenbits/master
...
Add Mask Highlighter
2014-11-21 16:50:44 +04:00
Harutyun Amirjanyan
2c796133e0
Merge pull request #2247 from aroben/custom-tmtheme
...
Teach tmtheme.js how to convert a non-built-in theme
2014-11-21 16:49:45 +04:00
Alex Kit
1587b96b3c
Add Mask Highlighter
2014-11-21 05:08:12 +01:00
Adam Roben
11d15b2f28
Pretty-print CSS even when creating a new file
2014-11-20 15:19:27 -05:00
Adam Roben
89702bf606
Make tmtheme.js handle elements with no settings
...
We just ignore them now rather than throwing an exception.
2014-11-20 10:56:57 -05:00
Adam Roben
f471e54ef0
Teach tmtheme.js how to convert a non-built-in theme
...
You can now pass a .tmTheme file on the command line to have it converted.
2014-11-20 10:56:32 -05:00
William Candillon
e0bd006ffc
Update xqlint dependency
2014-11-18 13:55:32 -08:00
William Candillon
9f2473bce2
Disable module resolver
2014-11-18 13:48:02 -08:00
Lennart Kats
d097d41144
Merge pull request #2237 from ajaxorg/focus
...
fix focus related issues
2014-11-17 10:34:12 +01:00
Harutyun Amirjanyan
a0f7864b78
Merge pull request #2241 from jmeas/fix-position
...
Sets offset of fontMetrics div to be 0.
2014-11-16 19:14:29 +04:00
Jmeas
a45385be98
Sets offset of fontMetrics div to be 0.
...
Offsetting the fontMetrics div causes the 'ghost image' created when
drag and dropping an Ace Editor to be offset by that same amount. By
removing the offset we fix the problem. Closes #2240 .
2014-11-15 19:59:07 +01:00
nightwing
bf7eba2253
fix focusing window with click on ie
2014-11-14 23:57:06 +04:00
nightwing
7326de2a48
reset cached scroll values when resizing
...
this is needed since scrollTop of scrollbar element can be reset to 0
when ace is moved in the document.
2014-11-14 23:57:06 +04:00
nightwing
1721ca8a0c
fix unwanted scrolling into view of hidden textarea
2014-11-14 23:56:55 +04:00
Lennart Kats
c5c1bb2b13
Merge pull request #2235 from ajaxorg/hotfix/php_folding
...
Hotfix for regression in php folding
2014-11-12 17:08:35 +01:00
nightwing
3a8b279e43
update fold widgets in mixed modes when tokenizer state changes
2014-11-12 18:40:22 +04:00
nightwing
742e8c01a8
fix folding of li tags containing unclosed p tags
2014-11-12 18:38:50 +04:00
nightwing
5801b75b5d
fix php folding
2014-11-12 18:37:59 +04:00
nightwing
271cefb44a
fix typo
2014-11-08 23:52:05 +04:00
nightwing
b8e3198ba8
version 1.1.8
v1.1.8
2014-11-08 23:45:22 +04:00
nightwing
a4d831f474
add more users
2014-11-08 20:56:18 +04:00
nightwing
c4e937939a
Merge remote-tracking branch 'remotes/origin/mode_issues'
2014-11-08 16:25:19 +04:00
nightwing
5562566b37
Merge remote-tracking branch 'remotes/origin/emacs'
...
Conflicts:
lib/ace/incremental_search_test.js
2014-11-08 16:02:02 +04:00
nightwing
d09740f494
fix emacs universal argument
2014-11-08 15:57:23 +04:00
Robert Krahn
e83252130c
emacs: improved multi selection handling for emacs mark
2014-11-06 23:27:54 -08:00
nightwing
072dcb1c11
fix tripple brace highlighting in handlebars mode
2014-11-06 20:43:08 +04:00
Harutyun Amirjanyan
989d0ac3fb
Merge pull request #2226 from LivelyKernel/isearch-regexp-support
...
isearch regexp support
2014-11-06 10:15:53 +04:00
Robert Krahn
775cdedefb
isearch test fix
2014-11-05 15:30:05 -08:00
Robert Krahn
a93646d2f7
isearch: commands searchAsRegExp and selectAllMatches
2014-11-05 15:30:03 -08:00
Robert Krahn
7bb5b305be
isearch: add regexp support
2014-11-05 15:30:01 -08:00
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
9ccf68dbb2
make sure missing emmet can't break tab key
2014-11-05 23:17:59 +04:00
nightwing
22de936727
fix bracket pairing for multiple selections
2014-11-05 23:15:45 +04:00
Lennart Kats
f133231df8
Merge pull request #2222 from ajaxorg/mode_issues
...
Fix mode issues
2014-11-05 14:47:05 +01:00
nightwing
e26c70ad53
update soy_template test
2014-11-05 17:36:14 +04:00
nightwing
f362d2e84a
add markdown comment to elixir demo
2014-11-05 16:56:51 +04:00
nightwing
96061f72ae
update ChangeLog
2014-11-05 16:51:34 +04:00
nightwing
70337ea5ba
fix infinite loop in soy mode and make tokenizer more robust
2014-11-05 16:42:39 +04:00