Aaike Van Roekeghem
4c7abda807
added theme data to the events
...
added theme data to the events
2012-12-11 03:30:09 +07:00
Aaike Van Roekeghem
923ca25057
added themeChange event
...
added themeChange event that is dispatched right before a theme is about to change
2012-12-11 03:26:18 +07:00
Aaike Van Roekeghem
c4de324545
added themeLoaded event
...
added 'themeLoaded' event that is dispatched right after a theme is loaded.
it can be used like this :
this.editor.renderer.on('themeLoaded',function(){
//do something when the theme is loaded
});
2012-12-11 02:46:59 +07:00
Harutyun Amirjanyan
ce5007935a
Merge pull request #1137 from edwardsp/dot_highlighter
...
Updated to highlight dot code
2012-12-06 04:06:42 -08:00
Paul Edwards
e3d9479a70
Updated to highlight dot code
...
Dot is a plain text graph description language used by graphviz.
2012-12-04 18:23:01 +00:00
nightwing
7b65e64ffa
Merge pull request #1132 from danyaPostfactum/copypastefixes
...
Copy/paste/delete fixes
2012-12-01 17:47:15 +04:00
nightwing
378e5f35e9
fix copy after typing
2012-11-30 20:26:04 +04:00
Harutyun Amirjanyan
f887e64112
Merge pull request #1129 from ajaxorg/doc/api
...
More updates for doc/api
2012-11-30 05:09:03 -08:00
Garen Torikian
c0cfe08c28
Fix extensions in multi_select.js
2012-11-30 17:04:39 +04:00
Garen Torikian
ac0a26d333
Update docs to use undocumented, also incorporate Site branch changes
2012-11-30 16:42:27 +04:00
DanyaPostfactum
8571bee037
Replace nonexistent method onDelete call with execCommand("del") in textinput
2012-11-30 20:32:50 +10:00
DanyaPostfactum
81f58c4552
Restore textarea selection after paste in IE
2012-11-30 20:18:44 +10:00
DanyaPostfactum
2f01870f05
Fix old way paste (reset a selection)
2012-11-30 20:11:09 +10:00
nightwing
e576099de7
add documentation for ace.require
2012-11-28 23:13:23 +04:00
nightwing
b9417a10be
fix documentation for position
2012-11-28 23:13:05 +04:00
nightwing
e5ca6769cd
do not override console if worker is mistakenly loaded into window
2012-11-28 22:55:40 +04:00
nightwing
be35d27c95
improve ace.js api
2012-11-28 22:55:40 +04:00
nightwing
34ce33b4cc
Merge pull request #1030 from danyaPostfactum/textinput
...
Clipboard API usage, context menu Delete, Select All commands support
2012-11-28 22:42:19 +04:00
nightwing
6772e90df3
be more cautios to not insert parts of PLACEHOLDER
2012-11-28 22:40:07 +04:00
nightwing
3c57b1b415
fix editor loosing focus on input
2012-11-28 22:40:07 +04:00
DanyaPostfactum
67a4a3329c
reset text on old way cut/copy
2012-11-28 22:40:07 +04:00
DanyaPostfactum
1459f36391
fix clipboardData reference
2012-11-28 22:40:06 +04:00
DanyaPostfactum
7cc9502539
Fix webkit text.oninput value changing workaround
2012-11-28 22:40:06 +04:00
DanyaPostfactum
46170cd781
Fix mistype and opera copy/cut selectAll triggering
2012-11-28 22:40:06 +04:00
DanyaPostfactum
29f581c61a
Add Select All context menu command support
2012-11-28 22:40:06 +04:00
DanyaPostfactum
a061dfd0da
change selection instead of text.value
2012-11-28 22:40:05 +04:00
nightwing
bad3f230ab
Clipboard API support, context menu Delete command support
2012-11-28 22:39:38 +04:00
Harutyun Amirjanyan
0446771809
Merge pull request #1125 from ajaxorg/doc/api
...
Autogenerate Ace API
2012-11-28 10:34:35 -08:00
Garen Torikian
95bd44f342
Rebuild API docs
2012-11-28 22:23:32 +04:00
Garen Torikian
2a716dc668
Rebuild API
2012-11-28 22:23:31 +04:00
Garen Torikian
8698b13c8b
More work on JSD format
2012-11-28 22:23:31 +04:00
Garen Torikian
eb955fa90d
Save changes
2012-11-28 22:22:00 +04:00
Garen Torikian
0739444f87
Transition to JSD
2012-11-28 22:20:14 +04:00
Harutyun Amirjanyan
cc2a2c9e05
Merge pull request #1119 from ajaxorg/cssNumberToken
...
improve number tokenizing in CSS
2012-11-26 08:35:28 -08:00
Vlad Zinculescu
64450fba82
update css_highlight_rules.js
2012-11-26 17:29:09 +01:00
Garen Torikian
56477e59f4
Merge pull request #1120 from ajaxorg/updateKitchenSink
...
fix styling for sidebar in kitchen-sink.html
2012-11-26 08:25:26 -08:00
Vlad Zinculescu
540cd033dc
fix styling for sidebar in kitchen-sink.html
2012-11-26 17:13:35 +01:00
Vlad Zinculescu
bddb9cd01b
remove class colors for numbers in CSS
2012-11-26 16:59:27 +01:00
Vlad Zinculescu
9a29a99f26
improve number tokenizing in CSS
2012-11-26 16:54:46 +01:00
Harutyun Amirjanyan
220bea7fa0
Merge pull request #1117 from jjallaire/r_highlighting
...
Add R highlighting from RStudio (plus other dependencies)
2012-11-26 07:52:39 -08:00
Harutyun Amirjanyan
c5262d6f4f
Merge pull request #1118 from ajaxorg/css-cstylebehavior
...
enable cstylebehavior in css
2012-11-26 06:22:38 -08:00
Vlad Zinculescu
1195204730
enable cstylebehavior in css
2012-11-26 15:16:54 +01:00
Garen Torikian
af70013668
Add R highlighting from RStudio (plus other dependencies)
2012-11-26 05:47:25 -05:00
Garen Torikian
33abb103b4
Merge pull request #1114 from ajaxorg/highlighting/abap
...
Highlighting/abap
2012-11-24 22:05:03 -08:00
nightwing
4a095c2b7e
add abap mode
2012-11-25 01:52:14 +04:00
nightwing
c44565ff3a
fix ignorecase in createKeywordMapper
2012-11-25 01:52:14 +04:00
nightwing
730084b6d1
add folding rules to new modes
2012-11-25 01:52:14 +04:00
Sergi Mansilla
3bc87268c8
Merge pull request #1110 from ajaxorg/fix/dryice
...
thanks to @joewalker, this version of Dryice works on 0.6
2012-11-22 02:45:06 -08:00
mikedeboer
8317bcfdcc
thanks to @joewalker, this version of Dryice works on 0.6
2012-11-22 11:00:35 +01:00
Garen Torikian
f0189716c0
Merge branch 'master' of github.com:ajaxorg/ace
2012-11-20 10:49:38 -08:00