Commit graph

27 commits

Author SHA1 Message Date
nightwing
e71fd47153 use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
Lennart Kats
8b971619b7 Add BSD license headers 2012-09-06 22:48:34 +02:00
Daniil Kostion
1104789217 Add xml/html tag autoclosing behavior 2012-07-02 09:03:21 +10:00
Fabian Jakobs
c08d09bfb4 use strict 2011-12-19 15:15:29 +01:00
Fabian Jakobs
da1a45f694 create separate html mode 2011-12-02 15:10:27 +01:00
Fabian Jakobs
a37f9562e3 add mixed mode folding rules 2011-12-02 13:19:36 +01:00
Fabian Jakobs
bbcb00acc4 split mode specific code for structured folding
into separate files
2011-12-01 18:25:46 +01:00
Fabian Jakobs
71d5f359fb add folding for xml style modes. Also refactor
html, svg and xml modes to reuse code
2011-12-01 15:39:02 +01:00
Fabian Jakobs
c043d14b8b use relative module ids to please node.js 2011-11-09 15:38:53 +01: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
c-spencer
0bad27ff92 Update modes to use new embed syntax 2011-05-25 20:58:45 +01:00
Fabian Jakobs
e32370cae8 dom't merge embedded ruby into the standard html mode 2011-03-21 10:44:16 +00:00
Heigh Tech LLC
13bda087e8 erb support! 2011-03-21 18:40:33 +08:00
Fabian Jakobs
4cc5bf9a7b no need to track the cursor manually anymore 2011-02-11 11:51:01 +01:00
Fabian Jakobs
cfc553f66f toggleLineComment no longer has to return the remove characters
Also make the change as minimal as possible
2011-02-11 11:34:21 +01:00
Fabian Jakobs
7644522783 fix copyright 2011-01-15 13:36:51 +01:00
Fabian Jakobs
aa594119b7 toggleCommentLines and indentRows now take row
numbers instead of ranges as arguments
2010-12-15 19:16:44 +01:00
Fabian Jakobs
c5f63c7112 put functions from old "ace/lib" modules directly
on "exports"
2010-12-15 11:04:14 +01:00
Fabian Jakobs
cbb6215145 rename all language mode classes to 'Mode'. 2010-12-10 18:07:06 +01:00
Joe Walker
be9b8a0f3f move oop.js into pilot 2010-11-23 14:36:12 +00:00
Joe Walker
b8e69a00f7 convert UndoManger to exports style 2010-11-17 13:55:54 +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
4ab7c653cc converting modules to use exports style rather than return style 2010-11-15 13:50:13 +00:00
Joe Walker
b91f4d0941 adjusting paths to use ace/ rather than ./ 2010-11-15 12:45:07 +00:00
Fabian Jakobs
fde5198af0 use relative module IDs 2010-11-09 09:34:31 +01:00
Fabian Jakobs
2c0368ff6c rename part #2 2010-11-09 08:50:08 +01:00
Renamed from lib/ace/mode/_html.js (Browse further)