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 219344 - Use the new annotation to register keywords for panels in Options dialog
Summary: Use the new annotation to register keywords for panels in Options dialog
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 10:32 UTC by Theofanis Oikonomou
Modified: 2012-10-25 10:52 UTC (History)
1 user (show)

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 Theofanis Oikonomou 2012-10-02 10:32:11 UTC
A new annotation (bug 218312) was introduced to register keywords for various
panels present in the options window. Please, add appropriate keywords and/or
use the annotation to any panel you choose to, so that the search in options
window works as expected. 

javascript.editing module already uses the annotation. Please, re-assign if this is not the correct component. Thank you
Comment 1 Theofanis Oikonomou 2012-10-24 13:03:47 UTC
You can add more keywords if you choose to at any time. Fixed: http://hg.netbeans.org/core-main/rev/11e3f5fa91ce
Comment 2 Petr Pisl 2012-10-24 14:28:51 UTC
It's good that you have fixed, but problem is that the code is not used anymore. javascript.editing is the old java script editor that is not a part of the build anymore. The new JS editor is in javascript2.editor :).
Comment 3 Theofanis Oikonomou 2012-10-24 14:41:47 UTC
true, did not catch this. Thanks. The javascript2.editor registers some hints under Java/Hints panel in the HintsAdvancedOption class. AFAIIK jlahoda is working on handling these hints.
Comment 4 Quality Engineering 2012-10-25 10:52:00 UTC
Integrated into 'main-golden', will be available in build *201210250921* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/11e3f5fa91ce
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Issue #219344 - Use the new annotation to register keywords for panels in Options dialog