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 137548 - There's no way to re-enable hints that I previously disabled
Summary: There's no way to re-enable hints that I previously disabled
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on: 137318
Blocks:
  Show dependency tree
 
Reported: 2008-06-18 10:48 UTC by Kirill Sorokin
Modified: 2014-11-11 10:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Sorokin 2008-06-18 10:48:12 UTC
For Ruby there is NetBeans->Preferences->Ruby->Hints filled with checkboxes corresponding to different hints and their
state. There's nothing like that for Javascript and I do not know how to re-enable a hint that I disabled. Which config
file should I edit to achieve that?
Comment 1 Torbjorn Norbye 2008-06-18 23:37:21 UTC
Ruby has a top level category, just like Java does - for formatting settings, hint selection, etc. There has been a UI
spec for a while asking for these top level categories to go away and to be replaced by a general editor panel (with
more sub settings per language, the way we do it for the color&font chooser).

For that reason, I didn't add a UI for JavaScript since these were supposed to go away. 

For now, to reset your hint options, go to your user directory, and locate this folder:
config/Preferences/org/netbeans/modules/gsf/default
It will contain individual files for disabled hints, such as
text_javascript_AccidentalAssignment.properties
which contains
#Wed Jun 18 15:35:25 PDT 2008
enabled=false

I will add a hint setting as soon as the options rewrite is done for Java/Ruby - this is tracked in issue 137318.
Comment 2 Petr Pisl 2014-11-11 10:06:46 UTC
This works from NB 8.0