nightwing
048d9589c7
remove slow cursor[style*] css rule
2014-01-30 21:24:04 +04:00
nightwing
5e2c5f4e0a
fix two way mapping of keys
2014-01-30 21:24:04 +04:00
nightwing
21bd4a15fa
fix diagonal resizing
2014-01-30 21:24:04 +04:00
nightwing
4ed6afc829
convert autoScrollEditorIntoView into preoper option
2014-01-30 21:24:04 +04:00
nightwing
cd12b25ea6
cleanup
2014-01-30 21:23:48 +04:00
nightwing
9253fffb9f
allow modifying pasted text from paste event
2014-01-30 20:54:41 +04:00
nightwing
54ad13847a
fix ejs highlighting
2014-01-30 20:51:30 +04:00
nightwing
7a92c174eb
fix findall
2014-01-30 20:50:56 +04:00
nightwing
0c03302a6d
allow textinput to work with hosts not supporting textcomposition
2014-01-30 20:50:37 +04:00
nightwing
75e41746e6
alllow functions as argument to addKeyboardHandler
2014-01-30 20:49:38 +04:00
nightwing
baa0c28e69
remove color from ace_editor class
2014-01-30 20:48:37 +04:00
nightwing
ca41480c72
add scrollIntoView to all commands
2014-01-30 20:46:47 +04:00
Harutyun Amirjanyan
625173182d
Merge pull request #1791 from willnorris/license
...
update license of more files from RStudio to BSD
2014-01-29 11:04:55 -08:00
Will Norris
b4418d2ffd
update license of more files from RStudio to BSD
...
It appears these were simply missed in the original license change
(ajaxorg/ace#1622 ). Discussion on that pull request confirms that these
should have been included.
2014-01-29 10:54:16 -08:00
Patrick Nevels
5223d19e3f
added license to files
2014-01-28 21:45:28 -06:00
Patrick Nevels
7d3fdc00b0
replaced tokenizer with highlightrules
2014-01-28 21:27:26 -06:00
Harutyun Amirjanyan
00b3beae30
Merge pull request #1780 from Cirru/master
...
Add Cirru highlighting
2014-01-28 11:22:05 -08:00
Samy Pessé
df99195544
Set default theme for autocomplete popup
2014-01-28 15:49:53 +01:00
Samy Pessé
f9fcf49c66
Apply editor theme to autocomplete popup
2014-01-28 15:47:12 +01:00
Aaron O'Mullan
98dc63cce4
Close auto magic complete when prefix is empty
...
While removing text
2014-01-28 11:37:43 +01:00
jiyinyiyong
ee5ac2a0f2
add license block
2014-01-28 10:14:02 +08:00
Aaron O'Mullan
c4012ebd46
Don't autoInsert with auto magic completer
...
This caused completions to be inserted without ever being shown, if
they were the only completion for the prefix entered.
2014-01-28 02:14:23 +01:00
Aaron O'Mullan
af1aab40f5
Enable auto magic complete only when typing
...
We only want to auto magically complete when the user is typing text,
not when text is pasted or being removed.
2014-01-28 01:43:12 +01:00
Aaron O'Mullan
afd9c99da2
Don't attach/detach autocomplete on change if already attached/detached
2014-01-28 01:24:08 +01:00
Aaron O'Mullan
07c99e0541
Fix: skip auto magic completion when pasting
...
This can some times cause confusing behavior.
A paste is any text insertion of more than one character at a time …
2014-01-28 00:52:55 +01:00
Abram Adams
33cf210180
Fixed regex to match beginning of tag name
2014-01-27 10:21:45 -08:00
nightwing
af09dc7f05
Merge remote-tracking branch 'remotes/origin/master'
2014-01-27 21:40:01 +04:00
nightwing
a206535596
cleanup user list
2014-01-27 21:38:54 +04:00
nightwing
300dc660e9
fix merge conflict
2014-01-27 21:22:49 +04:00
Aaron O'Mullan
2bf673c41d
Add auto magic complete (complete while typing)
2014-01-27 18:21:42 +01:00
nightwing
f2da76daaf
Merge remote-tracking branch 'remotes/pull/1758'
2014-01-27 21:15:16 +04:00
Harutyun Amirjanyan
58caaad6a5
Merge pull request #1784 from rgallion/Fix_Issue_1783
...
Fixes #1783
2014-01-26 10:48:21 -08:00
Roger Gallion
e751389d38
Fixes #1783
2014-01-26 09:01:30 -06:00
Patrick Nevels
68f46ff7ef
add tags to the demo
2014-01-25 20:06:40 -06:00
Patrick Nevels
d44c8080bf
make demo more expressive
2014-01-25 20:03:49 -06:00
Patrick Nevels
2428de10ed
add Gherkin highlighting
2014-01-25 19:32:40 -06:00
Patrick Nevels
c5f58503fe
added Gherkin highlighting support
2014-01-25 19:19:57 -06:00
DanyaPostfactum
3d71b01022
Add worker to the html mode
...
This adds syntax checking (not validating). Based on HTML5 @aredridel parser
2014-01-26 02:40:26 +10:00
Abram Adams
142fc79c97
Fixed token name and added to self-closing tags list
2014-01-23 09:43:39 -08:00
jiyinyiyong
cd506ca7ad
add Cirru syntax highlighting
2014-01-23 16:40:38 +08:00
Abram Adams
73fb35e63c
Added cfml behaviour with smart auto closing tags
...
This adds the behaviours for ColdFusion Markup Language (CFML) back in
with the addition of exceptions for auto-closing tags.
2014-01-22 15:38:52 -08:00
Harutyun Amirjanyan
811d63039d
Merge pull request #1778 from rmsmith/master
...
Add missing `$id` to those Modes that are missing it.
2014-01-22 13:57:07 -08:00
rmsmith
6e1aefff56
Add missing $id to those Modes that are missing it.
...
I've found that the set of modes in this PR did not set their `$id`.
The side-effect of that is that when one of these modes is the current
mode of an EditSession, and one calls `session.getOption('mode')` the
returned value was incorrect. It goes up the prototype chain so you'd
get something like 'ace/mode/text' or 'ace/mode/html' in most cases.
This fixes that so that if, for example, the mode is set to
'ace/mode/django', the value returned by the option will be
'ace/mode/django'
2014-01-21 09:41:15 +02:00
Harutyun Amirjanyan
5abba7d32c
Merge pull request #1772 from hartman/lua_self
...
Lua uses self, not this
2014-01-17 10:43:27 -08:00
Harutyun Amirjanyan
dc95d03bd6
Merge pull request #1738 from danyaPostfactum/refactor/datauri
...
Optimize css images (reduce filesize)
2014-01-17 10:37:33 -08:00
Derk-Jan Hartman
93c14b1b31
Update testcase for lua self
2014-01-17 11:56:15 +01:00
Derk-Jan Hartman
ab1b62fbb7
Lua uses self, not this
...
There is no 'this' in lua. There is however 'self' a predefined parameter when using colon syntax for calling a function.
http://www.lua.org/pil/16.html
2014-01-17 11:16:50 +01:00
nightwing
ff88d5aa8d
Merge pull request #1761 from hartman:cors_worker
...
Use shim blob with importScripts to use CORS for Worker
2014-01-16 20:36:56 +04:00
nightwing
9e71e4a003
cleanup
2014-01-16 19:35:48 +04:00
DanyaPostfactum
90f3f32fb1
Optimize css images (reduce filesize)
2014-01-16 00:29:51 +10:00