Bug 87527 - Wish: make font size configurable in KDevelop's documentation viewer
Summary: Wish: make font size configurable in KDevelop's documentation viewer
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Documentation viewer (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-19 18:32 UTC by jakubpol
Modified: 2004-10-22 23:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jakubpol 2004-08-19 18:32:20 UTC
Version:            (using KDE KDE 3.3.0)
Installed from:    Gentoo Packages
Compiler:          gcc-3.4.1-r2 
OS:                Linux

I would like to ask if it were possible to include one of the following options in KDevelop's documentation viewer:
1) make the font size configurable,
2) use the font size of some editor that is used in KDE (kate?)
3) use the global font size specified in KControl.

The problems with the current setup are:
1) Right now the documentation uses some huge font for the normal text (size 14/16?) whereas every font that I could configure in KDE/KDevelop is set to size 12. If i decrease the font size by right clicking till size of 'normal' text in documentation is 12, some parts of documenation get displayed with a very tiny font and are hardly readable.
2) Even if I change the font sizes like in 1), they aren't stored and I have to redo it every time.

If I'm mistaken and there *is* a way to display all the fonts in documentation with size 12, then I'd appreciate if someone could point me to that option / config file (even if it requires a lot of effort but could be done once).

Regards,
jakub
Comment 1 jarlgjessing 2004-08-27 10:36:03 UTC
I second this. The font size on my machine is WAAAY to big, and I scale it down manually eatch time.
Very annoying.. But KDevelop as such... Super!
Comment 2 kaplun 2004-10-21 22:59:40 UTC
I find this a great trouble, too. Something which keep me away of beginning to develop with QT... well maybe I'm exagerating, but when I have to jump from a class to another, and I have to set manually the font each time... well... I cry :-)
Comment 3 Alexander Dymo 2004-10-22 23:06:12 UTC
CVS commit by dymo: 

Make fonts and zoom factors configurable for embedded kdevhtml parts (kdevelop and kdevassistant).
Configuration is in settings dialog, "Other" page.
FEATURE: 87527


  M +12 -0     lib/widgets/kdevhtmlpart.cpp   1.4
  M +50 -6     parts/documentation/docglobalconfigwidget.cpp   1.11
  M +2 -1      parts/documentation/docglobalconfigwidget.h   1.3
  M +178 -4    parts/documentation/docglobalconfigwidgetbase.ui   1.11



Comment 4 kaplun 2004-10-22 23:19:49 UTC
Urrah!!!
Thanks a lot!!!
:-D