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 47992 - [41cat] Font face inheritance should be separated from style
Summary: [41cat] Font face inheritance should be separated from style
Status: CLOSED DUPLICATE of bug 36432
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords:
: 50714 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-26 12:53 UTC by cezariusz
Modified: 2015-03-27 07:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2004-08-26 12:53:39 UTC
For editor settings it's very common to have the 
same font face and size for all syntaxes, but 
some of them differ in font style 
(plain/bold/italic).
My suggestion is to separate font style 
inheritance same as colors. It would allow me to 
select the font face and size ONCE, without need 
to repeat this change for each syntax having 
font style different that plain.
I hope you understand what I mean.
Comment 1 cezariusz 2004-08-26 13:04:31 UTC
The Fonts and Colors dialog could look for example like this:

+-- Font Face and Size --------------------------------------------+
|                                                                  |
|  +-----------------------------------------------------+ +--+    |
|  | Monospaced 12                                       | |..|    |
|  +-----------------------------------------------------+ +--+    |
|                                                                  |
|  +-+                                                             |
|  |X| Inherit                                                     |
|  +-+                                                             |
|                                                                  |
+------------------------------------------------------------------+

+-- Font Style ----------------------------------------------------+
|                                                                  |
|  +-+                 +-+                +-+                      |
|  |X| Bold            | | Italic         | | Inherit              |
|  +-+                 +-+                +-+                      |
|                                                                  |
+------------------------------------------------------------------+

+-- Foreground Color ----------------------------------------------+
|                                                                  |
|  ... no changes below this point
Comment 2 Miloslav Metelka 2004-08-27 17:14:23 UTC
Yes, this is something which we would like to do.
BTW we would also like to improve the colorings inheritance by
allowing multiple level inheritance and introducing token-type level
colorings e.g. a keyword-coloring that could be reused for all the
keywords in all the languages (could be overriden of course).
Comment 3 Marian Mirilovic 2005-11-08 08:02:02 UTC
*** Issue 50714 has been marked as a duplicate of this issue. ***
Comment 4 Vitezslav Stejskal 2006-07-03 02:51:13 UTC

*** This issue has been marked as a duplicate of 36432 ***
Comment 5 cezariusz 2007-01-22 07:07:50 UTC
Verified