|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radrails.rails.internal.ui.editors.css.CSSWordDetector
Word detector for CSS keywords. Uses regular expressions. CSS keywords can start with any word character, and can contain any word character or a '-' character.
Constructor Summary | |
CSSWordDetector()
|
Method Summary | |
boolean |
isWordPart(char c)
|
boolean |
isWordStart(char c)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CSSWordDetector()
Method Detail |
public boolean isWordStart(char c)
isWordStart
in interface org.eclipse.jface.text.rules.IWordDetector
IWordDetector.isWordStart(char)
public boolean isWordPart(char c)
isWordPart
in interface org.eclipse.jface.text.rules.IWordDetector
IWordDetector.isWordPart(char)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |