org.openoffice.ide.eclipse.core.editors.syntax
Class UnoidlWordDetector

java.lang.Object
  extended by org.openoffice.ide.eclipse.core.editors.syntax.UnoidlWordDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWordDetector

public class UnoidlWordDetector
extends java.lang.Object
implements org.eclipse.jface.text.rules.IWordDetector

Basic rule to detect words in the text.

Author:
cedricbosdo

Constructor Summary
UnoidlWordDetector()
           
 
Method Summary
 boolean isWordPart(char pChar)
          
 boolean isWordStart(char pChar)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnoidlWordDetector

public UnoidlWordDetector()
Method Detail

isWordStart

public boolean isWordStart(char pChar)

Specified by:
isWordStart in interface org.eclipse.jface.text.rules.IWordDetector

isWordPart

public boolean isWordPart(char pChar)

Specified by:
isWordPart in interface org.eclipse.jface.text.rules.IWordDetector