Harutyun Amirjanyan
938d6b658d
Merge pull request #1157 from ajaxorg/fix/chaos
...
fixed selection color, print margin and collapsed code block widget
2012-12-13 23:07:07 -08:00
C9
eadcb9fbe2
fixed selection color, print margin and collapsed code block widget
2012-12-13 20:29:27 -05:00
Garen Torikian
00d764ed3d
Merge pull request #1156 from ajaxorg/theme/chaos
...
Added chaos theme
2012-12-13 16:30:28 -08:00
C9
057b7cf732
Reverted kitchen sink
2012-12-13 18:45:23 -05:00
C9
ba4c463ba9
Added chaos theme
2012-12-13 18:42:14 -05:00
Garen Torikian
6507dc2ac5
Merge pull request #1149 from mikelehen/master
...
Autodetect workers during build instead of hardcoding them.
2012-12-13 10:00:38 -08:00
Mostafa Eweda
319fdaeca0
Merge pull request #1150 from ajaxorg/textinput
...
Textinput improvements
2012-12-13 07:16:25 -08:00
Mostafa Eweda
f3d0096050
Merge pull request #1140 from ajaxorg/hotfix/renderer
...
Fix bug in rowCache
2012-12-13 07:15:48 -08:00
nightwing
71b54a5741
remove unused log
2012-12-13 19:00:39 +04:00
nightwing
c8be2ef60d
use boolean instead of propertyChangeCounter
2012-12-13 18:57:47 +04:00
Garen Torikian
e44f9c1b76
Update Readme.md
2012-12-11 13:37:17 -08:00
Garen Torikian
e81ec07c49
Update CONTRIBUTING.md
2012-12-11 13:35:57 -08:00
nightwing
125629ce17
cleanup
2012-12-11 18:29:12 +04:00
nightwing
c9b8159382
remove unused browser_focus.js
2012-12-11 18:29:11 +04:00
nightwing
e5b307d056
do not change selection of blurred textarea
2012-12-11 18:29:11 +04:00
nightwing
38a5a522c2
allow displaying spellcheck suggestions in contextmenu
2012-12-11 18:29:11 +04:00
nightwing
0cd2faecc5
restore selection only if something is selected
2012-12-11 18:29:10 +04:00
nightwing
0e87da74b2
disable autocapitalize to improve behavior on mobile browsers
2012-12-11 18:29:10 +04:00
nightwing
d11b01c313
fix typing on ie8
2012-12-11 18:29:09 +04:00
nightwing
3565a06191
cleanup
2012-12-11 18:29:09 +04:00
nightwing
361c52a16a
\x00 crashes firefox ime
2012-12-11 18:29:09 +04:00
Harutyun Amirjanyan
5357b5f33d
Merge pull request #1148 from Aaike/master
...
added 'themeChange' and 'themeLoaded' event
2012-12-10 21:25:41 -08:00
Garen Torikian
4363c8cb91
Create CONTRIBUTING.md
2012-12-10 16:07:27 -08:00
Garen Torikian
cc8a4d4ac5
Update Readme.md
2012-12-10 16:06:21 -08:00
Michael Lehenbauer
bbe2624e9f
Detect workers during build instead of hardcoding them.
2012-12-10 14:00:02 -08:00
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
nightwing
c68bed51e0
make gutter resizing faster
2012-12-09 18:36:01 +04:00
nightwing
b0bbb36923
fix editor automatically scrolling up at small zoom
2012-12-09 18:33:46 +04: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
b6890497c8
do not redraw after changes to scrolled out lines
2012-12-01 17:32:17 +04:00
nightwing
fd126e06c3
fix bug in rowCache
2012-12-01 17:31:05 +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