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 65446 - "Show the Javadoc Window Action" action does not work
Summary: "Show the Javadoc Window Action" action does not work
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 22:32 UTC by hferland
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log with the exceptions (66.67 KB, text/plain)
2005-10-03 16:23 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hferland 2005-09-29 22:32:52 UTC
JSP keeps the old keybinding (Ctrl-Shift-T) for "Show Javadoc" after the
key-binding was changed to Ctrl-Shift-Space. New keybinding works in Java editor
but not in JSP editor.
Comment 1 Marek Fukala 2005-10-03 16:22:50 UTC
Seems to be caused by a problem is options. There is a huge number of exceptions
and error messages (attached) after I remove the default shortcut, add a new one
and close options dialog. Reassigning to editor for evaluation.
Comment 2 Marek Fukala 2005-10-03 16:23:40 UTC
Created attachment 25459 [details]
messages.log with the exceptions
Comment 3 Miloslav Metelka 2005-10-05 08:38:22 UTC
We will attempt to fix the NPE in MimeOptionFile.
Regarding Ctrl-Shift-T for Show Javadoc I don't see any reason why this should
differ from other languages where it's Ctrl-Shift-Space so I would highly vote
for having the latter shortcut to be uniform for all languages.
Comment 4 Martin Roskanin 2005-10-07 17:16:09 UTC
partially fixed in [maintrunk]

editor exceptions should not appear. The problem was:
Reloading and parsing XML file while the saving was not finished.
that's why: org.xml.sax.SAXParseException: Premature end of file.

For now I cannot reproduce original problem due to the issue with keybinings.
Keystrokes of editor actions are not shown in new options dialog, leaving the
issue open.

/cvs/editor/src/org/netbeans/modules/editor/options/MIMEOptionFolder.java,v  <--
 MIMEOptionFolder.java
new revision: 1.12; previous revision: 1.11
Comment 5 Jan Jancura 2005-11-01 15:03:12 UTC
id = javadoc-show-action
Comment 6 Jan Becicka 2005-11-01 15:11:30 UTC
action is in java/editor 
Comment 7 Miloslav Metelka 2005-11-15 15:16:29 UTC
I have tested the Ctrl-Shift-SPACE in jsp editor in today's build and it works
fine so I'm closing the issue as fixed. Please reopen if the problem reappears.