Commit graph

1,850 commits

Author SHA1 Message Date
Fabian Jakobs
5e9f0b077e package 2011-08-20 10:54:46 +02:00
Fabian Jakobs
c1c4793d82 pilot 2011-08-20 10:52:56 +02:00
Fabian Jakobs
e5809f29ca Merge pull request #390 from leegao/master
Lua highlight rules
2011-08-20 01:51:35 -07:00
Lee Gao
0447e1fa09 Rebuilt kitchensink to support lua after merge, should pull cleanly now. 2011-08-19 18:57:22 -04:00
Lee Gao
2664df2404 Changed submodule pilot 2011-08-19 18:55:35 -04:00
Lee Gao
68f3a31b8e Merge branch 'master' of git://github.com/ajaxorg/ace
Conflicts:
	build/demo/kitchen-sink-uncompressed.js
	build/demo/kitchen-sink.js
	build/src/ace-uncompressed.js
	build/src/ace.js
2011-08-19 18:54:25 -04:00
Fabian Jakobs
3d277c782f package 2011-08-19 16:35:17 +02:00
Fabian Jakobs
ee6b54046f fix copy and paste in chrome 2011-08-19 16:35:05 +02:00
Fabian Jakobs
9e8191df68 package 2011-08-19 15:36:05 +02:00
Ryan Hope
11c8d88ecc fix autocaps issue 2011-08-19 11:12:28 +02:00
Fabian Jakobs
cb00e0e03e pilot 2011-08-19 11:12:28 +02:00
Fabian Jakobs
1b84360aed Merge pull request #389 from nightwing/pullreq
firefox scrollbar bug
2011-08-19 01:20:12 -07:00
Lee Gao
db9862b3f7 Added indentation to lua 2011-08-18 20:23:31 -04:00
Lee Gao
adb1b2ce21 Removed unnecessary code for comment indentation 2011-08-18 18:55:25 -04:00
Lee Gao
0a58b58d1f Added lua into the kitchen sink demo. 2011-08-18 18:33:37 -04:00
Lee Gao
4b83e01684 Added in Lua highlight rules 2011-08-18 17:55:33 -04:00
nightwing
e040610995 fix invisible scrollbar for zoomed pages on firefox 2011-08-18 23:14:31 +05:00
nightwing
fcd7919fdc add selected text to finds prompt 2011-08-18 23:14:31 +05:00
Fabian Jakobs
2ca2cc5220 package 2011-08-18 17:37:58 +02:00
Fabian Jakobs
5af05772eb better IE9 handling 2011-08-18 17:36:55 +02:00
Fabian Jakobs
4b7a0a6313 package 2011-08-18 17:29:50 +02:00
Fabian Jakobs
41c625aca8 fix IE detection for IE9 2011-08-18 17:28:32 +02:00
Fabian Jakobs
514088aa89 add markdown to the package 2011-08-18 17:05:33 +02:00
Fabian Jakobs
405038d57a package 2011-08-18 17:05:33 +02:00
Fabian Jakobs
a99dbc54bb update theme for markdown mode 2011-08-18 17:05:32 +02:00
Fabian Jakobs
6c3894d851 add markdown mode by Chris Spencer 2011-08-18 17:05:32 +02:00
Fabian Jakobs
0bc16ea45d Merge pull request #381 from kemayo/master
Improve VIM key bindings a bit
2011-08-18 05:20:00 -07:00
Fabian Jakobs
e38ad45521 package 2011-08-18 14:12:06 +02:00
Fabian Jakobs
1e8a366cd5 resolve collision with existing requireJS on the page 2011-08-18 14:10:51 +02:00
Fabian Jakobs
1b61d635b8 package 2011-08-18 13:56:07 +02:00
Fabian Jakobs
56f6ce2f26 fix build 2011-08-18 13:56:00 +02:00
Fabian Jakobs
ce7014a780 package 2011-08-18 13:04:54 +02:00
Fabian Jakobs
6d94ef4ac0 fix unit tests 2011-08-18 13:04:54 +02:00
Fabian Jakobs
092839224f fix regression which broke js auto indent 2011-08-18 13:04:54 +02:00
Fabian Jakobs
0c956185e3 outdent python after 'pass', 'raise', 'return', 'break' and 'continue'
fix #382
2011-08-18 13:04:54 +02:00
Fabian Jakobs
0a46b02ab9 Merge pull request #386 from fergus/patch-1
changed git protocol to http
2011-08-18 01:02:29 -07:00
Fabian Jakobs
e5fdce9dd3 package 2011-08-18 09:57:07 +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
9e84157aa8 verify that narcissus js errors are parsed correctly
fix #379
2011-08-17 15:18:52 +02:00
Fabian Jakobs
35f6d37ce2 browser tests now work in all browsers 2011-08-17 15:05:00 +02:00
Fabian Jakobs
4321bf67c5 Merge pull request #383 from Zearin/patch-1
Added syntax highlighting for codeblocks (for Github-flavored Markdown).
2011-08-17 06:03:41 -07:00
Fabian Jakobs
4632d4ac5c Merge pull request #384 from nightwing/pullreq
small fix for using ace in nested in scrollable element
2011-08-17 06:01:12 -07:00
Fabian Jakobs
929573fb46 add github to the list of projects using ace 2011-08-17 14:51:33 +02:00
Fabian Jakobs
bf7f9a49e2 package 2011-08-17 14:38:18 +02:00
Fabian Jakobs
f0940ffdb8 pilot 2011-08-17 14:37:22 +02:00
fergus
9409ce4c93 changed git protocol to http 2011-08-17 11:02:30 +10:00
nightwing
eaa38022e5 allow editors parent nodes to handle mouse wheel when editor is fully scrolled 2011-08-17 00:21:32 +05:00
nightwing
dae61d79f1 yet another worker loader tweak :) 2011-08-16 21:53:53 +05:00
Tony
94316a27c8 Added syntax highlighting for codeblocks (for Github-flavored Markdown).
Also made a few tweaks to the text (some corrections, some edits for phrasing/clarity).
2011-08-16 10:05:38 -03:00
Fabian Jakobs
b02541a98b package 2011-08-16 13:49:47 +02:00