Commit graph

69 commits

Author SHA1 Message Date
Fabian Jakobs
606963f424 move kitchen-sink demo into a separate directory 2011-10-13 11:22:19 +02:00
Fabian Jakobs
26a1af8778 Merge pull request #453 from deytao/master
SQL Mode
2011-10-10 08:08:23 -07:00
Russ
e4644259ac Added Coldfusion 2011-10-10 00:42:43 -07:00
Jonathan Camile
f60b3558d3 Added SQL mode in Makefile 2011-10-07 11:40:09 +02:00
Fabian Jakobs
5ea07d49d6 package 2011-10-04 14:21:05 +02:00
John Kane
d9004dc8f5 Expanded the demo page for powershell and included the mode in the build. 2011-09-30 00:28:06 +01:00
Fabian Jakobs
578aeb1241 package new themes 2011-09-28 11:54:13 +02:00
Fabian Jakobs
7b143ae70e add revision number to the kitchen sink 2011-09-07 11:38:30 +02:00
Fabian Jakobs
9e34190cde add latex mode to the makefile 2011-09-06 15:59:51 +02:00
Lee Gao
4b83e01684 Added in Lua highlight rules 2011-08-18 17:55:33 -04:00
Fabian Jakobs
514088aa89 add markdown to the package 2011-08-18 17:05:33 +02:00
Fabian Jakobs
56f6ce2f26 fix build 2011-08-18 13:56:00 +02:00
Fabian Jakobs
5e41503243 Provide our own version of AMD text plugin
#fix 374
2011-08-18 09:56:55 +02:00
Fabian Jakobs
adfac282bf update build script 2011-08-16 13:49:29 +02:00
Fabian Jakobs
fb936bc622 fix packager 2011-08-10 11:38:21 +02:00
Fabian Jakobs
63785dc92f package kitchen sink demo and include it in the build 2011-08-03 16:47:43 +02:00
Fabian Jakobs
ac24a1d362 cleanup makefile 2011-08-03 15:03:18 +02:00
Fabian Jakobs
2a70958609 sync themes and modes 2011-08-03 14:58:53 +02:00
Jacob Hansson
f2ae785532 Added SCAD syntax highlighting. 2011-08-03 09:44:49 +02:00
Fabian Jakobs
213cffdffb add missing language modes to the build script.
fix #316
2011-08-02 11:50:42 +02:00
iebuggy
641e558acb Updating to latest remote. 2011-07-21 07:42:44 -07:00
Fabian Jakobs
5197718a2f use dryice from submodule 2011-07-20 10:57:14 +02:00
Fabian Jakobs
09bda14096 package json mode 2011-06-21 11:10:51 +02:00
Fabian Jakobs
3e3bf8837e package 2011-06-16 00:02:26 +02:00
Fabian Jakobs
0db8691a6d tweak scss support 2011-06-07 11:17:43 +02:00
Julian Viereck
e0cec5a073 Style the Ace Bookmarklet Build page 2011-05-23 11:11:47 +02:00
Julian Viereck
2bf1429118 Merge build process for normal and bookmarklet build 2011-05-23 11:11:13 +02:00
Fabian Jakobs
32b255963d add coffee script syntax checking in a worker 2011-05-16 17:22:28 +00:00
Fabian Jakobs
bacc29278a update packaged ace 2011-05-01 09:33:16 +00:00
gigasquid
85722bce51 Add Clojure Mode 2011-04-27 14:58:46 -04:00
Fabian Jakobs
c5962cdb8a Update themes in the demo and the makefiles 2011-03-07 20:24:15 +01:00
Fabian Jakobs
493373f564 Add svg mode with support for embedded JavaScript 2011-03-07 19:55:24 +01:00
Fabian Jakobs
2a8e53923a special handling for the text plugin 2011-02-28 17:47:09 +01:00
Rob Conery
b1737bcfe2 Added CSharp language thinger 2011-02-21 12:31:14 -10:00
Fabian Jakobs
7ad2e99db4 add perl mode to the makefiles and convert tabs to spaces 2011-02-15 14:11:52 +01:00
Julian Viereck
db7575829c Move .css files for tm and eclipse theme into the .js file to make build process easiert. Fix eclipse gutter to be like the other ones. 2011-02-15 21:01:00 +08:00
Fabian Jakobs
b8c5fa79e1 update build system for the bookmarklet 2011-02-15 09:44:19 +01:00
Fabian Jakobs
582eb0ad67 fix typo and make sure js files in modes don't accumulate 2011-02-08 17:23:34 +01:00
Fabian Jakobs
adcc5b9738 update change log 2011-02-07 11:03:44 +01:00
Fabian Jakobs
505762bd7a uglify only in the last step 2011-02-07 10:58:46 +01:00
Fabian Jakobs
519546289c make jslint happy 2011-02-07 10:36:45 +01:00
Gastón Kleiman
ba42042013 add C/C++ syntax highlighting 2011-02-04 14:28:25 +08:00
Fabian Jakobs
88e1e43cb7 let mini_require play nice with requireJS 2011-02-03 16:09:27 +01:00
Fabian Jakobs
12ad6c1677 update package 2011-02-03 14:56:58 +01:00
Fabian Jakobs
053309a7ba comment out broken packaged demo 2011-01-31 16:53:28 +01:00
Fabian Jakobs
a920bcb6f8 first attempt to add the full demo to the package 2011-01-31 16:52:35 +01:00
Fabian Jakobs
3ed202b6d2 move packaged js source files to "src" 2011-01-31 16:00:58 +01:00
Fabian Jakobs
850c13a22c update dryice build script 2011-01-31 14:21:29 +01:00
Fabian Jakobs
58dc601000 Merge remote branch 'mozilla/master'
Conflicts:
	Makefile.dryice.js
	build_support/boot.js
	build_support/mini_require.js
	lib/ace/edit_session.js
	package.json
2011-01-31 11:28:42 +01:00
Fabian Jakobs
46cbba5203 use innerText instead of innerHtml to read the contents of the editor parent. 2011-01-28 09:07:05 +01:00