Files
ICEcoder/lib
Matt Pass 6579378e19 Reworked render line and diff functions
renderLineStyle is now an array of style arrays
cMonScroll function added to move scroll position of other pane to match
The on('renderLine') event now covers all lines, a change since earlier
versions of CodeMirror
This means a reworking of code was needed here to firstly identify a
matching pane and then if we have a match, add the style. Done in a for
loop and considers array items in renderLineStyle
Reworked much of the updateDiffs functin to reset array & value to begin
with and push to renderLineStyle array now. Also only doing this if we
have a height higher than normal to set, for perf reasons
No need to set renderLineStyle to false anymore
Finally, sorted the order things happen into 2 logical sections - main
pane changes first then diff pane changes after
2014-10-26 07:10:46 +00:00
..
2014-09-26 15:32:28 +01:00
2014-10-11 12:40:18 +01:00
2014-04-10 10:04:28 +01:00
2014-06-23 08:42:49 +01:00
2014-09-18 09:15:46 +01:00
2014-08-21 15:31:33 +01:00
2014-10-11 12:41:28 +01:00
2013-04-30 17:48:54 +01:00
2013-07-07 15:27:09 +01:00
2013-04-20 16:12:32 +01:00
2013-12-29 14:41:18 +00:00
2012-10-09 07:57:28 +01:00