Commit graph

3,096 commits

Author SHA1 Message Date
nightwing
3eef5f0a63 allow clicking through invisible mac scrollbars 2013-08-26 21:55:14 +04:00
nightwing
79c0f83e2c add input event, make doing multiple changes in one turn much faster 2013-08-26 21:52:38 +04:00
nightwing
2d6f56d8fd provide oldSize in resize event 2013-08-26 21:44:30 +04:00
nightwing
b2eac666e5 allow removing listener while event is dispatched 2013-08-26 21:41:18 +04:00
nightwing
6a76d63491 Merge pull 1554 2013-08-26 21:14:00 +04:00
nightwing
7fc575a47c fix formatting 2013-08-26 21:13:10 +04:00
nightwing
063aaed3a2 add @deprecated comment for getCopyText 2013-08-26 20:21:07 +04:00
nightwing
244e1462e8 add fixedWidthGutter option 2013-08-26 18:46:42 +04:00
nightwing
b23265ad72 allow any Range-like objects in session replace/remove 2013-08-26 18:37:50 +04:00
nightwing
3b5d742feb add editor getSelectedText method 2013-08-26 18:31:51 +04:00
nightwing
a44cbdc5c2 add renderer.setMouseCursor 2013-08-26 18:26:05 +04:00
nightwing
2cef7f4747 add scrollTo method 2013-08-26 18:09:31 +04:00
nightwing
27b91b44e0 update coffee script fixes #1568 2013-08-26 18:08:11 +04:00
Garen Torikian
d9c5921e48 Use lang.stringRepeat instead of a for loop 2013-08-23 14:02:26 -07:00
Garen Torikian
4b42933b8a Add comment explaining maths 2013-08-23 12:59:50 -07:00
Garen Torikian
a4ef760c7a Support fractional fixed-width fonts 2013-08-23 12:59:04 -07:00
Harutyun Amirjanyan
8bf4a0e604 Merge pull request #1564 from adamjimenez/patch-16
Include css rule name with lint results
2013-08-23 09:15:14 -07:00
Adam Jimenez
5c721c1103 Add cut or delete command shift+delete 2013-08-23 15:56:58 +01:00
nightwing
48e672b710 fix php heredoc highlighting inside array
fixes #1561
2013-08-23 11:46:49 +04:00
nightwing
c3491f4855 fix merge conflict 2013-08-22 15:29:17 +04:00
nightwing
f8f8b00c61 Merge remote-tracking branch 'remotes/pull/1560'
Conflicts:
	lib/ace/ext/language_tools.js
2013-08-22 13:32:14 +04:00
nightwing
e88dc7adc9 Merge branch origin/htmlcompleter 2013-08-22 13:28:41 +04:00
DanyaPostfactum
9475d7738b Add fuzzy matching for completions 2013-08-22 11:43:11 +10:00
DanyaPostfactum
2d0b980c65 Fix two broken javascript snippets 2013-08-22 11:38:57 +10:00
Lennart Kats
fe1f945343 Merge pull request #1540 from ajaxorg/ie7
Ie7 support
2013-08-15 01:24:43 -07:00
nightwing
269e8d976d remove useless stopPropagation on mouseup 2013-08-14 00:05:26 +04:00
nightwing
7f6e94f021 Merge remote-tracking branch 'remotes/origin/html_completer' 2013-08-12 22:28:55 +04:00
nightwing
0f2ca66d76 allow space separated list of globals 2013-08-12 18:32:36 +04:00
nightwing
14d540ddc7 update jshint again 2013-08-12 18:13:20 +04:00
nightwing
e5714c9dba Merge remote-tracking branch 'remotes/origin/gh-pages' into master 2013-08-11 13:17:22 +04:00
nightwing
54a2880634 small cleanup 2013-08-11 11:53:40 +04:00
nightwing
9bf8eac28c add persistent vscroll option to the demo 2013-08-09 00:12:52 +04:00
Lennart Kats
42d243df4b Merge pull request #1520 from ajaxorg/wrap
Wrapping issues
2013-08-07 07:10:21 -07:00
Adam Jimenez
9f8ed0db31 Include css rule name with lint results
This is similar to returning "raw" from JSHint, as it helps to identify the rule being applied.
2013-08-03 14:40:11 +01:00
nightwing
c80ae070f7 small cleanup 2013-07-31 17:54:44 +04:00
nightwing
844502fae6 Merge branch 'origin/master' into misc
Conflicts:
	lib/ace/virtual_renderer.js
2013-07-30 22:17:38 +04:00
nightwing
d3cd46adff fix $# and %# highlighting in perl mode 2013-07-30 22:13:48 +04:00
nightwing
c911f4a761 fix tests 2013-07-30 01:09:52 +04:00
nightwing
ab438f2edc better demo 2013-07-30 00:47:09 +04:00
nightwing
f2944d4ced remove trailing commas 2013-07-30 00:28:05 +04:00
nightwing
95f0e7308f some more ie7 fixes 2013-07-30 00:23:09 +04:00
nightwing
4b4a5d045c add a test 2013-07-30 00:23:08 +04:00
nightwing
8d354e810c syntax highlighting in ie9 in ie8 mode 2013-07-30 00:23:08 +04:00
nightwing
d4dcdb7736 use snipetManager for expanding emmet snippets 2013-07-27 00:45:08 +04:00
nightwing
524930a2c7 force measure sizes if container is visible but width is 0 2013-07-26 23:17:12 +04:00
nightwing
ca1c27aa65 fix #1533 syntax highlighting of markdown links 2013-07-26 14:55:08 +04:00
nightwing
cacd51e2fe tweak jshint console mock 2013-07-24 22:57:46 +04:00
nightwing
62e7073b33 add wrapMethod:auto and fix tests 2013-07-24 17:49:42 +04:00
nightwing
9f068dc45d improve wrapping for markdown 2013-07-24 16:16:52 +04:00
nightwing
73d8eb5898 do not lose scheduled changes when render is canceled 2013-07-23 19:11:17 +04:00