Bug 61764

Summary: useability : the "Tools->view fullscreen mode" should be in the "Window" or in the "View" menus
Product: [Applications] kdevelop Reporter: tnagy <tnagy256>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description tnagy 2003-07-28 15:41:28 UTC
Version:           gideon cvs kdevelop20030727 (using KDE KDE 3.1.1a)
Installed from:    RedHat RPMs
Compiler:          gcc 3.2 
OS:          Linux

useability : the "Tools->view fullscreen mode" should be in the "Window" or in the "View" menus. I don't really see what this feature has to do with the Tools.
Comment 1 Alexander Dymo 2003-07-29 23:30:18 UTC
Subject: kdevelop/parts/fullscreen

CVS commit by dymo: 

Put fullscreen action into View menu
CCMAIL: 61764-done@bugs.kde.org


  M +3 -2      kdevpart_fullscreen.rc   1.2


--- kdevelop/parts/fullscreen/kdevpart_fullscreen.rc  #1.1:1.2
@@ -2,6 +2,7 @@
 <kpartplugin name="fullscreen" library="libfullscreenplugin" version="1">
 <MenuBar>
- <Menu name="tools"><Text>&amp;Tools</Text>
-  <Action name="fullscreen"/>
+  <Menu name="view">
+    <Text>&amp;View</Text>
+    <Action name="fullscreen"/>
  </Menu>
 </MenuBar>


Comment 2 tnagy 2003-07-30 01:08:32 UTC
Cool !!