Commit graph

101 commits

Author SHA1 Message Date
Davide Saurino
7df563169a Go mode added 2012-04-16 16:19:17 +02:00
Fabian Jakobs
4230052da9 add less mode to the build script 2012-04-12 14:21:30 +02:00
Bernie Telles
5e87f9b60a Add liquid parser. 2012-04-04 16:50:08 -07:00
William Candillon
bdb21ff646 Merge https://github.com/ajaxorg/ace
Conflicts:
	Makefile.dryice.js
	build/demo/kitchen-sink/kitchen-sink-uncompressed.js
	build/kitchen-sink.html
	build/src/ace-noconflict.js
	build/src/ace.js
	demo/kitchen-sink/demo.js
2012-03-31 10:00:21 +02:00
Fabian Jakobs
0fb6590f26 be smarter with mode and theme loading 2012-03-30 17:44:24 +02:00
richo
d6a21166fc Add sh editing mode based on the python mode 2012-03-26 11:26:10 +02:00
Fabian Jakobs
099f1541fd add json worker 2012-03-02 11:40:25 +01:00
Fabian Jakobs
3b23a7ac1a also generate text mode 2012-02-22 12:14:42 +01:00
Fabian Jakobs
0c258e615a package 2012-02-22 11:07:21 +01:00
William Candillon
9355bbeba5 Add xquery mode. 2012-02-13 10:03:33 +01:00
Joe Walker
deffa824da Fix broken clone function 2012-02-06 14:12:26 +00:00
Joe Walker
71e6e8894b Use of copy.source.commonjs() is deprecated 2012-02-06 14:09:29 +00:00
Fabian Jakobs
cf6f4d88d3 Merge branch 'master' of https://github.com/desoi/ace into desoi-master
Conflicts:
	Makefile.dryice.js
2012-01-06 11:39:27 +01:00
John DeSoi
493824ca4d new mode for PostgreSQL - pgsql 2012-01-05 22:00:26 -05:00
Fabian Jakobs
f3cd1d1f7e kitchen sink gets its own set of themes 2011-12-20 12:18:02 +01:00
Fabian Jakobs
5b6872b702 fix tests 2011-12-19 13:29:16 +01:00
Fabian Jakobs
1f40a1d21d give kitchen sink its own build target 2011-12-19 13:18:44 +01:00
Fabian Jakobs
3771ae8545 completely refactor and cleanup build script 2011-12-19 13:05:34 +01:00
Fabian Jakobs
a40c6a9211 Cleanup build system
* create no conflict packed version of ace
* move text area code into the normal code base
* remote special cased code for textarea
2011-12-16 16:32:07 +01:00
Fabian Jakobs
6b80c3581e add dreamweaver theme to the build script 2011-12-14 17:04:51 +01:00
Fabian Jakobs
5057b7be7b Merge pull request #559 from wildfireapp/add_chrome_theme
Add chrome theme.
2011-12-06 02:18:03 -08:00
Bernie Telles
b229566f3c Add chrome theme to compile settings. 2011-12-05 11:29:43 -08:00
Fabian Jakobs
c97fc93a71 Merge branch 'haxesyntax'
Conflicts:
	demo/kitchen-sink/demo.js
2011-11-15 11:38:43 +01:00
Fabian Jakobs
129ac7eb0a split off compat files as separate build file 2011-11-11 12:27:41 +01:00
Fabian Jakobs
95b72633a0 Chrome doesn't like the uglified version 2011-11-09 16:54:43 +01:00
Fabian Jakobs
0b69b42ade more support for relative module ids 2011-11-09 16:51:35 +01:00
Fabian Jakobs
c043d14b8b use relative module ids to please node.js 2011-11-09 15:38:53 +01:00
Fabian Jakobs
688e669361 use dry ice from npm 2011-11-09 11:33:17 +01:00
Jason O'Neil
dbd5d3fa01 Added haxe mode to Makefile.dryice.js 2011-11-03 13:43:48 +08:00
Fabian Jakobs
b063b96230 move pilot code back into Ace
Conflicts:

	.gitmodules
	Makefile.dryice.js
	build_support/editor_textarea.html
	demo/demo.js
	kitchen-sink.html
	lib/ace/edit_session_test.js
	lib/ace/mode/coffee.js
	lib/ace/mode/coffee_highlight_rules.js
	lib/ace/mode/css.js
	lib/ace/mode/javascript.js
	lib/ace/model/window.js
	lib/ace/mouse/default_handlers.js
	lib/ace/theme/clouds.js
	lib/ace/theme/clouds_midnight.js
	lib/ace/theme/cobalt.js
	lib/ace/theme/crimson_editor.js
	lib/ace/theme/dawn.js
	lib/ace/theme/eclipse.js
	lib/ace/theme/idle_fingers.js
	lib/ace/theme/kr_theme.js
	lib/ace/theme/merbivore.js
	lib/ace/theme/merbivore_soft.js
	lib/ace/theme/mono_industrial.js
	lib/ace/theme/monokai.js
	lib/ace/theme/pastel_on_dark.js
	lib/ace/theme/solarized_dark.js
	lib/ace/theme/solarized_light.js
	lib/ace/theme/textmate.js
	lib/ace/theme/twilight.js
	lib/ace/theme/vibrant_ink.js
	lib/ace/view/measure_text.js
	lib/ace/virtual_renderer.js
	package.json
	support/paths.js
2011-11-02 18:18:51 +01:00
Fabian Jakobs
62a3b4edf5 Merge commit '6808e3bb35'
Conflicts:
	.gitmodules
	Makefile.dryice.js
	demo/demo.js
	demo/kitchen-sink/boot.js
	kitchen-sink.html
	lib/ace/commands/default_commands.js
	lib/ace/test/tests.html
	package.json
	support/pilot
2011-11-02 14:43:00 +01:00
Fabian Jakobs
2ecef49e39 move deps into node_modules and make better use
of npm
2011-11-02 13:15:04 +01:00
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