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 38846 - Make font changing more user friendly
Summary: Make font changing more user friendly
Status: RESOLVED DUPLICATE of bug 36432
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2004-01-15 17:35 UTC by tkellerer
Modified: 2007-11-05 13:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tkellerer 2004-01-15 17:35:38 UTC
Every time I want to change the font of one of the
IDE's editors, I'm a bit frustrated that I have to
click on every element from the definition, in
order to check if that inherits the font
definition or not. When you want to change the
complete font, this is a very tedious task. 

I think it would be better if the "default" font
would only include the font name. And each
individual item would inherit that automatically.
Attributes like bold, italic should not be stored
together with the font itself. 
I know that technically it is an attribute of the
Font object, but from a user's perspective it's
not. If I change the font from Courier New to
Lucida Sans Typwriter I don't want to change every
item which is displayed in bold or italic as well.
I want them to display in Lucida Sans Typewriter
{bold|italic} instead.
Comment 1 Roman Strobl 2004-12-07 12:56:09 UTC
Changing subcomponent to settings.
Comment 2 Milan Kubec 2005-01-13 10:09:14 UTC
I'm strugling with this every single day and got almost used to it.
Changing to defect and raising priority since we want to improve
USABILITY of IDE.
Comment 3 Roman Strobl 2005-02-14 10:45:41 UTC
This is at least a P3 IMO.
Comment 4 Miloslav Metelka 2005-03-15 15:49:25 UTC
Agreed, the editor's infrastructure allows that it's just a question of an
appropriate UI. In the past I've personally offered to have

[x] Apply font name
[x] Apply font size
[x] Apply font style

related to the selected font.

Or an alternative could be  

[x] Inherit font name
[x] Inherit font size
[x] Inherit font style

Instead of the single checkbox
[x] Inherit

But none of these solutions were accepted which I sort of understand as it may
seem rough to users. Adding Rudolf to cc whether he has any clue here.
Comment 5 Martin Roskanin 2005-04-06 15:21:07 UTC
This is a duplicate of the issue #36432


*** This issue has been marked as a duplicate of 36432 ***