cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

JavaFXM3NewAndNoteworthy

Revision as of 12:47, 5 November 2009 by Admin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)

NewAndNoteworthy in Milestone 3 of JavaFX Plugin

Contents



Code Snippets - Palette

  Using drag and drop the developer could prototype new application very effectively in very short time. This feature helps developer to avoid typing of code which could be spent designing of the developed application. Dropped code part is live template so developer could change necessary values or parts of code right after the drop.
 http://wiki.netbeans.org/attach/JavaFXM3NewAndNoteworthy/CodeSnippetsPalette_JavaFXM3NewAndNoteworthy.png

Code completion has been improved

  The code completion feature has been improved in this milestone. For building the import statement we show the project packages (unlike in the previous version). There should be less cases where we show nothing (there are still such cases).
 http://wiki.netbeans.org/attach/JavaFXM3NewAndNoteworthy/completion-packages_JavaFXM3NewAndNoteworthy.png

Navigator has been improved

  Now it correctly works with "magic" members, what actually are not members. See picture below. PS: Sorry, picture is incorrect, red highlighting there covered attributes. "Magic" vars are: angle1, angle2 and transform.
 http://wiki.netbeans.org/attach/JavaFXM3NewAndNoteworthy/navigator2_JavaFXM3NewAndNoteworthy.png

Improved Reformat

 Now we are able to reformat code and code fragments to provide better reading experience.