Bug 61764 - useability : the "Tools->view fullscreen mode" should be in the "Window" or in the "View" menus
Summary: useability : the "Tools->view fullscreen mode" should be in the "Window" or i...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: RedHat Enterprise Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-28 15:41 UTC by tnagy
Modified: 2004-11-21 04:34 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 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 !!