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 149614 - Code completion: Only class level functions should be bold
Summary: Code completion: Only class level functions should be bold
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks: 154422
  Show dependency tree
 
Reported: 2008-10-09 12:24 UTC by Alexandr Scherbatiy
Modified: 2009-09-14 10:27 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-09 12:27:17 UTC
JavaFX_trunk_NB_Plugin_NB65_cont: #322 09-Oct-2008 05:16:39

  Product Version         = NetBeans IDE Dev (Build 200809151401)
  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:

- Copy the code to the editor:
-----------------------------------------------
public class A{
    public function a () {
    }
}


var c = A{};

c.
-----------------------------------------------

- Press <Ctrl+Space>
 The code completion list appears.
 'equals', 'notify', 'wait' and other functions are bold.
 Only 'a' function should be bold. See the Java editor.
Comment 1 Petr Nejedly 2009-09-04 15:25:45 UTC
Fixed by Jan Prach,
http://hg.netbeans.org/javafx/rev/d7ccc9ae8e64
Comment 2 Alexandr Scherbatiy 2009-09-14 10:27:01 UTC
verified in netbeans-trunk-nightly-200909132344-javafx-full.zip