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 60002 - Javadoc popup window cannot be activated in Tools | Options
Summary: Javadoc popup window cannot be activated in Tools | Options
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 60167 (view as bug list)
Depends on:
Blocks: 59972
  Show dependency tree
 
Reported: 2005-06-15 10:38 UTC by Roman Strobl
Modified: 2007-11-05 13:38 UTC (History)
2 users (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 Roman Strobl 2005-06-15 10:38:53 UTC
When I try to activate javadoc window for code completion in options, nothing
happens. I still can open javadoc window by pressing Ctrl-Shift-Space.
Comment 1 Petr Jiricka 2005-06-15 13:52:56 UTC
My first question would be why the documentation window is hidden by default.
From discussions on various forums, I gathered that people really like this
feature in NetBeans, and it is very useful to see Javadoc and other
documentation (JSP tag syntax, HTML tag syntax etc.) right from the editor. Why
is it hidden by default? Thanks.
Comment 2 Jesse Glick 2005-06-15 15:39:34 UTC
Not hidden by default for me. Make a new j2seproject w/ main class in a new
userdir, type "new String()." in the main method, and wait, and I get a popup
completion window w/ Javadoc working fine.
Comment 3 Roman Strobl 2005-06-15 15:46:53 UTC
Jesse, which build do you have? It shouldn't appear on 200506142000 - since new
code completion has been merged to trunk.
Comment 4 Roman Strobl 2005-06-16 17:29:06 UTC
*** Issue 60167 has been marked as a duplicate of this issue. ***
Comment 5 Lukas Hasik 2005-06-17 09:36:43 UTC
Guys, please note that this issue is q-build stopper
http://qa.netbeans.org/q-builds/Q-build-report-200506142000.html Please fix ASAP
and commit also to QBE200506142000 branch, don't forget that it's your
responsibility to check if the fix is good enought and safe. 
Comment 6 Miloslav Metelka 2005-06-20 14:00:21 UTC
Fixed in trunk:

Checking in
editor/completion/src/org/netbeans/modules/editor/completion/CompletionImpl.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionImpl.java,v
 <--  CompletionImpl.java
new revision: 1.3; previous revision: 1.2
done
RCS file:
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionJList.java,v
done
Checking in
editor/completion/src/org/netbeans/modules/editor/completion/CompletionJList.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionJList.java,v
 <--  CompletionJList.java
initial revision: 1.1
done
RCS file:
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionLayout.java,v
done
Checking in
editor/completion/src/org/netbeans/modules/editor/completion/CompletionLayout.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionLayout.java,v
 <--  CompletionLayout.java
initial revision: 1.1
done
RCS file:
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionLayoutPopup.java,v
done
Checking in
editor/completion/src/org/netbeans/modules/editor/completion/CompletionLayoutPopup.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionLayoutPopup.java,v
 <--  CompletionLayoutPopup.java
initial revision: 1.1
done
RCS file:
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionScrollPane.java,v
done
Checking in
editor/completion/src/org/netbeans/modules/editor/completion/CompletionScrollPane.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionScrollPane.java,v
 <--  CompletionScrollPane.java
initial revision: 1.1
done
RCS file:
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionSettings.java,v
done
Checking in
editor/completion/src/org/netbeans/modules/editor/completion/CompletionSettings.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionSettings.java,v
 <--  CompletionSettings.java
initial revision: 1.1
done
RCS file:
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/DocumentationScrollPane.java,v
done
Checking in
editor/completion/src/org/netbeans/modules/editor/completion/DocumentationScrollPane.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/DocumentationScrollPane.java,v
 <--  DocumentationScrollPane.java
initial revision: 1.1
done
Removing
editor/completion/src/org/netbeans/modules/editor/completion/ListCompletionView.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/ListCompletionView.java,v
 <--  ListCompletionView.java
new revision: delete; previous revision: 1.2
done
Removing
editor/completion/src/org/netbeans/modules/editor/completion/ScrollCompletionPane.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/ScrollCompletionPane.java,v
 <--  ScrollCompletionPane.java
new revision: delete; previous revision: 1.2
done
Removing
editor/completion/src/org/netbeans/modules/editor/completion/ScrollDocPane.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/ScrollDocPane.java,v
 <--  ScrollDocPane.java
new revision: delete; previous revision: 1.2
Comment 7 Miloslav Metelka 2005-06-20 14:27:00 UTC
Additional fix:

Checking in
completion/src/org/netbeans/modules/editor/completion/CompletionImpl.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionImpl.java,v
 <--  CompletionImpl.java
new revision: 1.4; previous revision: 1.3
Comment 8 Miloslav Metelka 2005-06-20 14:39:49 UTC
Oops, there is a regression in the field/method type displaying. I'm fixing that
now.
Comment 9 Miloslav Metelka 2005-06-20 15:42:27 UTC
Fixed item's type rendering in trunk:

Checking in
completion/src/org/netbeans/modules/editor/completion/CompletionJList.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionJList.java,v
 <--  CompletionJList.java
new revision: 1.3; previous revision: 1.2
done
Checking in
completion/src/org/netbeans/modules/editor/completion/CompletionScrollPane.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionScrollPane.java,v
 <--  CompletionScrollPane.java
new revision: 1.2; previous revision: 1.1
Comment 10 Miloslav Metelka 2005-06-20 18:05:20 UTC
Additional fix of anchoring of the javadoc popup to align with completion popup:

Checking in
completion/src/org/netbeans/modules/editor/completion/CompletionLayout.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionLayout.java,v
 <--  CompletionLayout.java
new revision: 1.2; previous revision: 1.1
Comment 11 Roman Strobl 2005-06-20 18:54:45 UTC
Verified in continuous build.
Comment 12 Roman Strobl 2005-06-20 18:55:43 UTC
Please commit the fix to Q-build branch, too.
Comment 13 Miloslav Metelka 2005-06-21 08:43:30 UTC
Integrated into QBE200506142000:
Checking in src/org/netbeans/modules/editor/completion/CompletionImpl.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionImpl.java,v
 <--  CompletionImpl.java
new revision: 1.2.2.1; previous revision: 1.2
done
Checking in src/org/netbeans/modules/editor/completion/CompletionJList.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionJList.java,v
 <--  CompletionJList.java
new revision: 1.3.2.1; previous revision: 1.3
done
Checking in src/org/netbeans/modules/editor/completion/CompletionLayout.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionLayout.java,v
 <--  CompletionLayout.java
new revision: 1.2.2.1; previous revision: 1.2
done
Checking in src/org/netbeans/modules/editor/completion/CompletionLayoutPopup.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionLayoutPopup.java,v
 <--  CompletionLayoutPopup.java
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in src/org/netbeans/modules/editor/completion/CompletionScrollPane.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionScrollPane.java,v
 <--  CompletionScrollPane.java
new revision: 1.2.2.1; previous revision: 1.2
done
Checking in src/org/netbeans/modules/editor/completion/CompletionSettings.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/CompletionSettings.java,v
 <--  CompletionSettings.java
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in src/org/netbeans/modules/editor/completion/DocumentationScrollPane.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/DocumentationScrollPane.java,v
 <--  DocumentationScrollPane.java
new revision: 1.1.2.1; previous revision: 1.1
done
Removing src/org/netbeans/modules/editor/completion/ListCompletionView.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/Attic/ListCompletionView.java,v
 <--  ListCompletionView.java
new revision: delete; previous revision: 1.2.2
done
Removing src/org/netbeans/modules/editor/completion/ScrollCompletionPane.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/Attic/ScrollCompletionPane.java,v
 <--  ScrollCompletionPane.java
new revision: delete; previous revision: 1.2.2
done
Removing src/org/netbeans/modules/editor/completion/ScrollDocPane.java;
/cvs/editor/completion/src/org/netbeans/modules/editor/completion/Attic/ScrollDocPane.java,v
 <--  ScrollDocPane.java
new revision: delete; previous revision: 1.2.2
Comment 14 Roman Strobl 2005-06-21 12:53:26 UTC
Verified in custom build from Q-build branch. Works properly now. Thanks!

To pjiricka: this fix makes javadoc on by default again. So when showing demos
on JavaOne the default configuration should mean javadoc enabled.