CVS commit by brpol: "Force Smaller Tool View Tabs in IDEAl Mode." (Ch. 2: In a Nutshell) - MDIStyle setting possibilities updated M +8 -2 index.docbook 1.50 --- kdevelop/doc/kdevelop/index.docbook #1.49:1.50 @@ -207,8 +207,14 @@ Force Smaller Tool View Tabs in IDEAl Mode - In more recent versions (most notably from CVS HEAD) &kdevelop; will start with large text-based tool tip tabs around the work area. You may revert to the older icon-only view to save space on smaller screens if you enter MDIStyle=0 under the [UI] tag in your &KDEHOME/share/config/kdeveloprc configuration file. + In more recent versions (most notably from CVS HEAD) &kdevelop; will start with large text-based tool tip tabs around the work area. You may change this look if you place a MDIStyle entry under the [UI] tag in your &KDEHOME/share/config/kdeveloprc configuration file as follows: - (This is only preliminary effort. There will be a &GUI; configuration possibility very soon now.) + + MDIStyle = 0: icons only + MDIStyle = 1: text only (default) + MDIStyle = 2: icons only on smaller tabs + MDIStyle = 3: icons and text + + (This manual change effort is only preliminary. There will be a &GUI; configuration possibility some time in the future.)