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 33875 - I18N - text of output window not reflect global font size
Summary: I18N - text of output window not reflect global font size
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: I18N
Depends on:
Blocks: 33246
  Show dependency tree
 
Reported: 2003-05-23 22:03 UTC by Ken Frank
Modified: 2008-12-23 08:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
output window contents size vs size of other parts at -16 (5.97 KB, image/gif)
2003-05-23 22:05 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2003-05-23 22:03:23 UTC
This may be part of related issues filed about
hardcoded font sizes from source code analysis.

Wasnt sure if core was correct subcat for this;
please assign if not.

Running in Chinese locale with translated
messages and with -fontsize 16.

In output window, see the text still at default
font size of 11pt.

I realize options allow user to set font size
of output window and editor but since global
font size is avalable, as command line or from
localized resource, shouldnt the text in output
window follow that ? (see attachment)

This will be filed as blocking 33246 and also
with FONTSIZE keyword so will not show up
on english fcs dashboards.
Comment 1 Ken Frank 2003-05-23 22:05:27 UTC
Created attachment 10415 [details]
output window contents size vs size of other parts at -16
Comment 2 _ tboudreau 2003-05-26 11:00:27 UTC
Adding Ivan to cc - Ivan, I know there are some funky things done
with fonts size in the termulator.  Is there any convenient entry
point for setting the base font size?

Basically we need to do something like
int i = UIManager.getFont("someStandardFont").size();
//set the initial font to this value

Presumably this code could also just be plugged into the
output settings node (although I'd really like to get rid of
the whole business of customizing colors for the output window there 
- IMO it should follow the look and feel.
Comment 3 _ tboudreau 2003-06-03 14:23:13 UTC
Fixed in trunk.

Checking in output/src/org/netbeans/core/output/OutputSettings.java;
/cvs/core/output/src/org/netbeans/core/output/OutputSettings.java,v 
<--  OutputSettings.java
new revision: 1.6; previous revision: 1.5
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/core/Main.java;
/cvs/core/src/org/netbeans/core/Main.java,v  <--  Main.java
new revision: 1.164; previous revision: 1.163
done
Processing log script arguments...
Mailing the commit message to cvs@core.netbeans.org (from
tboudreau@netbeans.org)
Comment 4 David Simonek 2003-06-13 14:21:19 UTC
Reviewed. OK.
Comment 5 _ tboudreau 2003-06-17 00:37:13 UTC
Merged to release35 branch
Comment 6 pzajac 2003-06-18 13:44:00 UTC
verified.[030616_1][win2k]
Comment 7 Quality Engineering 2008-12-23 08:21:05 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.