mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-04 07:44:01 +01:00
lineCount and charCount are var's no longer used, removed Add scrollBarVisible var, is true or false depending on if we have a scrollbar Removed numChars and charsToCursor vars as we're now using cM.indexFromPos which gives the same result, but using CodeMirror so probably more efficient A new ICEcoder.resultsLines array is now available, populated with unique line numbers of found results 4 other new vars added for new functionality and also filesQS which I'd missed adding before New functionality to create colored blocks and add into the container, at heights determined by the amount of content and colored according to which line we're on Else clause added to clear results and this container if we have a blank find string