mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 23:34:01 +01:00
Now just usage anonymous objects inline instead of creating for single use (saves adding extra vars and is less code) Removed findLen and replaceLen as only findLen was being used twice Replaced how we find & replace by using CM's searchcursor Fix to the selection on hover over nest items, doesn't need -1 (This is because I fixed CM's tagRangeFinder to include last line)