Commit graph

16 commits

Author SHA1 Message Date
Fabian Jakobs
aecaea3ef1 changing the document is now possible 2010-04-20 14:45:37 +02:00
Fabian Jakobs
7869795a1d IE mouse event and mouse capture fixes 2010-04-19 13:08:14 +02:00
Fabian Jakobs
299894795e add copy lines down/up functionality and fix "delete line" 2010-04-16 10:46:47 +02:00
Fabian Jakobs
3e8639596a move tab support from editor to the document 2010-04-15 16:42:07 +02:00
Fabian Jakobs
844a440ca8 use events to publish document changes 2010-04-15 15:58:31 +02:00
Fabian Jakobs
7529f90080 refactor selection support into a separate class
Merge branch 'master' into HEAD

Conflicts:
	src/Editor.js
	src/KeyBinding.js
	src/Selection.js
2010-04-15 15:37:08 +02:00
Fabian Jakobs
34d851b24e support moving lines up/down (alt-up/down) 2010-04-14 17:51:28 +02:00
Fabian Jakobs
7399cc94e3 toggle comment functionality (Meta-7) 2010-04-14 15:54:49 +02:00
Fabian Jakobs
b9391734b6 introduce ace.provide function to create namespaces 2010-04-14 09:53:17 +02:00
Fabian Jakobs
2e906f4a35 highlight matching brackets 2010-04-13 12:09:48 +02:00
Fabian Jakobs
879539f32a add indent/outdent support 2010-04-12 17:11:09 +02:00
Fabian Jakobs
f5a61599cf add delete line command 2010-04-12 16:04:49 +02:00
Fabian Jakobs
443b712b8f make jslint happy 2010-04-12 13:10:47 +02:00
Fabian Jakobs
8fe20516d4 adapt better to ajax.org coding styles 2010-04-12 12:49:00 +02:00
Fabian Jakobs
84ec636d7d introduce "ace" namespace and unify OO style 2010-04-12 10:39:57 +02:00
Fabian Jakobs
72b556efaa reorganize file structure and use labjs for loading 2010-04-12 09:23:46 +02:00
Renamed from TextDocument.js (Browse further)