1 Replies Last post: Jan 11, 2009 3:53 PM by Dmitry Jemerov  
Peter Wolf Newbie 40 posts since
Nov 24, 2008
Currently Being Moderated

Jan 8, 2009 3:02 AM

Looking for Runner documentation

Hello once again,

 

I have the Lexer, Parser, Syntax Coloring, Error Highlighting, Brace Matching and Folding all working very nicely now.  Thank you all again.

 

Now I would like to enable running my Clojure scripts.  However, the "Developing a Custom Language Plugin" document does not talk about this.

 

Where do I find it?  How do I hook up the run/debug/profile buttons for my custom language?

 

Thanks again

Peter

Dmitry Jemerov JetBrains 8,543 posts since
Aug 19, 2002
Currently Being Moderated
Jan 23, 2009 4:37 PM in response to: Peter Wolf
Re: Looking for Runner documentation

Hello Peter,

 

Hello once again,

 

I have the Lexer, Parser, Syntax Coloring, Error Highlighting, Brace

Matching and Folding all working very nicely now.  Thank you all

again.

 

Now I would like to enable running my Clojure scripts.  However, the

"Developing a Custom Language Plugin" document does not talk about

this.

 

Where do I find it?  How do I hook up the run/debug/profile buttons

for my custom language?

 

At the moment there's no high-level overview of the run/debug system, and

your best bet is looking at existing custom language plugins and seeing how

run/debug is implemented there.

 

--

Dmitry Jemerov

Development Lead

JetBrains, Inc.

http://www.jetbrains.com/

"Develop with Pleasure!"

 

 

 

More Like This

  • Retrieving data ...