Commit graph

123 commits

Author SHA1 Message Date
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
56a6f985d5 extend demo 2011-01-27 19:41:08 +01:00
Fabian Jakobs
27db482e8e cleanup demo 2011-01-27 18:39:50 +01:00
nightwing
6b0087c234 add toggle gutter to demo 2011-01-27 18:11:06 +08:00
Julian Viereck
725820e05d Merge current ajaxorg:master with jviereck:wrapMode 2011-01-26 23:51:04 +01:00
Fabian Jakobs
c14c061a7b embed icons in the CSS 2011-01-26 17:19:34 +01:00
Fabian Jakobs
ce9d9f2bf4 Implementing CLI settings that are shown in the demo editor.
Conflicts:

	support/pilot
2011-01-26 12:13:43 +01:00
Fabian Jakobs
40627c2825 add warning style 2011-01-25 13:32:42 +01:00
Fabian Jakobs
6097f1cdfc add some eclipse icons 2011-01-23 17:47:31 +01:00
Fabian Jakobs
8238e36ca1 nicely integrate the worker code 2011-01-23 14:59:53 +01:00
Fabian Jakobs
2a65f1266f update jslint demo 2011-01-23 00:00:27 +01:00
Fabian Jakobs
1e4ee57d63 add jslint example 2011-01-22 21:24:05 +01:00
Fabian Jakobs
faa155a20f Merge branch 'master' into worker 2011-01-22 17:23:17 +01:00
Fabian Jakobs
d436d71c20 rename document to session 2011-01-19 09:10:05 +01:00
Fabian Jakobs
e59bc99a47 fix demo 2011-01-19 08:53:47 +01:00
Fabian Jakobs
d2b141b68e cleanup worker basics 2011-01-18 09:01:22 +01:00
Fabian Jakobs
0696022218 add generic worker infrastructure 2011-01-17 08:45:04 +01:00
Fabian Jakobs
2c32e73991 small changes to the new key handler code 2011-01-14 16:14:36 +01:00
Fabian Jakobs
18adea4251 Merge remote branch 'jviereck/keymapping'
Conflicts:
	.gitignore
	.gitmodules
	LICENSE
	demo/boot.js
	demo/startup.js
	lib/ace/editor.js
	support/cockpit
2011-01-14 15:21:38 +01:00
Fabian Jakobs
5d8b9abb6c flatten deps 2011-01-14 14:10:40 +01:00
Julian Viereck
d7486bb1e2 Refactor code and add a new hashHandler 2011-01-14 00:08:48 +01:00
Julian Viereck
2d94d77dc4 Moving some files around/creating new ace/keyboard directory. Renaming KeyboardStateMapper to StateMapper 2011-01-13 23:12:27 +01:00
Julian Viereck
2074d723c0 The keyboardHandler is now set using a setKeyboardHandler function 2011-01-13 23:01:36 +01:00
Julian Viereck
a0a0541daa Undo setting docs to plain in editor.html 2011-01-13 14:08:17 +01:00
Julian Viereck
28ea247f17 Fix move to first/last character in line if in wrap mode. Fixes some other bugs on the way and add some simple unit tests. 2011-01-13 14:01:18 +01:00
Kevin Dangoor
3210edda92 use files from new build_support directory 2011-01-12 15:52:51 -05:00
Kevin Dangoor
e99c796e73 moving things around to be a bit saner 2011-01-12 15:49:18 -05:00
Joe Walker
15e1dbf17b these are the changes to remove cockpit support from ace (or add it in if reversed) 2011-01-12 17:35:39 +00:00
Joe Walker
6820e185c6 adding final build support for adding cockpit to ace 2011-01-12 17:30:15 +00:00
Joe Walker
1b2a43afd5 fix a number of startup issues 2011-01-12 17:28:30 +00:00
Joe Walker
4f8ffe4ed3 minor tidyup 2011-01-12 15:23:39 +00:00
Joe Walker
25573105b7 remove the contents of the div once weve injected into the editor. this may not be the best solution for the long term, but its a win for now 2011-01-12 12:48:01 +00:00
Kevin Dangoor
7858f84366 committing updated build - adding resize handling, though this is
incomplete.
2011-01-12 00:25:34 -05:00
Kevin Dangoor
e320a024aa now creates a new, svelte build 2011-01-12 00:20:16 -05:00
Kevin Dangoor
2a2a05bab3 modules weren't being cached (so doing require("foo") twice would
return two independent copies of the foo module, thus messing up
any state stored in that module)

the visible evidence of this is that commands (such as keyboard
movements) could not be found
2011-01-11 23:18:23 -05:00
Joe Walker
da32d7dc36 adding new dryice build files 2011-01-12 01:18:58 +00:00
Joe Walker
3b8cc5e37d simplify startup options for easy re-impl of require 2011-01-12 01:13:54 +00:00
Fabian Jakobs
7b07851c8f IE fixes 2011-01-10 23:13:45 +01:00
Fabian Jakobs
83f3f81928 make boot script packager friendly 2011-01-10 13:57:54 +01:00
Fabian Jakobs
32d7246abd streamline demo startup 2011-01-10 13:19:14 +01:00
Fabian Jakobs
5cc67ba146 Merge remote branch 'mozilla/master'
Conflicts:
	.gitignore
	support/cockpit
2011-01-10 12:50:28 +01:00
Fabian Jakobs
1c432b976c fix toggle show invisibles and add it to the demo 2011-01-10 11:18:57 +01:00
Julian Viereck
8b6ba9f702 Add LoreIpsum TextDocument in editor.html. Fix bug in Document.documentToScreenRow() and set Document.wrapLimit to 80. 2011-01-09 11:18:03 +01:00
Julian Viereck
c30b9ece8f Move wrapping logging into Document. 2011-01-08 21:14:51 +01:00
Joe Walker
7e675430b1 simplify startup 2011-01-05 11:33:43 +00:00
Joe Walker
11ac88c012 move cockpit/pilot to a submodules 2010-12-23 22:05:05 +01:00
Joe Walker
d4a4857b01 move cockpit/pilot to a submodules 2010-12-23 15:30:55 +00:00
SunboX
832e4402d6 added php syntax highlighting 2010-12-16 20:36:47 +01:00
Joe Walker
0f505962d0 Merge branch 'master' of https://github.com/ajaxorg/ace
Conflicts:
	plugins/cockpit/cli.js
	plugins/cockpit/lib/ui/plain.js
	plugins/cockpit/ui/plain.css
	plugins/cockpit/ui/plain.js
	plugins/pilot/canon.js
	plugins/pilot/lib/commands/history.js
2010-12-15 19:46:40 +00:00