Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Which rule to use?
Which rule to use? [message #451416] Tue, 01 March 2005 15:41 Go to next message
Eclipse UserFriend
Originally posted by: raph.doocgen.org

Hi,

I have implemented my own editor for a proprietary language. But into my
code scanner I want to detect instruction with a generic method (not a
list of available instructions).

An instruction look like this :

InstructionName (
param1 := "value",
param2 := "value"
)

Can somebody help on which rule used to return a token on InstructionName?

Thanks

Raph
Re: Which rule to use? [message #451417 is a reply to message #451416] Tue, 01 March 2005 15:47 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
You should ask this question either on the eclipse.platform newsgroup:

news://news.eclipse.org/eclipse.platform

or maybe the tools newsgroup:

news://news.eclipse.org/eclipse.tools


"Raph" <raph@doocgen.org> wrote in message
news:d022ef$kk8$1@www.eclipse.org...
> Hi,
>
> I have implemented my own editor for a proprietary language. But into my
> code scanner I want to detect instruction with a generic method (not a
> list of available instructions).
>
> An instruction look like this :
>
> InstructionName (
> param1 := "value",
> param2 := "value"
> )
>
> Can somebody help on which rule used to return a token on InstructionName?
>
> Thanks
>
> Raph
Previous Topic:TreeViewer refresh
Next Topic:Extracting contents from a TableViewer object
Goto Forum:
  


Current Time: Tue Sep 24 04:10:51 GMT 2024

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

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

Back to the top