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 162400 - [Code Completion] function keyword is not suggested for attributes with function type
Summary: [Code Completion] function keyword is not suggested for attributes with funct...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: jprach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-10 14:45 UTC by Alexandr Scherbatiy
Modified: 2009-10-06 09:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2009-04-10 14:45:44 UTC
Steps to reproduce:

- Copy the code to the editor:
---------------------------------------------
import javafx.ext.swing.SwingButton;

SwingButton {
    text: "Button"
    action: 
}
---------------------------------------------

- Position cursor after 'action:' attribute and press <Ctrl+Space>
'function' keyword is not suggested.
Comment 1 Petr Nejedly 2009-09-18 13:40:39 UTC
Honza is working on bigger rewrite of keywords completion. It should go into 6.8
Comment 2 jprach 2009-10-05 10:50:14 UTC
The issue was already fixed in dev builds some time ago but the bug has not been closed yet.
Comment 3 Alexandr Scherbatiy 2009-10-06 09:26:02 UTC
verified in netbeans-trunk-nightly-200910030241-javafx-full.zip