Commit graph

32 commits

Author SHA1 Message Date
nightwing
264923e4df make worker events more consistent 2015-01-11 22:48:39 +04:00
nightwing
ec18d9493d fix toggleComment command in php mode 2014-12-12 17:38:39 +04:00
nightwing
5801b75b5d fix php folding 2014-11-12 18:37:59 +04:00
nightwing
366675a7a7 fix inline php mode 2014-10-31 15:08:44 +04:00
Adam Jimenez
2bd2e37367 fix php indentation 2014-10-30 01:52:38 +00:00
Adam Jimenez
b204cd7236 use mode delegates in PHP
fixes #2197
2014-10-29 17:01:41 +00:00
nightwing
cff2aeaeb7 cleanup 2014-04-11 18:43:01 +04:00
Lennart Kats
c612dac355 Merge pull request #1723 from ajaxorg/misc
fix several small bugs
2013-12-25 07:11:00 -08:00
nightwing
3a864c6056 add support for inline mode in php worker 2013-12-17 00:04:21 +04:00
nightwing
a0ab8baa56 add id to all modes 2013-12-05 23:46:16 +04:00
nightwing
b4628d450f use lazy getTokenizer in getNextLineIndent 2013-09-11 23:36:29 +04:00
nightwing
811d190c95 create tokenizer only when needed 2013-09-11 23:36:29 +04:00
nightwing
9bed019fee prefer // comment in php 2013-05-29 16:08:57 +04:00
nightwing
e71fd47153 use general toggleCommentLines for all modes 2013-02-18 17:01:24 +04:00
Harutyun Amirjanyan
1dec807e36 Merge pull request #1180 from danyaPostfactum/php-worker
Add php worker
2013-01-25 00:55:01 -08:00
nightwing
0a61c37a3b add options to php mode 2013-01-07 23:11:52 +04:00
DanyaPostfactum
1c37fff927 Add php worker 2013-01-01 23:07:36 +10:00
nightwing
825469a059 fix php autoindent 2012-11-04 18:00:22 +04:00
Adam Jimenez
b61fe0c5a4 Fix double click php var selects the $ sign #2
Fix #654: double clicking php vars selects the $ sign
2012-10-09 14:59:53 +02:00
Lennart Kats
8b971619b7 Add BSD license headers 2012-09-06 22:48:34 +02:00
Fabian Jakobs
c08d09bfb4 use strict 2011-12-19 15:15:29 +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
0867c5ec40 enable folding in other modes 2011-12-01 15:43:33 +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
6fcff0f691 Add C-style behaviours to C/Csharp/Java/PHP 2011-05-22 01:44:12 +01: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
Joe Walker
e6faa6ab06 tweak require lines for absolute paths to simplify startup 2011-01-12 01:14:40 +00:00
SunboX
193c9cfd8b small fix & changed contributor ;o) 2010-12-16 21:18:23 +01:00
SunboX
832e4402d6 added php syntax highlighting 2010-12-16 20:36:47 +01:00