Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » javadoc cannot be showed correctly
javadoc cannot be showed correctly [message #333659] Sun, 21 December 2008 03:31 Go to next message
Eclipse UserFriend
Originally posted by: reg.zhuce.163.com

It always shows lots of css on top.How to show javadoc
directly(i.e.,without css as follow)?
/* Font definitions */ html { font-family:
'Tahoma',sans-serif; font-size: 10pt; 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; }
Re: javadoc cannot be showed correctly [message #333664 is a reply to message #333659] Mon, 22 December 2008 05:12 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
"dazh" <reg.zhuce@163.com> wrote in message
news:gikda4$q8m$1@build.eclipse.org...
> It always shows lots of css on top.How to show javadoc
> directly(i.e.,without css as follow)?
> [...bunch of css snipped]

Can you please be much more specific about your question? From what you
posted I can't even tell if you're talking about Eclipse, let alone what
version. I certainly can't tell where you are seeing this, or how you
caused it to happen, or what you have tried to fix it.
Re: javadoc cannot be showed correctly [message #334094 is a reply to message #333664] Tue, 20 January 2009 10:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alex78rus.xxxxx.ru

Walter Harley wrote:

> "dazh" <reg.zhuce@163.com> wrote in message
> news:gikda4$q8m$1@build.eclipse.org...
>> It always shows lots of css on top.How to show javadoc
>> directly(i.e.,without css as follow)?
>> [...bunch of css snipped]

> Can you please be much more specific about your question? From what you
> posted I can't even tell if you're talking about Eclipse, let alone what
> version. I certainly can't tell where you are seeing this, or how you
> caused it to happen, or what you have tried to fix it.

i've faced the same problem. It happened after i've added source code
archive for servlet-api.jar. i use ganymede 3.4.1 Build id: M20080911-1700

screenshot: http://img168.imageshack.us/img168/5262/wtffl7.jpg
Re: javadoc cannot be showed correctly [message #334097 is a reply to message #334094] Tue, 20 January 2009 16:13 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Alexander Burkov wrote:
> Walter Harley wrote:
>
>> "dazh" <reg.zhuce@163.com> wrote in message
>> news:gikda4$q8m$1@build.eclipse.org...
>>> It always shows lots of css on top.How to show javadoc
>>> directly(i.e.,without css as follow)?
>>> [...bunch of css snipped]
>
>> Can you please be much more specific about your question? From what
>> you posted I can't even tell if you're talking about Eclipse, let
>> alone what version. I certainly can't tell where you are seeing
>> this, or how you caused it to happen, or what you have tried to fix it.
>
> i've faced the same problem. It happened after i've added source code
> archive for servlet-api.jar. i use ganymede 3.4.1 Build id:
> M20080911-1700
>
> screenshot: http://img168.imageshack.us/img168/5262/wtffl7.jpg
>
This is not Javadoc but some help info in a web editor. The source of
the problem seems to be a missing Browser widget.

Dani
Re: javadoc cannot be showed correctly [message #334107 is a reply to message #334097] Wed, 21 January 2009 08:23 Go to previous messageGo to next message
Alexander Burkov is currently offline Alexander BurkovFriend
Messages: 3
Registered: July 2009
Junior Member
Daniel Megert wrote:

> This is not Javadoc but some help info in a web editor. The source of
> the problem seems to be a missing Browser widget.

> Dani

yes, but this "help info in a web editor" comes from source code javadoc
comments.. but it doesnt really matter ;)

please, help me solve this problem. about that "Browser widget" are you
talking? does ganymede use IE as this browser "engine"? should i patch my
IE or add some libs to my ganymede?
Re: javadoc cannot be showed correctly [message #334108 is a reply to message #334107] Wed, 21 January 2009 10:40 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Alexander Burkov wrote:
> Daniel Megert wrote:
>
>> This is not Javadoc but some help info in a web editor. The source of
>> the problem seems to be a missing Browser widget.
>
>> Dani
>
> yes, but this "help info in a web editor" comes from source code
> javadoc comments.. but it doesnt really matter ;)
>
> please, help me solve this problem. about that "Browser widget" are
> you talking? does ganymede use IE as this browser "engine"? should i
> patch my IE or add some libs to my ganymede?
So, I assume you're on Windows? Just to verify that this is the case:
can you try whether (real) Javadoc is shown by the Java editor and in
the Javadoc view?

Dani
Re: javadoc cannot be showed correctly [message #334116 is a reply to message #334108] Wed, 21 January 2009 13:21 Go to previous messageGo to next message
Alexander Burkov is currently offline Alexander BurkovFriend
Messages: 3
Registered: July 2009
Junior Member
Daniel Megert wrote:

> So, I assume you're on Windows? Just to verify that this is the case:
> can you try whether (real) Javadoc is shown by the Java editor and in
> the Javadoc view?

> Dani

i've unplug sources and plug javadoc(via link to
http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr 2/index.html).
but, unfortunately, it haven't solve my problem :(

In .java editor all works just fine.

Without jdocs and sources ganymede doesn't show anything in java editor
both in jsp editor (no wonder..)

So, it seems that the problem is in the jsp editor.
Re: javadoc cannot be showed correctly [message #334117 is a reply to message #334116] Wed, 21 January 2009 13:38 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Alexander Burkov wrote:
> Daniel Megert wrote:
>
>> So, I assume you're on Windows? Just to verify that this is the case:
>> can you try whether (real) Javadoc is shown by the Java editor and in
>> the Javadoc view?
>
>> Dani
>
> i've unplug sources and plug javadoc(via link to
> http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr 2/index.html).
> but, unfortunately, it haven't solve my problem :(
>
> In .java editor all works just fine.
>
> Without jdocs and sources ganymede doesn't show anything in java
> editor both in jsp editor (no wonder..)
>
> So, it seems that the problem is in the jsp editor.
Correct, if it displays in the Java editor and in the Javadoc view then
it's not the missing Browser widget but a bug or a setup problem with
the JSP editor.

Dani
Re: javadoc cannot be showed correctly [message #334121 is a reply to message #334117] Wed, 21 January 2009 14:55 Go to previous message
Alexander Burkov is currently offline Alexander BurkovFriend
Messages: 3
Registered: July 2009
Junior Member
Daniel Megert wrote:

> Correct, if it displays in the Java editor and in the Javadoc view then
> it's not the missing Browser widget but a bug or a setup problem with
> the JSP editor.

> Dani

i've looked through jsp editor options, but didn't find anything, that
could cause an error. (also i've restored default setting, but it didn't
help)

maybe u can advice me another jsp-editor?
Previous Topic:Dynamically add context help in Eclipse 3.4
Next Topic:Status Bar and setMessage
Goto Forum:
  


Current Time: Wed Jul 17 08:16:54 GMT 2024

Powered by FUDForum. Page generated in 0.04561 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top