Commit graph

2,456 commits

Author SHA1 Message Date
Jan Jongboom
dce1cda421 Make sure that Ace looks good on Windows & Linux too
Default monospace font on Windows is now Consolas, which is a great one, then remove Courier New, because monospace is better on Linux systems; and if there is no nice monospace font it'll fall back to Courier anyway.
2012-01-17 18:45:23 +01:00
Richard Kettelerij
a27c631290 Minor documentation fix, the node.js mini HTTP server requires mime to be installed 2012-01-15 15:20:58 +01:00
Fabian Jakobs
c824e608d8 package 2012-01-06 11:45:09 +01:00
Fabian Jakobs
cf6f4d88d3 Merge branch 'master' of https://github.com/desoi/ace into desoi-master
Conflicts:
	Makefile.dryice.js
2012-01-06 11:39:27 +01:00
John DeSoi
493824ca4d new mode for PostgreSQL - pgsql 2012-01-05 22:00:26 -05:00
Fabian Jakobs
c1a8d2a1dc Merge pull request #602 from nightwing/pullreq
bugfix
2012-01-02 10:04:49 -08:00
nightwing
496446ddfc on session with active placeholder setValue("") crashes the browser 2012-01-02 21:46:04 +04:00
nightwing
29246bf8d9 do not wait for pollSizeChanges to apply change after setFontSize 2012-01-02 21:46:04 +04:00
nightwing
9c30cf29c8 get rid of $desiredScrollLeft 2012-01-02 21:46:04 +04:00
nightwing
8d6facfdc7 fix typo 2012-01-02 21:46:04 +04:00
nightwing
35aecf42af fix scrollToLine for sessions containing folds 2012-01-02 21:46:04 +04:00
nightwing
57bb9f767c fix foldAll 2012-01-02 21:46:04 +04:00
nightwing
eebdf1360f jumptomatching should be enabled in readonly mode 2012-01-02 21:46:04 +04:00
Fabian Jakobs
73dd10abc7 Merge pull request #601 from nightwing/opera
fix for repeated keypress on opera
2012-01-02 08:37:58 -08:00
Fabian Jakobs
6433e4cf77 Merge branch 'master' of github.com:ajaxorg/ace 2012-01-02 17:33:26 +01:00
Fabian Jakobs
307b3884b5 update require.js 2012-01-02 17:33:01 +01:00
Fabian Jakobs
59acd23d2c r.js fix 2012-01-02 17:32:53 +01:00
nightwing
67eec84c69 fix for repeated keypress on opera 2012-01-02 18:04:49 +04:00
Fabian Jakobs
dcb387b761 add https://github.com/rocktronica/tmpltr to projects using ace 2012-01-02 11:37:12 +01:00
Zef Hemel
3d812115ed Merge pull request #597 from ajaxorg/code-snippets
Static highlighting fix for codesnippets
2011-12-29 02:40:48 -08:00
Jan Jongboom
f283d34790 Static highlighting fix for codesnippets 2011-12-29 10:36:22 +00:00
Zef Hemel
0fc5392cbe package 2011-12-22 22:23:28 +01:00
Zef Hemel
c1af717143 Fix cross-domain worker load issue. 2011-12-22 22:23:09 +01:00
Fabian Jakobs
c52d1b2030 package 2011-12-21 16:23:36 +01:00
Fabian Jakobs
d688278297 Merge branch 'master' of github.com:ajaxorg/ace 2011-12-21 16:22:43 +01:00
Fabian Jakobs
827490fedd fix scrolling issues 2011-12-21 16:16:19 +01:00
Zef Hemel
f2e1dfee50 Undoing the change that broke the firefox. onmessage is not a local variable, it's a global one. 2011-12-21 15:58:34 +01:00
Fabian Jakobs
cd19802f46 package 2011-12-20 16:37:17 +01:00
Fabian Jakobs
b3b1dcbbac fix typo 2011-12-20 16:36:29 +01:00
Fabian Jakobs
d0cfaca836 fix tests 2011-12-20 15:16:09 +01:00
Fabian Jakobs
9a5718433b package 2011-12-20 14:51:51 +01:00
Fabian Jakobs
26947b5ab1 Merge pull request #589 from ajaxorg/info-marker
"Info" icon for gutter was still missing.
2011-12-20 05:50:34 -08:00
Fabian Jakobs
495c27df57 package 2011-12-20 14:42:00 +01:00
Fabian Jakobs
ea23efaed2 scroll events are now on the edit session 2011-12-20 14:35:28 +01:00
Fabian Jakobs
ee123ab4a4 package 2011-12-20 14:31:59 +01:00
Fabian Jakobs
e766d70b07 move scroll top and scroll left into the edit_session
so they can be persisted when changing sessions.
2011-12-20 14:00:47 +01:00
Zef Hemel
1154cb8f71 "Info" icon for gutter was still missing. 2011-12-20 12:45:59 +01:00
Fabian Jakobs
26fb2ae0bb package 2011-12-20 12:20:13 +01:00
Fabian Jakobs
f3cd1d1f7e kitchen sink gets its own set of themes 2011-12-20 12:18:02 +01:00
Fabian Jakobs
3b7871ce0e fix flash of hidden textarea 2011-12-20 12:16:49 +01:00
Fabian Jakobs
ec7ac55a6b package 2011-12-19 15:30:56 +01:00
Fabian Jakobs
c08d09bfb4 use strict 2011-12-19 15:15:29 +01:00
Fabian Jakobs
65c0bd1213 cleanups 2011-12-19 15:15:17 +01:00
Fabian Jakobs
5b6872b702 fix tests 2011-12-19 13:29:16 +01:00
Fabian Jakobs
63e037f544 package 2011-12-19 13:22:23 +01:00
Fabian Jakobs
b8f15cb81b Merge branch 'master' of github.com:ajaxorg/ace 2011-12-19 13:21:18 +01:00
Fabian Jakobs
b4d9100a90 package 2011-12-19 13:21:11 +01:00
Fabian Jakobs
1f40a1d21d give kitchen sink its own build target 2011-12-19 13:18:44 +01:00
Fabian Jakobs
3771ae8545 completely refactor and cleanup build script 2011-12-19 13:05:34 +01:00
Fabian Jakobs
fcaeafb07d use no conflict version of ace for the demo 2011-12-19 13:04:17 +01:00