Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » adding validation to a TextEditor
adding validation to a TextEditor [message #330964] Tue, 19 August 2008 17:33
Eclipse UserFriend
Hi, I am trying to add validation support to a TextEditor for a regular
txt file. As a user types I would like to underline a word with a red
wavy line if the word does not exists within an array/list of strings that
I have.

I am able to do it on an XML file using the
org.eclipse.wst.validation.internal.provisional.core.IValida tor class with
the org.eclipse.wst.sse.ui.sourcevalidation extension as shown in this
example:
http://www.eclipse.org/webtools/wst/components/sse/tutorials /source-validation.html

Thanks
Previous Topic:NullPointer exceptions in plug-in: "org.eclipse.ui.workbench"!?!
Next Topic:Problem with IDE.openEditor(URI): cannot open external file in UTF8
Goto Forum:
  


Current Time: Sun Feb 16 08:13:57 GMT 2025

Powered by FUDForum. Page generated in 0.03358 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top