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.
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>&Tools</Text> - <Action name="fullscreen"/> + <Menu name="view"> + <Text>&View</Text> + <Action name="fullscreen"/> </Menu> </MenuBar>
Cool !!