Commit graph

24 commits

Author SHA1 Message Date
Fabian Jakobs
737d2ed9d0 add first search support 2010-04-28 09:18:19 +02:00
Fabian Jakobs
b1fcad961d add support for auto outdent in CSS, JS and HTML modes 2010-04-27 12:20:00 +02:00
Fabian Jakobs
1a4f0cd054 extract doc comments into a separate mode 2010-04-26 17:46:30 +02:00
Fabian Jakobs
5fd3cd3f20 move source files into ace folder 2010-04-26 11:36:08 +02:00
Fabian Jakobs
09a09e8ac2 better CSS class handling 2010-04-21 16:27:23 +02:00
Fabian Jakobs
150ab68452 Store the top scroll top in the document 2010-04-20 17:25:48 +02:00
Fabian Jakobs
231d5e78de rename TextDocument to document 2010-04-20 17:16:46 +02:00
Fabian Jakobs
592e94cff0 make the demo nicer 2010-04-20 17:08:00 +02:00
Fabian Jakobs
9b562231a4 Add vertical scroll bar 2010-04-20 16:48:08 +02:00
Fabian Jakobs
150db75d03 move layers into a separate folder 2010-04-20 15:30:30 +02:00
Fabian Jakobs
aecaea3ef1 changing the document is now possible 2010-04-20 14:45:37 +02:00
Fabian Jakobs
a9e2986121 clean up CSS and make it more IE6 friendly 2010-04-19 16:21:56 +02:00
Fabian Jakobs
8b110a3e70 first CSS tokenizer 2010-04-16 17:22:22 +02:00
Fabian Jakobs
980fee2e99 add html mode with mixed XML and JS highlighting 2010-04-16 15:35:58 +02:00
Fabian Jakobs
80f6cd7726 add option to highlight the active line 2010-04-16 11:14:12 +02:00
Fabian Jakobs
e37af546d5 support dynamic change of selection style 2010-04-15 17:09:11 +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
58d2b6917f experimental file drag and drop support for FF 2010-04-15 10:34:04 +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
b9391734b6 introduce ace.provide function to create namespaces 2010-04-14 09:53:17 +02:00
Fabian Jakobs
9b8f6c6c95 extract key binding into a separate files 2010-04-13 10:09:58 +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