Package org.openoffice.ide.eclipse.core.editors.syntax

Interface Summary
IUnoidlSyntax This class only defines the UNO-IDL main keywords in function of their use in the file.
 

Class Summary
EqualityNameRule Rule using a regex rule to highlight an equality.
NonRuleBasedDamagerRepairer The UNO-IDL document repairer.
RegexRule A scanning rule matching a regular expression.
UnoidlDocScanner UNO-IDL comment scanner.
UnoidlPartitionScanner Scanner splitting the text into partitions.
UnoidlPreprocessorScanner Scanner splitting the preprocessor commands into items to be colorized.
UnoidlScanner UNO-IDL code scanner.
UnoidlWhiteSpaceDetector A basic rule to detect the white spaces in the text.
UnoidlWordDetector Basic rule to detect words in the text.