first experiences with JFX plugin 1.2.4: ctrl-/, ctrl-LBM, ctrl-space

  • tbee
Posted: Wed, 04/14/2010 - 22:36

As you actually code you find what is missed most. For me this was:
- being able to (un)comment a block of lines by selecting them and pressing ctrl-/
- being able to jump to the source of a variable, class, etc by ctrl-LMB clicking
- command completion not really working: pressing ctrl-space after typing "Sta" I would expect a popup (it didn't come) which would list a.o. JavaFX's Stage. Expanding after a dot after a variable name that was declared above, did not work either. Maybe it has to do that I used classes and not classless scripts.

Pure coding and compiling want fairly well, not 100% perfect (needed to do a clean every now and then), but well enough to work with.

Thanks for your

  • maxkatz
  • 02/17/10
  • Thu, 04/15/2010 - 08:56

Thanks for your feedback...

1) Added to Jira: http://jira.exadel.org/browse/FXP-49
2) Already in Jira: http://jira.exadel.org/browse/FXP-47
3) Code assist - we are going to look into this more, as to why code assist not working

Fixed:

  • maxkatz
  • 02/17/10
  • Thu, 05/13/2010 - 08:31