Commit graph

38 commits

Author SHA1 Message Date
Fabian Jakobs
81df50da2d move files one level up 2010-10-27 12:39:54 +02:00
Fabian Jakobs
112b5f76ed split repos 2010-10-27 12:04:58 +02:00
Fabian Jakobs
4733421aa8 remove "ace/ace" and replace it by more specific modules 2010-10-26 17:05:03 +02:00
Fabian Jakobs
242cfb76eb extend theme support
add tool to import TextMate Themes
2010-10-25 13:55:39 +02:00
Eddy Bruel
e5fbc1f207 Fixed document mode switch 2010-10-21 10:44:22 +02:00
Fabian Jakobs
b160b95dfe add jump function to demonstrate how to jump to
the cursor
2010-10-08 13:34:03 +02:00
Fabian Jakobs
140d80a15e refactor CSS loading. Now use requireJS 2010-09-30 12:35:57 +02:00
Fabian Jakobs
fe837c321a use requireJS as loader 2010-09-17 10:08:12 +02:00
Fabian Jakobs
3ce17ef50e fix resize of editor demo (FF) 2010-05-13 16:58:49 +02:00
Fabian Jakobs
05fd6df8fe fix ie issue to convert document to screen coordinates 2010-05-05 10:50:38 +02:00
Fabian Jakobs
cc0c16ca6f Refactor: replace range map with a proper object 2010-05-04 11:34:38 +02:00
Fabian Jakobs
0cdafa9daa first undo manager support 2010-05-03 17:25:31 +02:00
Fabian Jakobs
ed5d97e9bd split ace.js into separate files 2010-05-03 17:23:08 +02:00
Fabian Jakobs
623f6823a4 fix demo 2010-04-28 09:21:48 +02:00
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