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 150246 - Completion: FontStyle shows $ classes
Summary: Completion: FontStyle shows $ classes
Status: VERIFIED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 16:02 UTC by Lark Fitzgerald
Modified: 2008-10-27 19:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (219.22 KB, image/jpeg)
2008-10-15 16:02 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2008-10-15 16:02:17 UTC
Tested using FX Cont trunk build 370 with SDK:
Product: javafx-1.0dev, Platform: windows-i586, Build-Number: 742, Build-ID: 2008-10-14_19-32-24 on NB6.5: 
Product Version: NetBeans IDE Dev (Build 200810130704)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

1. paste the following source:
import javafx.scene.Scene;
import javafx.scene.text.Font;
import javafx.scene.text.FontStyle;
import javafx.scene.text.Text;
import javafx.stage.Stage;

/**
 *
 * @author Lark
 */

Stage{
    title: "Application title"
    width: 250
    height: 80
    scene: Scene{
        content: Text {
            x: 10, y: 30
            content: "Application content"
            font: Font {
                size: 24
                style: FontStyle {
                    
                }
            }
        }
    }
}

2. position cursor on blank line after FontStyle {
3. ctrl+space

List contents all start with $  (image attached)
Comment 1 Lark Fitzgerald 2008-10-15 16:02:57 UTC
Created attachment 71875 [details]
screenshot
Comment 2 Lark Fitzgerald 2008-10-18 03:44:50 UTC
test added
http://hg.netbeans.org/javafx?cmd=changeset;node=0dc5124787a3
Comment 3 Lark Fitzgerald 2008-10-24 21:53:30 UTC
$classes are no longer shown in DESKTOP configuration.  They are now shown in the MOBILE configuation (without the $)

Product Version: NetBeans IDE 6.5 RC1 (Build 200810171318)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Promoted Installer build 13 contains SDK 43
Comment 4 Lark Fitzgerald 2008-10-27 19:27:42 UTC
Continuous build 455/SDK 44 Build-Number: 765, Build-ID: 2008-10-23_20-59-55 on:
Product Version: NetBeans IDE 6.5 RC2 (Build 200810171318)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)