Fabian Jakobs
|
b2ada28c64
|
Merge pull request #250 from jviereck/master
Small fixes
|
2011-05-17 14:36:01 -07:00 |
|
Julian Viereck
|
62f168eb8e
|
Fix bug in EditSession.$updateInternalDataOnChange. Shifting the fold lines on deletion have to use end.row instead of lastRow, as lastRow is "normalized".
|
2011-05-17 20:28:48 +02:00 |
|
Julian Viereck
|
55e0f8ceff
|
Fix calculation of EditSession.getScreenLength.
|
2011-05-17 20:19:26 +02:00 |
|
Julian Viereck
|
56619e516b
|
Add 20px more width to the editor/cli
|
2011-05-17 20:09:13 +02:00 |
|
Fabian Jakobs
|
0400be7be6
|
remove illegal token from coffee demo
|
2011-05-16 18:04:57 +00:00 |
|
Fabian Jakobs
|
f4a9c1bc78
|
improve coffee script error messages
|
2011-05-16 18:03:00 +00:00 |
|
Fabian Jakobs
|
32b255963d
|
add coffee script syntax checking in a worker
|
2011-05-16 17:22:28 +00:00 |
|
Fabian Jakobs
|
b5d5d732cc
|
update packaged ace
|
2011-05-16 17:19:47 +00:00 |
|
Fabian Jakobs
|
c84dc5debb
|
missing komma made fold and foldStart global
|
2011-05-16 15:10:12 +00:00 |
|
Fabian Jakobs
|
6e2e81d8b5
|
fix cli resizing in ff
|
2011-05-16 15:07:06 +00:00 |
|
Fabian Jakobs
|
f65b2d30fc
|
fix #240
|
2011-05-16 15:00:25 +00:00 |
|
Fabian Jakobs
|
9154938173
|
update packaged ace
|
2011-05-16 14:59:32 +00:00 |
|
Fabian Jakobs
|
cbd1baed6e
|
add information about element CSS styles
|
2011-05-16 07:45:07 -07:00 |
|
Fabian Jakobs
|
2f906bb2c6
|
refactor worker creation. Fix issue #245
|
2011-05-16 14:31:32 +00:00 |
|
Fabian Jakobs
|
0c1245091e
|
some CSS tweaks in the demo
|
2011-05-16 14:30:27 +00:00 |
|
Fabian Jakobs
|
cd577a96f9
|
ignore npm dir
|
2011-05-16 13:44:41 +00:00 |
|
Fabian Jakobs
|
6b8028fed1
|
update packaged ace
|
2011-05-16 13:43:39 +00:00 |
|
Fabian Jakobs
|
72383f0e75
|
No need to fallback to existing requireJS. Fix issue #198
|
2011-05-16 13:41:01 +00:00 |
|
Fabian Jakobs
|
63ef30a156
|
Merge branch 'master' of github.com:ajaxorg/ace
|
2011-05-16 15:27:12 +02:00 |
|
Fabian Jakobs
|
40d449ffb4
|
Merge pull request #233 from probonogeek/master
CSS Sytnax Rule Improvements
|
2011-05-16 06:26:06 -07:00 |
|
Fabian Jakobs
|
427a6a55fc
|
pilot
|
2011-05-16 15:24:44 +02:00 |
|
Fabian Jakobs
|
ec986e2f28
|
Merge pull request #243 from nightwing/pullreq
fixed several annoying bugs
|
2011-05-16 06:09:07 -07:00 |
|
nightwing
|
5479c69482
|
fix bug from previous commit, splits is undefined
|
2011-05-16 18:03:06 +05:00 |
|
Fabian Jakobs
|
a776966da3
|
fix left column layout
|
2011-05-16 12:39:57 +00:00 |
|
Fabian Jakobs
|
e7f32433c7
|
update pilot
|
2011-05-16 13:51:04 +02:00 |
|
Fabian Jakobs
|
2e6abeae8a
|
Merge pull request #246 from jviereck/master
Move demo's options to the right, improve textmate theme
|
2011-05-16 02:47:46 -07:00 |
|
nightwing
|
03a88d3fcf
|
faster screenToDocumentPosition, and right clamping for wrapped mode
|
2011-05-15 23:34:46 +05:00 |
|
nightwing
|
02f8faee55
|
fix $setUndoSelection for multiline deltas
|
2011-05-15 22:08:15 +05:00 |
|
Julian Viereck
|
c1f3d06b91
|
Add a one-pixel gutter border to the textmate theme.
|
2011-05-15 13:46:25 +02:00 |
|
Julian Viereck
|
71364a8497
|
Move options from the top to the left side in the demo.
|
2011-05-15 13:44:36 +02:00 |
|
nightwing
|
893c36c313
|
bind Ctrl-Shift-Home/End to selecttoStart/end on windows
|
2011-05-15 00:01:56 +05:00 |
|
nightwing
|
db1c016b12
|
use requestAnimationFrame to allow new browsers to schedule renders
for better performance
|
2011-05-14 22:57:50 +05:00 |
|
nightwing
|
648888a01e
|
CHANGE_FULL mustn't scrollCursorIntoView
|
2011-05-14 22:44:03 +05:00 |
|
nightwing
|
a7f77276db
|
allow pointer events to text layer
|
2011-05-14 22:40:58 +05:00 |
|
nightwing
|
67393faabf
|
better folding example in demo
|
2011-05-11 10:54:42 +05:00 |
|
nightwing
|
3cd9162103
|
fix bug when same folded row is shown twice while scrolling
and optimize usage of getRowFoldEnd
|
2011-05-11 10:26:43 +05:00 |
|
nightwing
|
2c9404224b
|
restore setInnerHtml optimization for text layer
|
2011-05-10 23:43:49 +05:00 |
|
nightwing
|
0ddf25b27b
|
clamp row before clamping column
|
2011-05-09 15:19:36 +05:00 |
|
nightwing
|
577ee94011
|
remove some of redundant scrollCursorIntoView calls
(cursor was scrolling into view before changing)
|
2011-05-09 15:19:25 +05:00 |
|
Fabian Jakobs
|
53b2caaade
|
Merge pull request #238 from cadorn/master.
Quick bug fix and package.json config
|
2011-05-04 09:54:28 -07:00 |
|
cadorn
|
c13896a1e2
|
reverted ignore rules
|
2011-05-04 09:48:02 -07:00 |
|
cadorn
|
f530c1bccf
|
bugfix
|
2011-05-04 09:46:19 -07:00 |
|
cadorn
|
790565f084
|
removed extjs wrapper
|
2011-05-04 09:28:26 -07:00 |
|
cadorn
|
1e984d5733
|
merge from ajaxorg/master
|
2011-05-04 09:26:56 -07:00 |
|
Fabian Jakobs
|
27bb78a0a8
|
Merge pull request #235 from gigasquid/master.
Clojure mode - next line indent spacing
|
2011-05-02 20:58:03 -07:00 |
|
gigasquid
|
682386643e
|
Next line spacing default to 2 spaces rather than tab
|
2011-05-01 21:51:37 -04:00 |
|
Fabian Jakobs
|
42227e96c3
|
Merge pull request #232 from probonogeek/oldgecko-amp-fix.
OldGecko Ampersand Fix
|
2011-05-01 07:54:27 -07:00 |
|
Fabian Jakobs
|
ac8c73d390
|
Merge pull request #234 from jviereck/master.
EditSession.$resetRowCache failed for row == 0
|
2011-05-01 07:41:57 -07:00 |
|
Julian Viereck
|
2518c26d7e
|
Fixing Edit_Session.$resetRowCache in case row == 0.
|
2011-05-01 12:27:37 +02:00 |
|
Fabian Jakobs
|
8cafb75db0
|
update packaged ace
|
2011-05-01 09:41:40 +00:00 |
|