Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » move RuleBasedScanner to org.eclipse.text?
move RuleBasedScanner to org.eclipse.text? [message #1818296] Wed, 11 December 2019 17:21
Henrik Rentz-Reichert is currently offline Henrik Rentz-ReichertFriend
Messages: 261
Registered: July 2009
Senior Member
Hi,

the RuleBasedScanner isn't depending on any UI stuff (SWT in particular) and we (the Eclipse eTrice project) need it in a headless application.

Is there a chance this and related classes could be moved to org.eclipse.text?

The classes we need all reside in package org.eclipse.jface.text.rules, are self contained and only depend on the org.eclipse.text bundle:
EndOfLineRule.java
ICharacterScanner.java
IPredicateRule.java
IRule.java
IToken.java
ITokenScanner.java
IWhitespaceDetector.java
IWordDetector.java
MultiLineRule.java
NumberRule.java
PatternRule.java
RuleBasedScanner.java
SingleLineRule.java
Token.java
WhitespaceRule.java
WordPatternRule.java
WordRule.java

Regards,
Henrik
Previous Topic:Undo/Redo keyboard shortcuts in a JFace dialog
Next Topic:How to make TextHover sticky?
Goto Forum:
  


Current Time: Fri Apr 26 12:53:24 GMT 2024

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

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

Back to the top