mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Uses a method from Marijn Haverbeke to establish an array of nested tokens This means chars in the document don't need to be scanned and the array worked out in a more complex way It means quite a few lines can be condensed down to just 3 Also means it's far less expensive on the CPU, meaning there is no sluggishness onCursorActivity on large documents (ie typing etc)