Commit graph

341 commits

Author SHA1 Message Date
Fabian Jakobs
ae510f29b4 make sure line numbers stay correct 2011-02-03 14:55:21 +01:00
Fabian Jakobs
c9f3abb199 ignore #! in the js worker 2011-02-03 14:45:45 +01:00
Fabian Jakobs
89963dedac Merge branch 'master' of github.com:ajaxorg/ace
Conflicts:
	demo/demo.js
	editor.html
2011-02-03 10:13:18 +01:00
Fabian Jakobs
bd5b68d767 Merge remote branch 'tomtasche/master' 2011-02-03 09:45:19 +01:00
Fabian Jakobs
083e29bbf8 Merge branch 'master' of github.com:ajaxorg/ace 2011-02-03 09:37:53 +01:00
Fabian Jakobs
c181ecfe23 merge ruby mode 2011-02-02 18:27:13 +01:00
Fabian Jakobs
4c32592f03 Merge branch 'master' of github.com:ajaxorg/ace 2011-02-02 18:11:19 +01:00
Fabian Jakobs
cdf6a08be5 small worker fixes 2011-02-02 18:11:03 +01:00
Fabian Jakobs
4010fad254 use objects instead of sparse arrays 2011-02-02 18:10:42 +01:00
Heigh Tech LLC
fb45af98c7 build in variables 2011-02-02 15:54:21 +01:00
Heigh Tech LLC
8bdb9126c4 undo last commit, accidentally removed strings instead of // comments 2011-02-02 15:42:25 +01:00
Heigh Tech LLC
8abbd200a4 removed // comments, not supported in ruby 2011-02-02 15:36:16 +01:00
Heigh Tech LLC
609e136ac5 removed multi-line strings, ruby doesn't support that type 2011-02-02 15:32:24 +01:00
Heigh Tech LLC
8b058e6d36 removed qstring and qqstring 2011-02-02 15:23:25 +01:00
Heigh Tech LLC
c2c7fc8f24 fixed up ruby.js 2011-02-02 15:17:18 +01:00
Tom Tasche
26373562dc fix comments starting with '/*' 2011-02-02 15:16:04 +01:00
Heigh Tech LLC
67836cc281 ruby multi-line comments 2011-02-02 15:05:15 +01:00
Tom Tasche
525b2ae720 commit changed java.js 2011-02-02 14:21:06 +01:00
Tom Tasche
33642f84cc Merge branch 'master' of https://github.com/ajaxorg/ace 2011-02-02 14:00:37 +01:00
Fabian Jakobs
799aa977c4 unify css coding style 2011-02-02 10:49:05 +01:00
Fabian Jakobs
937211b42e don't use touch handler yet 2011-02-02 09:47:38 +01:00
Fabian Jakobs
d2e0f8305f fix https://github.com/ajaxorg/ace/issues/74
Adding empty lines on "reload"
2011-02-02 09:47:21 +01:00
Fabian Jakobs
5c8b169926 Merge commit '2e35c0054b'
Conflicts:
	lib/ace/editor.js
2011-02-02 09:16:07 +01:00
Fabian Jakobs
843e7d9549 editor should emit focus and blur events 2011-02-02 08:04:49 +01:00
Heigh Tech LLC
25288442f4 removed docComment 2011-02-01 20:33:51 +01:00
Heigh Tech LLC
0b34f16823 https://groups.google.com/d/msg/ace-internals/Esa5o7DC0Go/X3LUZrMNL68J 2011-02-01 17:17:35 +01:00
Fabian Jakobs
2e35c0054b split off mouse handling code 2011-02-01 15:23:30 +01:00
Heigh Tech LLC
9de71274a0 fixed removed wrong line 2011-02-01 14:50:59 +01:00
Heigh Tech LLC
b73a8fa1fd fixed one more thing, forgotten from last commit 2011-02-01 14:47:03 +01:00
Heigh Tech LLC
d01e358790 fixed some things, see https://groups.google.com/d/msg/ace-internals/Esa5o7DC0Go/8EXOdchDNPgJ 2011-02-01 14:44:50 +01:00
Fabian Jakobs
3785b6775f IE fixes 2011-02-01 11:48:46 +01:00
Tom Tasche
f10d759834 remove java_worker, fix mistakes mentioned by fjakobs 2011-02-01 11:37:26 +01:00
Fabian Jakobs
91088d9b78 don't self focus in the constructor 2011-02-01 10:27:51 +01:00
Fabian Jakobs
27c421b1c9 don't move the textarea in IE 2011-02-01 10:08:58 +01:00
Fabian Jakobs
d2f0bebf42 moving the textarea into view broke rendering 2011-02-01 09:09:40 +01:00
Tom Tasche
53a4f1eacb inspired by SunboX s PHP support and Fabian Jakobs - thanks! 2011-01-31 18:23:41 +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
cbe37ed2d5 minor changes 2011-01-31 10:20:30 +01:00
Fabian Jakobs
468df4cd51 Merge remote branch 'nightwing/contextMenu' 2011-01-31 08:26:06 +01:00
Fabian Jakobs
47371f841b fix css 2011-01-31 08:21:09 +01:00
Fabian Jakobs
7e6566b85b moveTextAreaToCursor after updating cursor, to get right position
Conflicts:

	lib/ace/editor.js
2011-01-31 08:19:44 +01:00
Fabian Jakobs
705395ea1f minor cleanups 2011-01-31 08:12:08 +01:00
Fabian Jakobs
d2cf4055f1 fix update issue when deleting lines 2011-01-31 08:11:58 +01:00
nightwing
1f4c093b6e Clamp row before column so that selection works at document's end 2011-01-31 15:08:49 +08:00
nightwing
62600917ec update text layer after insertLines 2011-01-31 15:07:51 +08:00
nightwing
31695f06c0 fix selection handling in undo/redoChanges 2011-01-31 15:07:51 +08:00
Heigh Tech LLC
3df5555bd1 more ruby syntax highlighting rules 2011-01-31 00:30:39 +01:00
Heigh Tech LLC
d291e0aa68 fixed ruby comment RegExps 2011-01-30 16:47:02 +01:00