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 144362 - The documentation window hides text in editor.
Summary: The documentation window hides text in editor.
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Max Sauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-19 11:05 UTC by Petr Pisl
Modified: 2008-09-01 17:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The current behavior. (96.63 KB, image/png)
2008-08-19 11:06 UTC, Petr Pisl
Details
The suggested behavior. (121.74 KB, text/plain)
2008-08-19 11:07 UTC, Petr Pisl
Details
The correct mimetype for suggested behavior screenshot. (121.74 KB, image/png)
2008-08-19 11:08 UTC, Petr Pisl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2008-08-19 11:05:57 UTC
When you invoke cc, the documentation window for the selected items is usually displayed on top of the cc window. But it
means that it hides the part of the editor, where user wrote the text just before invoking cc.
Comment 1 Petr Pisl 2008-08-19 11:06:46 UTC
Created attachment 67780 [details]
The current behavior.
Comment 2 Petr Pisl 2008-08-19 11:07:27 UTC
Created attachment 67781 [details]
The suggested behavior.
Comment 3 Petr Pisl 2008-08-19 11:08:23 UTC
Created attachment 67782 [details]
The correct mimetype for suggested behavior screenshot.
Comment 4 Max Sauer 2008-08-28 12:28:04 UTC
Fixed. Currently, this could be turned on inside Tools|Options|Editor|General, inside Code Completion section (Display Documentation next to Completion). 
We can possibly turn it on by default later.
---
http://hg.netbeans.org/main/rev/cd6c6c915626
Comment 5 Quality Engineering 2008-08-28 17:56:51 UTC
Integrated into 'main-golden', available in build *200808281401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/cd6c6c915626
User: Max Sauer <msauer@netbeans.org>
Log: #144362: The documentation window hides text in editor.
Comment 6 Max Sauer 2008-09-01 10:55:43 UTC
Adding possibility to display left of CC if enough space
---
http://hg.netbeans.org/main/rev/2c8de5c2468f
Comment 7 Quality Engineering 2008-09-01 17:31:45 UTC
Integrated into 'main-golden', available in build *200809011401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/2c8de5c2468f
User: Max Sauer <msauer@netbeans.org>
Log: #144362: Display Javadoc left of CC if enough space