Commit graph

11 commits

Author SHA1 Message Date
Fabian Jakobs
231d5e78de rename TextDocument to document 2010-04-20 17:16:46 +02:00
Fabian Jakobs
aecaea3ef1 changing the document is now possible 2010-04-20 14:45:37 +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
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
e9fe18f657 first support for auto indent 2010-04-14 19:15:52 +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
29435328f3 reorganize language mode support 2010-04-14 11:39:42 +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