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 33213 - Code completion database manager ignores -fontsize parameter
Summary: Code completion database manager ignores -fontsize parameter
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-04-24 12:09 UTC by arittner
Modified: 2007-11-05 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Explorer title line and output title line with wrong fontsize (85.37 KB, image/jpeg)
2003-05-26 10:01 UTC, arittner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arittner 2003-04-24 12:09:11 UTC
The code completion database manager ignores the -fontsize 
parameter for the table row height. With -fontsize 14 I 
can't see underscores in db-file names.

regards,
  josh.
Comment 1 Jesse Glick 2003-04-24 14:38:36 UTC
apisupport is a module for developing NB modules, not in the standard
distribution.
Comment 2 arittner 2003-04-24 19:07:29 UTC
Jesse, thank you for this clarification.
Comment 3 Martin Roskanin 2003-04-25 10:43:35 UTC
The problem is much more general.
Try for example to open the Tools/Options dialog, open the table for
properties files, Tools/Javadoc Manager ...
Comment 4 arittner 2003-04-25 13:22:13 UTC
Yeah, the Treetable ignores the -fontsize parameter too.

But target 4.0? 3.5 is a target for better ui and faster 
gui response. IMHO the target for this issue should be 
3.5. But it's not very hard to live with this bug.

greetings,
  josh.
Comment 5 arittner 2003-05-26 10:01:32 UTC
Created attachment 10441 [details]
Explorer title line and output title line with wrong fontsize
Comment 6 arittner 2003-05-26 10:04:09 UTC
Argl, the attachment is for issue #33212. Sorry :-(
Comment 7 Martin Roskanin 2003-06-03 14:27:40 UTC
fixed in [prj40_prototype]

/cvs/java/completion/src/org/netbeans/modules/java/completion/customizer/Attic/PDCustomizerDialog.form,v
 <--  PDCustomizerDialog.form
new revision: 1.1.2.1.2.1.2.2; previous revision: 1.1.2.1.2.1.2.1

/cvs/java/completion/src/org/netbeans/modules/java/completion/customizer/Attic/PDCustomizerDialog.java,v
 <--  PDCustomizerDialog.java
new revision: 1.1.2.1.2.1.2.4; previous revision: 1.1.2.1.2.1.2.3
Comment 8 Martin Roskanin 2003-06-03 14:51:30 UTC
fixed in [maintrunk]

/cvs/editor/src/org/netbeans/modules/editor/java/PDCustomizerDialog.form,v
 <--  PDCustomizerDialog.form
new revision: 1.4; previous revision: 1.3

/cvs/editor/src/org/netbeans/modules/editor/java/PDCustomizerDialog.java,v
 <--  PDCustomizerDialog.java
new revision: 1.9; previous revision: 1.8
Comment 10 Miloslav Metelka 2003-06-13 13:33:57 UTC
I approve the fix.
Comment 11 Martin Roskanin 2003-06-13 14:30:51 UTC
implemented in [release35]

/cvs/editor/src/org/netbeans/modules/editor/java/PDCustomizerDialog.form,v
 <--  PDCustomizerDialog.form
new revision: 1.2.28.2; previous revision: 1.2.28.1

/cvs/editor/src/org/netbeans/modules/editor/java/PDCustomizerDialog.java,v
 <--  PDCustomizerDialog.java
new revision: 1.7.2.2; previous revision: 1.7.2.1
Comment 12 Jiri Prox 2006-04-07 09:06:54 UTC
Verified