@Coises said in How to highlight lines with color one by one?:
…loop through character by character checking SCI_POINTYFROMPOSITION to determine where the wrapping happens
The original script fires its logic every time the UI is updated (maybe that could be changed to every time the data is modified instead).
When I wrote the original script, I had “performance” concerns for the script, with moderately-sized files and larger.
I have even more concerns about that if the script is changed for the newly requested feature for it (which would incorporate the “looping” @Coises mentioned).