RedDragonWebDesign / adblock-filter-analyzer

AdBlock Filter Syntax code highlighter and partial validator. Colorizes and explains the syntax. Good for learning.
https://www.reddragonwebdesign.com/projects/adblock-filter-analyzer/
17 stars 1 forks source link

break richtextbox off into its own project/class/module, after all the bugs are fixed #27

Open RedDragonWebDesign opened 4 years ago

RedDragonWebDesign commented 4 years ago

For one of the bugs, I'm going to have to keep track of the last input before the current input in a variable. That kind of stuff should be handled by the class, invisible to the user.

Same with fixing the cursor.

RedDragonWebDesign commented 4 years ago

Move parseRichText to richTextBox class