Priority
Normal
Type
Feature 
State
Open 
Assignee
Maxim Mossienko 
Subsystem
No subsystem 
Affected versions
Fix for
Build
0
Severity
0
  • Submitted by   KT
    11 months ago (10 Feb 2009 04:56)
  • Updated by   Vyacheslav Lukianov
    11 days ago (28 Jan 2010 18:25)
  • Jira: IDEA-47777
    (history, comments)

IDEA-47777

JavaFX Support

68
When will you add support for JavaFX script file format in IntelliJ with code completion, etc?

Environment: WindowsXP
Comments (8)
 
History (1)
 
Links
 
Maxim Mossienko
  Maxim Mossienko
19 Mar 2009 21:47
(10 months ago)
#permalink
Next EAP of IDEA 8.1.1 (9772+) build will have minimal keyword highlighting and world / keyword completion.
It is possible to setup external tools for compiling / running JavaFX as follows:
JavaFX compiler:
Program: Path To javafxc (e.g. C:\Program Files\JavaFX\javafx-sdk1.1\bin\javafxc.exe)
Parameters: -sourcepath $Sourcepath$ $FilePathRelativeToSourcepath$
Working Directory: $SourcepathEntry$
JavaFX:
Program: Path To javafx (e.g. C:\Program Files\JavaFX\javafx-sdk1.1\bin\javafx.exe)
Parameters: $FilePackage$.$FileNameWithoutExtension$
Working Directory: $SourcepathEntry$
Maxim Mossienko
  Maxim Mossienko
16 Nov 2009 20:35
(2 months ago)
#permalink
Is it still alive and thriving?
Björn Kautler
  Björn Kautler
16 Nov 2009 20:38
(2 months ago)
#permalink
JavaFX?
Sure
Craig Day
  Craig Day
17 Nov 2009 05:22
(2 months ago)
#permalink
Guys if you don't do this you will be the only major IDE not supporting JavaFX. JavaFX is definitely on our roadmap.
Andrey Lomakin
  Andrey Lomakin
22 Nov 2009 11:55
(2 months ago)
#permalink
I agree with you. JavaFX is cheaper than Flash/Flex faster to develop and I think will have the same or better visualisation means very soon.
Björn Kautler
  Björn Kautler
23 Nov 2009 13:01
(2 months ago)
#permalink
Frees is cheaper than free? o_O
You don't have to use the Flex Builder but can use IntelliJ and thus Flex is as free as JavaFX.
But as I work with it now for a year I can say the Flex is very baaad and I would prefer using JavaFX for the same task I use Flex now.
geekycoder
  geekycoder
11 Dec 2009 11:20
(8 weeks ago)
#permalink
Agree. JavaFX could be another differentiator for Intellij. I hardly can imagine the kind of innovation that Intellij can do to JavaFX development. Intellij always exceed the expectation for software innovation. One very useful refactor/Wizard that Intellij can do to JavaFX is automatically bridging bwt JavaFX class and Java class through a adapter.
Alix Warnke
  Alix Warnke
27 Jan 2010 21:53
(12 days ago)
#permalink
I'm surprised this hasn't been done a long time ago for IntelliJ