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 151010 - Code completion for modifiers
Summary: Code completion for modifiers
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks: 154422
  Show dependency tree
 
Reported: 2008-10-22 13:27 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:48 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 2008-10-22 13:27:16 UTC
JavaFX_NB_Plugin_NB65_installer: 21-Oct-2008 22:23:35

  Product Version         = NetBeans IDE 6.5 RC1 (Build 200810171318)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.5.0_09; Java HotSpot(TM) Client VM 1.5.0_09-b03; Sun Microsystems Inc.

Steps to reproduce:

- Create A class:
----------------------------
class A{
}
----------------------------

- Type 'public-' in the class
----------------------------
class A{
    public-
}
----------------------------

- Press <Ctrl+Space>
- Select 'public-init'from the list
The result is:
----------------------------
class A{
    public-public-init 
}
----------------------------
Comment 1 Rastislav Komara 2008-10-22 15:04:15 UTC
.
Comment 2 David Strupl 2008-10-22 16:24:48 UTC
Please note that this should work fine for "public". The "only" problem with public-init is that it contains the dash
character ;-((
Comment 3 Petr Nejedly 2010-09-24 11:42:39 UTC
Reassigning javafx bugs to Adam.
Comment 4 David Strupl 2011-05-16 13:48:27 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.