- This topic has 3 replies, 2 voices, and was last updated 15 years, 8 months ago by Loyal Water.
-
AuthorPosts
-
Paul ZepernickMemberGood morning all,
I just installed MyEclipse 7.1 and cannot see the javadoc hover anymore. When I do the ctl-space I get the content assist box to pop up, but when I hover over a method I get the following. If you give focus to this box it’s listed at the very bottom. Is there anybody that knows how to fix this problem?
Thanks,
Paul
* Font definitions */ html { font-family:
‘Tahoma’,sans-serif; font-size: 8pt; font-style:
normal; font-weight: normal; } body, h1, h2, h3, h4,
h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt
{ font-size:1em; } pre { font-family: monospace; } /*
Margins */ body { overflow: auto; margin-top: 0px;
margin-bottom: 0.5em; margin-left: 0.3em; margin-
right: 0px; } h1 { margin-top: 0.3em; margin-bottom:
0.04em; } h2 { margin-top: 2em; margin-bottom:
0.25em; } h3 { margin-top: 1.7em; margin-bottom:
0.25em; } h4 { margin-top: 2em; margin-bottom:
0.3em; } h5 { margin-top: 0px; margin-bottom: 0px; }
p { margin-top: 1em; margin-bottom: 1em; } pre
{ margin-left: 0.6em; } ul { margin-top: 0px; margin-
bottom: 1em; } li { margin-top: 0px; margin-bottom:
0px; } li p { margin-top: 0px; margin-bottom: 0px; } ol
{ margin-top: 0px; margin-bottom: 1em; } dl { margin-
top: 0px; margin-bottom: 1em; } dt { margin-top:
0px; margin-bottom: 0px; font-weight: bold; } dd
{ margin-top: 0px; margin-bottom: 0px; } /* Styles
and colors */ a:link { color: #0000FF; } a:hover
{ color: #000080; } a:visited { text-decoration:
underline; } h4 { font-style: italic; } strong { font-
weight: bold; } em { font-style: italic; } var { font-
style: italic; } th { font-weight: bold; } print
public abstract void print(char[] s)
throws IOException
Print an array of characters. The characters
are written to the JspWriter’s buffer or, if no buffer is
used, directly to the underlying writer.Parameters: s – The array of chars to be printed
Throws: NullPointerException – If s is null
IOException – If an error occured while writing
Loyal WaterMemberPaul,
What editor are you working with? Can you list the steps to help us reproduce this issue at our end.Thanks.
Paul ZepernickMemberHi Nipun,
I’m in the MyEclipse Java Enterprise prospective. When I try and use the content assist and hover over a method I get the following. When I was using MyEclipse 5.1 it would show me the javadoc for the selected method. It looks like it’s displaying the css for the box or something. Have you heard any other problems about this?
* Font definitions */ html { font-family:
‘Tahoma’,sans-serif; font-size: 8pt; font-style:
normal; font-weight: normal; } body, h1, h2, h3, h4,
h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt
{ font-size:1em; } pre { font-family: monospace; } /*
Margins */ body { overflow: auto; margin-top: 0px;
margin-bottom: 0.5em; margin-left: 0.3em; margin-
right: 0px; } h1 { margin-top: 0.3em; margin-bottom:
0.04em; } h2 { margin-top: 2em; margin-bottom:
0.25em; } h3 { margin-top: 1.7em; margin-bottom:
0.25em; } h4 { margin-top: 2em; margin-bottom:
0.3em; } h5 { margin-top: 0px; margin-bottom: 0px; }
p { margin-top: 1em; margin-bottom: 1em; } pre
{ margin-left: 0.6em; } ul { margin-top: 0px; margin-
bottom: 1em; } li { margin-top: 0px; margin-bottom:
0px; } li p { margin-top: 0px; margin-bottom: 0px; } ol
{ margin-top: 0px; margin-bottom: 1em; } dl { margin-
top: 0px; margin-bottom: 1em; } dt { margin-top:
0px; margin-bottom: 0px; font-weight: bold; } dd
{ margin-top: 0px; margin-bottom: 0px; } /* Styles
and colors */ a:link { color: #0000FF; } a:hover
{ color: #000080; } a:visited { text-decoration:
underline; } h4 { font-style: italic; } strong { font-
weight: bold; } em { font-style: italic; } var { font-
style: italic; } th { font-weight: bold; } print
public abstract void print(char[] s)
throws IOException
Print an array of characters. The characters
are written to the JspWriter’s buffer or, if no buffer is
used, directly to the underlying writer.Parameters: s – The array of chars to be printed
Throws: NullPointerException – If s is null
IOException – If an error occured while writing
Loyal WaterMemberpzepernick,
I haven’t come across this issue being reported on the forums earlier and the dev team was unable to reproduce this at their end. Can you switch to a new workspace and and work with a new project and check if you are able to reproduce this issue. -
AuthorPosts