Wassup. I'm writing an application for web development. I have run into an issue and can't seem to overcome it. I have a button within the application that upon being clicked, will create a new tab that contains a rich text box. This new tab can then be used to edit existing files, or save new files.
My problem is this; is there a way I can check for specific words in each text box in every tab and then change that words colour? For example, if the sentence int a = 2; is typed, is there a way to change the colour of only the word int and the number 2?
All responses are welcome!