The Artima Developer Community
Sponsored Link

Java Buzz Forum
Brian Goetz: JavaFX Plugin For IntelliJ

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Brian Goetz: JavaFX Plugin For IntelliJ Posted: May 1, 2008 6:28 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Brian Goetz: JavaFX Plugin For IntelliJ
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement
Brian Goetz on openjfx-compiler mailing list:
I've been spending some time the last few days writing an
IntelliJ plugin for JavaFX.  So far, I've got it to:

  - recognize .fx files as belonging to JavaFX and associate
    them with the plugin;
  - Add the "new JavaFX Class" action to the new menu;
  - Invoke the JavaFX compiler to compile JavaFX files into
    your project's classes directory, alongside Java files;
  - Capture compilation errors and route clickable diagnostics
    back to the "Compilation Errors" pane.

This is all pretty trivial, but its a good start.  Next is the
hard one:

    hooking up the compiler to the editor.

Thank god for sample code.  There's hardly any docs.

When I make more progress I'll package it and figure out where
to check it in.  Right now, I'm packaging the compiler JARs in 
the plugin, which is probably less than optimal, but avoids
the step of configuring where the FX SDK is.

Read: Brian Goetz: JavaFX Plugin For IntelliJ

Topic: InCisif Software released vsTODOlist on 04/06/2008 Previous Topic   Next Topic Topic: An aspirin for the testing community

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use