Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » IMP » Proposed change to ILanguageSyntaxProperties
Proposed change to ILanguageSyntaxProperties [message #629343] Mon, 27 September 2010 17:03
Adam Taylor is currently offline Adam Taylor
Messages: 12
Registered: August 2010
Junior Member
In order to support doubleclickstrategy add the following to ILanguageSyntaxProperties:

// used by the default doubleClickStrategy
public boolean isIdentifierStart(char c);
public boolean isIdentifierPart(char c);
public boolean isWhitespace(char c);

// allow language implementors to modify the default region
public IRegion getDoubleClickRegion(IRegion seed, IParseController parseController);
Previous Topic:"Mark occurrences" service in IMP
Next Topic:Proposed Change to Universal Editor
Goto Forum:
  


Current Time: Mon Oct 07 18:57:30 EDT 2013

Powered by FUDForum. Page generated in 0.01387 seconds