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 69371 - suggestions JavaHelp will be invoked?
Summary: suggestions JavaHelp will be invoked?
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-26 06:25 UTC by Masaki Katakai
Modified: 2005-11-30 17:01 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 Masaki Katakai 2005-11-26 06:25:39 UTC
suggestions.html exists under

tasklist\suggestions\src\org\netbeans\modules\tasklist\suggestions\help

Is this javahelp? How to invoke it? When I tried to invoke javahelp by the
following steps, however it does not work.

1. Tool -> Options
2. Advanced Options
3. IDE Configuration -> System -> Suggestion Framek
4. click ? image, it shows error.
Comment 1 _ pkuzel 2005-11-30 16:34:14 UTC
It looks like JavaHelp content.

It's not registered to be displayed under main menu Help. It should be probably
moved to tasklist/suggestions/ui and registered to be shown under Help.
Comment 2 _ pkuzel 2005-11-30 16:54:00 UTC
Actually it should be added as Help: Help Content section.

It's achieved by registering it at layer:

  Services/
        <folder name="JavaHelp">
            <!-- Merge after Core IDE Help: -->
            <attr
name="org-netbeans-modules-usersguide-above-regular.txt/org-netbeans-modules-tasklist-usertasks-helpsetref.xml"
boolvalue="true"/>

            <file name="org-netbeans-modules-tasklist-usertasks-helpsetref.xml"
url="helpsetref.xml"/>

            <!-- Merge before 3rd party help: -->
            <attr
name="org-netbeans-modules-tasklist-usertasks-helpsetref.xml/org-netbeans-modules-usersguide-below-regular.txt"
boolvalue="true"/>
        </folder>
Comment 3 _ pkuzel 2005-11-30 17:01:23 UTC
Moved to Suggestions UI module:

RCS file:
/shared/data/ccvs/repository/tasklist/suggestions/ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/Map.jhm,v
done
Checking in ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/Map.jhm;
/shared/data/ccvs/repository/tasklist/suggestions/ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/Map.jhm,v
 <--  Map.jhm
initial revision: 1.1
done
RCS file:
/shared/data/ccvs/repository/tasklist/suggestions/ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/suggestions.html,v
done
Checking in
ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/suggestions.html;
/shared/data/ccvs/repository/tasklist/suggestions/ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/suggestions.html,v
 <--  suggestions.html
initial revision: 1.1
done
RCS file:
/shared/data/ccvs/repository/tasklist/suggestions/ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/HelpSet.hs,v
done
Checking in
ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/HelpSet.hs;
/shared/data/ccvs/repository/tasklist/suggestions/ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/HelpSet.hs,v
 <--  HelpSet.hs
initial revision: 1.1
done
RCS file:
/shared/data/ccvs/repository/tasklist/suggestions/ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/Contents.toc,v
done
Checking in
ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/Contents.toc;
/shared/data/ccvs/repository/tasklist/suggestions/ui/javahelp/org/netbeans/modules/tasklist/suggestions/ui/docs/Contents.toc,v
 <--  Contents.toc
initial revision: 1.1
done
Removing src/org/netbeans/modules/tasklist/suggestions/help/Map.jhm;
/shared/data/ccvs/repository/tasklist/suggestions/src/org/netbeans/modules/tasklist/suggestions/help/Map.jhm,v
 <--  Map.jhm
new revision: delete; previous revision: 1.1
done
Removing src/org/netbeans/modules/tasklist/suggestions/help/suggestions.html;
/shared/data/ccvs/repository/tasklist/suggestions/src/org/netbeans/modules/tasklist/suggestions/help/suggestions.html,v
 <--  suggestions.html
new revision: delete; previous revision: 1.2
done
Removing src/org/netbeans/modules/tasklist/suggestions/help/Contents.toc;
/shared/data/ccvs/repository/tasklist/suggestions/src/org/netbeans/modules/tasklist/suggestions/help/Contents.toc,v
 <--  Contents.toc
new revision: delete; previous revision: 1.1
done
Removing src/org/netbeans/modules/tasklist/suggestions/help/HelpSet.hs;
/shared/data/ccvs/repository/tasklist/suggestions/src/org/netbeans/modules/tasklist/suggestions/help/HelpSet.hs,v
 <--  HelpSet.hs
new revision: delete; previous revision: 1.1
done
RCS file:
/shared/data/ccvs/repository/tasklist/suggestions/ui/src/org/netbeans/modules/tasklist/suggestions/ui/helpsetref.xml,v
done
Checking in ui/src/org/netbeans/modules/tasklist/suggestions/ui/helpsetref.xml;
/shared/data/ccvs/repository/tasklist/suggestions/ui/src/org/netbeans/modules/tasklist/suggestions/ui/helpsetref.xml,v
 <--  helpsetref.xml
initial revision: 1.1
done
Checking in
ui/src/org/netbeans/modules/tasklist/suggestions/ui/suggestions-layer.xml;
/shared/data/ccvs/repository/tasklist/suggestions/ui/src/org/netbeans/modules/tasklist/suggestions/ui/suggestions-layer.xml,v
 <--  suggestions-layer.xml
new revision: 1.3; previous revision: 1.2
done