Browse Source

Temporarily hide unimplemented "Find symbol declaration" so I can release a beta without non-working menu items.

git-svn-id: file:///var/svn/tigccpp/trunk@809 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 years ago
parent
commit
d90da807ff
3 changed files with 7 additions and 1 deletions
  1. 3 0
      ktigcc/mainform.ui
  2. 1 1
      ktigcc/mainform.ui.h
  3. 3 0
      ktigcc/srcfilewin.ui

+ 3 - 0
ktigcc/mainform.ui

@@ -1107,6 +1107,9 @@
         <property name="statusTip">
             <string>Find symbol declaration</string>
         </property>
+        <property name="visible">
+            <bool>false</bool>
+        </property>
     </action>
     <actiongroup>
         <property name="name">

+ 1 - 1
ktigcc/mainform.ui.h

@@ -953,7 +953,7 @@ void MainForm::init()
   fileNewFolderAction->setEnabled(FALSE);
   te_popup = new QPopupMenu(this);
   te_popup->insertItem("&Open file at cursor",0);
-  te_popup->insertItem("&Find symbol declaration",1);
+  //te_popup->insertItem("&Find symbol declaration",1);
   te_popup->insertSeparator();
   te_popup->insertItem("&Undo",2);
   te_popup->insertItem("&Redo",3);

+ 3 - 0
ktigcc/srcfilewin.ui

@@ -467,6 +467,9 @@
         <property name="statusTip">
             <string>Find symbol declaration</string>
         </property>
+        <property name="visible">
+            <bool>false</bool>
+        </property>
     </action>
     <action>
         <property name="name">