
Hi guys,
In my application, I would like to show the issues found during validation by adding squiggle lines under the problematic keywords etc. The validation process is not a part of the SyntaxEditor control, so I'm having a bit of trouble migrating your samples to my situation, since they pretty much all seems to rely on a class that can inspect the text of the SyntaxEditor and then add adornments as needed. I would like to add and remove squiggle lines when my validation has occurred, which happens on various occasions. I guess I'm looking for a more manual and external approach than the one you use in your samples, for adding squiggle lines. What's the best and easiest way to do that?
In my application, I would like to show the issues found during validation by adding squiggle lines under the problematic keywords etc. The validation process is not a part of the SyntaxEditor control, so I'm having a bit of trouble migrating your samples to my situation, since they pretty much all seems to rely on a class that can inspect the text of the SyntaxEditor and then add adornments as needed. I would like to add and remove squiggle lines when my validation has occurred, which happens on various occasions. I guess I'm looking for a more manual and external approach than the one you use in your samples, for adding squiggle lines. What's the best and easiest way to do that?