This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 151575 - Code completion does not add French quotes
Summary: Code completion does not add French quotes
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 154422
  Show dependency tree
 
Reported: 2008-10-28 11:42 UTC by Alexandr Scherbatiy
Modified: 2011-04-11 09:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-10-28 11:42:24 UTC
Steps to reproduce:

- Type 
--------------------------------
javafx.util.Sequences.
--------------------------------

- Press <Ctrl+Space>
- Select 'reverse(arg0: Object[]):Object[]' from the list
 The result is 
  javafx.util.Sequences.reverse(arg0)

- Set argument: 
  javafx.util.Sequences.reverse([]);

Build the code

JavaFXApplication\src\javafxapplication\Main.fx:10: You have missed out a part of the qualified name.
javafx.util.Sequences.reverse([]);
1 error

The code completion should insert French quotes in this case:
  javafx.util.Sequences.<<reverse>>([]);
Comment 1 David Strupl 2008-10-28 14:01:25 UTC
This is post 1.0 feature.
Comment 2 Anton Chechel 2011-04-11 09:12:17 UTC
Since Oracle has discontinued further development of JavaFX Script, JavaFX support has been temporarily removed from NetBeans 7.0.

http://wiki.netbeans.org/NewAndNoteworthyNB70#JavaFX