Re: [groovy-dev] groovy for IDEA custom language API
Hello Dierk,
Did you try to contact Franck Rasolo who's working on the IDEA plugin?
I think he'd need some coding hands for that. He's a very knowledgable
person regarding the OpenAPI.
Moreover, I noticed that JetBrains just opened their Structure view:
which means we'll also be able to show arbitrary nodes in the
Structure pane.
Nice
Guillaume
On Tue, 1 Mar 2005 23:36:40 +0100, Dierk Koenig
<dierk.koenig@...> wrote:
> Hiall,
>
> just to let you know:
>
> I played around a little with IDEA's new custom language API and
> the JavaScript example that they provide for this purpose.
> I got it working with Groovy for the easy cases like
> brace matching, code folding, highlighting properties,
> file type recognition, custom icon, etc.
> The beef for sure is the Lexer and Parser.
> I hope we can reuse all the JSR Parser work.
> What is then left is changing all the "visitors" that
> work on the AST to map nodes to the PSI. This seems at fist
> glance to require some days of work but should be
(Continue reading)