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 174212 - Global Advanced Options are absent in C++ category
Summary: Global Advanced Options are absent in C++ category
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-09 12:50 UTC by Vladimir Voskresensky
Modified: 2009-10-09 16:51 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 Vladimir Voskresensky 2009-10-09 12:50:25 UTC
Vladimir,

do you know if anything has changed which would break the fix for

http://www.netbeans.org/issues/show_bug.cgi?id=91044

e.g. the folder under OptionsDialog isn't called CPlusPlus anymore?

We have an entry like this:


    <folder name="OptionsDialog">
    <folder name="CPlusPlus" >
        <file name="GlobalAdvancedOption.instance">
        <attr name="instanceClass"
              stringvalue="com.sun.tools.debugger.dbxgui.debugger.options.GlobalAdvancedOption"/>
        <attr name="instanceOf"
              stringvalue="org.netbeans.spi.options.OptionsPanelController"/>
                <attr name="position" intvalue="550"/>
        </file>
    </folder>

    <folder name="Advanced">
            <file name="TermAdvancedOption.instance">
                <attr name="instanceClass"
                      stringvalue="com.sun.tools.debugger.dbxgui.termx.TermAdvancedOption"/>
            </file>
    </folder>

but GlobalAdvancedOption doesn't show up.
Comment 1 Vladimir Voskresensky 2009-10-09 16:51:16 UTC
fixed by correct registration
http://lessing.sfbay.sun.com/hg/toolshg/rev/0a13a361d869