nightwing
|
ca35f324c8
|
small cleanup
|
2012-04-11 19:31:43 +04:00 |
|
nightwing
|
2021536794
|
emit event before executing a command
|
2012-04-08 17:19:29 +04:00 |
|
nightwing
|
1254357d92
|
Merge remote-tracking branch 'remotes/upstream/master'
Conflicts:
lib/ace/commands/command_manager.js
lib/ace/test/mockrenderer.js
lib/ace/test/all_browser.js
|
2012-04-07 01:00:49 +04:00 |
|
Fabian Jakobs
|
cbd29bc541
|
cleanup unit tests
|
2012-04-06 17:55:23 +02:00 |
|
Fabian Jakobs
|
4084931f19
|
fix: find doesn't change horizontal scroll
fixes #638
|
2012-04-06 15:33:27 +02:00 |
|
Fabian Jakobs
|
88363fe911
|
allow real regular expressions in highlighters
|
2012-04-06 15:33:27 +02:00 |
|
Fabian Jakobs
|
5f9af07e9b
|
some mode fixes
|
2012-04-06 15:33:26 +02:00 |
|
Fabian Jakobs
|
819bfe47ce
|
Command+Backspace should remove until begin of line, Option+Backspace should remove token
fix #661
|
2012-04-06 15:33:26 +02:00 |
|
Fabian Jakobs
|
d09c0bcdbf
|
Single quotes are not auto-paired like double quotes
fixed #663
|
2012-04-06 15:33:26 +02:00 |
|
Fabian Jakobs
|
91f4d87cf2
|
some tokenizer fixes
|
2012-04-06 15:33:25 +02:00 |
|
Fabian Jakobs
|
07672b4987
|
use consistent naming for unit test
|
2012-04-06 15:33:25 +02:00 |
|
danyaPostfactum
|
81d4d642c6
|
remove trailing commas
|
2012-04-06 16:04:34 +10:00 |
|
Fabian Jakobs
|
83d81635f8
|
remove event delegation
|
2012-04-05 21:50:25 +02:00 |
|
Fabian Jakobs
|
679ecc3611
|
fix narcissus issue
|
2012-04-05 21:50:25 +02:00 |
|
Fabian Jakobs
|
6a38ad951a
|
update narcissus
|
2012-04-05 21:50:24 +02:00 |
|
Fabian Jakobs
|
3ccb90ea54
|
emit an event after a mode is loaded
|
2012-04-05 21:50:24 +02:00 |
|
Fabian Jakobs
|
a6112a9128
|
Merge pull request #697 from wildfireapp/master
The following adds a simple liquid parser we've been using internally
|
2012-04-05 12:49:25 -07:00 |
|
Bernie Telles
|
0a9ff4f55d
|
Add sample docs for liquid.
|
2012-04-05 09:29:45 -07:00 |
|
Fabian Jakobs
|
dc63ca891f
|
Merge pull request #684 from danyaPostfactum/patch-1
Two little fixes of gutter style in "chrome" theme
|
2012-04-05 05:32:28 -07:00 |
|
Bernie Telles
|
5e87f9b60a
|
Add liquid parser.
|
2012-04-04 16:50:08 -07:00 |
|
Fabian Jakobs
|
ac797eefe7
|
check was wrong
|
2012-04-04 20:34:06 +02:00 |
|
Fabian Jakobs
|
478e4775ae
|
Merge pull request #645 from wcandillon/master
Add support for XQuery
|
2012-04-04 04:09:09 -07:00 |
|
nightwing
|
587e391bb5
|
fix failing test
|
2012-04-04 13:06:42 +04:00 |
|
nightwing
|
6cde5f3b4f
|
cleanup
|
2012-04-04 13:06:17 +04:00 |
|
Fabian Jakobs
|
45b8b9e83f
|
Merge pull request #679 from richoH/features/sh/1
Features/sh/1
|
2012-04-04 00:29:13 -07:00 |
|
Garen Torikian
|
57d1e72751
|
Improve multiline string rules
|
2012-04-03 22:45:56 -07:00 |
|
nightwing
|
346ae096b3
|
overuse of events is bad:(
|
2012-04-03 22:47:57 +04:00 |
|
nightwing
|
299cdc1b19
|
fix typo
|
2012-04-03 22:46:48 +04:00 |
|
Garen Torikian
|
332d3d8857
|
Fix comments
|
2012-04-01 01:42:38 -07:00 |
|
Garen Torikian
|
d624c11acd
|
Fix broken test
|
2012-04-01 01:36:05 -07:00 |
|
Garen Torikian
|
175f3ea06c
|
Truly improve syntax highlighting for JS, CSS, XML/HTML
|
2012-03-31 23:56:47 -07:00 |
|
nightwing
|
a3f61f711a
|
add some tests
|
2012-03-31 22:08:08 +04:00 |
|
nightwing
|
b546875c1d
|
Merge remote-tracking branch 'remotes/upstream/master'
Conflicts:
demo/kitchen-sink/demo.js
|
2012-03-31 20:39:26 +04: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 |
|
Garen Torikian
|
ad6e54ce2c
|
Add new requires
|
2012-03-30 14:54:39 -07:00 |
|
Garen Torikian
|
78252c4cf6
|
Add dependencies
|
2012-03-30 14:52:29 -07:00 |
|
Fabian Jakobs
|
0fb6590f26
|
be smarter with mode and theme loading
|
2012-03-30 17:44:24 +02:00 |
|
William Candillon
|
06a85bd325
|
Update XQuery syntax highlighter.
|
2012-03-30 14:16:11 +02:00 |
|
danyaPostfactum
|
496c8d67fc
|
Two minor fixes of gutter style
|
2012-03-30 17:44:07 +10:00 |
|
nightwing
|
98180d5b07
|
refactor
|
2012-03-30 00:09:19 +04:00 |
|
richo
|
66287085fd
|
Hilight function definitions
|
2012-03-29 09:50:18 +11:00 |
|
richo
|
99702e7505
|
Amend language variable support
|
2012-03-28 23:52:43 +11:00 |
|
richo
|
d1303f41da
|
Correctly hilight variables
|
2012-03-28 23:43:26 +11:00 |
|
richo
|
75b4948451
|
Add support for file descriptors
|
2012-03-28 23:16:34 +11:00 |
|
mikedeboer
|
19a5af9fe3
|
improved empty check
|
2012-03-27 17:19:01 +02:00 |
|
cloud9Deploy
|
4113f574a4
|
Merge pull request #658 from jrburke/patch-1
Call onLoad in the non-browser case.
|
2012-03-26 03:15:16 -07:00 |
|
cloud9Deploy
|
d7d8a164f1
|
Merge pull request #664 from ajaxorg/typo/placeholder
Typo followup: now handling both of ACE and Cloud9 worlds
|
2012-03-26 03:01:46 -07:00 |
|
cloud9Deploy
|
1340569415
|
Merge pull request #672 from ajaxorg/theme/update_monokai
Hella improve syntax highlighting for JS across all themes
|
2012-03-26 02:58:33 -07:00 |
|
cloud9Deploy
|
0b3fdb469c
|
Merge pull request #674 from nightwing/pullreq
update jshint
|
2012-03-26 02:55:05 -07:00 |
|
richo
|
d6a21166fc
|
Add sh editing mode based on the python mode
|
2012-03-26 11:26:10 +02:00 |
|