Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » IMP » Proposed change to ILanguageSyntaxProperties
Proposed change to ILanguageSyntaxProperties [message #629343] Mon, 27 September 2010 21:03
Adam Taylor is currently offline Adam TaylorFriend
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 May 06 11:21:22 GMT 2024

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

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

Back to the top