Commit graph

932 commits

Author SHA1 Message Date
Fabian Jakobs
c57aaa6bc8 ff3.6 fix 2011-01-31 17:08:05 +01:00
Fabian Jakobs
307b69e5e5 update pilot 2011-01-31 16:56:56 +01:00
Fabian Jakobs
6f3a362ae5 add key bindings to package 2011-01-31 16:54:24 +01:00
Fabian Jakobs
053309a7ba comment out broken packaged demo 2011-01-31 16:53:28 +01:00
Fabian Jakobs
b12016c6bc some cleanups 2011-01-31 16:52:57 +01:00
Fabian Jakobs
ae40bdb7b1 document embeding 2011-01-31 16:52:46 +01:00
Fabian Jakobs
a920bcb6f8 first attempt to add the full demo to the package 2011-01-31 16:52:35 +01:00
Fabian Jakobs
db5569499a rename startup to demo 2011-01-31 16:52:08 +01:00
Fabian Jakobs
b9200e7a84 small makefile fixes 2011-01-31 16:05:07 +01:00
Fabian Jakobs
655a70738f add packaged ace 2011-01-31 16:03:01 +01:00
Fabian Jakobs
e920e493f1 don't ignore build directory 2011-01-31 16:01:56 +01:00
Fabian Jakobs
3ed202b6d2 move packaged js source files to "src" 2011-01-31 16:00:58 +01:00
Fabian Jakobs
43f73bf25d Merge branch 'master' of github.com:ajaxorg/ace
Conflicts:
	build_support/mini_require.js
2011-01-31 14:23:22 +01:00
Fabian Jakobs
850c13a22c update dryice build script 2011-01-31 14:21:29 +01:00
kyo_ago
e86f17d7d4 fix "Array.isArray is not a function" (Fx 3.6) 2011-01-31 20:42:16 +08:00
Fabian Jakobs
58dc601000 Merge remote branch 'mozilla/master'
Conflicts:
	Makefile.dryice.js
	build_support/boot.js
	build_support/mini_require.js
	lib/ace/edit_session.js
	package.json
2011-01-31 11:28:42 +01:00
Fabian Jakobs
cbe37ed2d5 minor changes 2011-01-31 10:20:30 +01:00
Fabian Jakobs
7d65438a47 simple packager 2011-01-31 08:49:46 +01:00
Fabian Jakobs
468df4cd51 Merge remote branch 'nightwing/contextMenu' 2011-01-31 08:26:06 +01:00
Fabian Jakobs
47371f841b fix css 2011-01-31 08:21:09 +01:00
Fabian Jakobs
7e6566b85b moveTextAreaToCursor after updating cursor, to get right position
Conflicts:

	lib/ace/editor.js
2011-01-31 08:19:44 +01:00
Fabian Jakobs
705395ea1f minor cleanups 2011-01-31 08:12:08 +01:00
Fabian Jakobs
d2cf4055f1 fix update issue when deleting lines 2011-01-31 08:11:58 +01:00
nightwing
1f4c093b6e Clamp row before column so that selection works at document's end 2011-01-31 15:08:49 +08:00
nightwing
62600917ec update text layer after insertLines 2011-01-31 15:07:51 +08:00
nightwing
31695f06c0 fix selection handling in undo/redoChanges 2011-01-31 15:07:51 +08:00
nightwing
decc10e922 fix for chrome 2011-01-30 01:26:13 +04:00
nightwing
cad1421cd9 moveTextAreaToCursor after updating cursor, to get right position 2011-01-30 00:41:45 +04:00
nightwing
27a95f634d add support for contextmenu 2011-01-30 00:31:38 +04:00
Julian Viereck
be2e78616e Fix various issues with display competition and asian characters + testcases 2011-01-28 23:37:20 +08:00
Julian Viereck
8a194646d7 Fix rendering of asian characters 2011-01-28 23:37:18 +08:00
Julian Viereck
a9248cab32 Fix rendering of tab characters and add realTabs to JavaScript example 2011-01-28 23:37:18 +08:00
Julian Viereck
3a7769ef47 Fix setting fontSize style on editor 2011-01-28 23:37:17 +08:00
nightwing
fa5c7f3eb3 don't copy empty strings 2011-01-28 21:59:27 +08:00
Julian Viereck
e6e01a3ed1 Add editor.html dropdown Soft Wrap 2011-01-28 20:01:22 +08:00
Julian Viereck
fa7bfdeb10 Add editor.html Font-Size selection 2011-01-28 20:01:21 +08:00
Julian Viereck
8010ca3e4a Bind editor.html's keyBinding 2011-01-28 20:01:21 +08:00
Julian Viereck
be6646ba35 Fix bug in StateHandler that broke emacs handler 2011-01-28 20:01:21 +08:00
Fabian Jakobs
469f73c9a0 require new dryice 2011-01-28 09:36:34 +01:00
Fabian Jakobs
f6f6e2d28e cleanup demo 2011-01-28 09:14:54 +01:00
Fabian Jakobs
9290595750 Merge branch 'master' of github.com:ajaxorg/ace
Conflicts:
	editor.html
	lib/ace/virtual_renderer.js
2011-01-28 09:12:13 +01:00
Fabian Jakobs
6ac699f00d update pilot 2011-01-28 09:08:45 +01:00
Fabian Jakobs
46cbba5203 use innerText instead of innerHtml to read the contents of the editor parent. 2011-01-28 09:07:05 +01:00
Fabian Jakobs
b5a665c33e demo use of themes 2011-01-27 20:37:59 +01:00
Fabian Jakobs
ed763c17bd rename host.js to worker.js 2011-01-27 20:05:05 +01:00
Fabian Jakobs
07a51beb2b IE fix 2011-01-27 20:03:21 +01:00
Fabian Jakobs
b200db90e8 fix toggle gutter 2011-01-27 19:41:27 +01:00
Fabian Jakobs
56a6f985d5 extend demo 2011-01-27 19:41:08 +01:00
Fabian Jakobs
436344d9ce trigger recalculation of lines length if soft wrap is toggles 2011-01-27 19:40:45 +01:00
Fabian Jakobs
27db482e8e cleanup demo 2011-01-27 18:39:50 +01:00