Files
ICEcoder/lib
Matt Pass 2912e351f5 savedPoints plus function removed and improved
savedPoints now replaces changedContent
It's role is also different - it contains the integer change num from CM
on load/save/revert etc. We can compare this against the current change
num provided by CM (changeGeneration) to see if content has changed
Removed redoChangedContent function. This was only called once (by
editor.php) on all keyup's and we used ropey key detection to set
changedContent. As we're no longer storing changed doc values, we no
longer need this, and as redoTabHighlight is already called on CM change
(much more efficient BTW), we now don't need this function at all
getcMInstance can now accept a tab number, 'new' string or nothing (both
those last 2 use selectedTab)
Wrap fMIconVis setting in an if condition so we don't try to set it when
doc isn't there yet
All instances of changedContent now savedPoints where it still remains
2013-09-25 10:06:47 +01:00
..
2013-09-19 20:57:54 +01:00
2013-09-19 20:57:54 +01:00
2013-09-12 17:50:27 +01:00
2013-05-29 08:16:33 +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
2012-10-09 07:57:28 +01:00
2013-09-17 09:15:33 +01:00
2013-08-30 09:06:00 +01:00