Commit graph

64 commits

Author SHA1 Message Date
Joe Walker
38c9fc7a93 a big lump of work to get the command line able to execute commands, and to hack in a trivial cli 2010-12-08 13:13:33 +00:00
Joe Walker
9ee72169ac more startup hackery to populate the environment 2010-11-24 15:56:31 +00:00
Joe Walker
0f6cc17340 hacking startup to setup an environment with settings 2010-11-24 14:14:05 +00:00
Joe Walker
81cb24ef17 minor tidyups 2010-11-23 14:50:28 +00:00
Joe Walker
0977c392f1 move event.js into pilot 2010-11-23 14:33:38 +00:00
Joe Walker
fca0eeb1ff Minor tidyups 2010-11-23 12:28:29 +00:00
Kevin Dangoor
01e9fdf772 editor.html now boots with a bit of the plugin system 2010-11-18 23:13:56 -05:00
Joe Walker
b32d86fd60 convert VirtualRenderer to exports style 2010-11-17 13:59:53 +00:00
Joe Walker
b8e69a00f7 convert UndoManger to exports style 2010-11-17 13:55:54 +00:00
Joe Walker
bd112a4663 convert document, editor, keybinding and plugin_manager to exports style 2010-11-17 13:03:47 +00:00
Joe Walker
1e1374fef0 convert Document to exports style 2010-11-17 12:56:20 +00:00
Joe Walker
7f0930ea51 convert the remaining modes to exports style 2010-11-17 12:16:51 +00:00
Joe Walker
805a181d1a export style for html mode 2010-11-17 11:56:44 +00:00
Joe Walker
6b7af71614 moving and repointing editor paths so it will load via file:// 2010-11-15 13:06:56 +00:00
Joe Walker
57f1c2bf95 upgrade to requirejs - warning the copy in demo is only a partial upgrade to fix the immediate text loading issue 2010-11-15 12:59:24 +00:00
Fabian Jakobs
18f58071fb update packaged ace 2010-11-09 09:51:50 +01:00
Fabian Jakobs
dce8d5dbf3 update requireJS 2010-11-09 09:24:06 +01:00
Fabian Jakobs
bb1fe29944 Merge branch 'master' into define
Conflicts:
	lib/ace/RenderLoop.js
2010-11-09 08:54:34 +01:00
Fabian Jakobs
b86f9c205f fix typo in the demo 2010-11-05 10:50:19 +01:00
Fabian Jakobs
e377e03a82 use lower case file names and use define(function(require, exports, module) {}) 2010-11-05 09:45:01 +01:00
Fabian Jakobs
968ebb10d6 add demo using the built version of ACE 2010-11-04 16:34:44 +01:00
Fabian Jakobs
58494e088c rename "src" to "lib" 2010-10-27 13:11:21 +02:00
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
59584a0e11 update requirejs 2010-10-18 19:52:41 +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
f1c00bec5c update requireJS 2010-09-30 12:36:08 +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
0f1f666672 remove lab.js since it is not used at the moment 2010-04-28 11:25:27 +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