From: g0dil Date: Fri, 2 Feb 2007 12:33:13 +0000 (+0000) Subject: CC-IDE: Add comment hide/show to IDE menu X-Git-Url: http://g0dil.de/git?p=emacsstuff.git;a=commitdiff_plain;h=fb61f1ec2bac0d22d915a922b7e8cd938b334c28 CC-IDE: Add comment hide/show to IDE menu --- diff --git a/cc-ide/cc-ide.el b/cc-ide/cc-ide.el index d337338..07ccb5d 100644 --- a/cc-ide/cc-ide.el +++ b/cc-ide/cc-ide.el @@ -105,23 +105,29 @@ ("vc" ccide-variable-comment "Variable comment") ("vf" ccide-grab-acces-fn "Grab access methods") (nil nil separator) + + ;; documentation + ("h" ccide-hide-all-doxy-comments "Hide all Doxygen comments") + ("s" ccide-show-all-comments "Show all Doxygen comments") - ;; CORBA - ("Cg" ccide-gen-corba-impl "Generate CORBA impl") - ("Cm" ccide-gen-corba-impl-methods "Generate CORBA impl methods") - (nil nil separator) +; ;; CORBA +; ("Cg" ccide-gen-corba-impl "Generate CORBA impl") +; ("Cm" ccide-gen-corba-impl-methods "Generate CORBA impl methods") +; (nil nil separator) ;; templates ; ("ts" ccide-scan-mantemps "Scan mantemps") ; (nil nil separator) - ;; other - ("of" ccide-open-compilation-frame "Open *compilation* frame") - ("oc" ccide-compile-compile "Make -> Compile") - ("ox" ccide-compile-clean "Make -> Clean") - ("od" ccide-compile-cleandepends "Make -> Clean depends") - ("ok" ccide-compile-kill "Kill compilation") - ("oh" ccide-hide-compilation "Hide *compilation* buffer"))) +; ;; other +; ("of" ccide-open-compilation-frame "Open *compilation* frame") +; ("oc" ccide-compile-compile "Make -> Compile") +; ("ox" ccide-compile-clean "Make -> Clean") +; ("od" ccide-compile-cleandepends "Make -> Clean depends") +; ("ok" ccide-compile-kill "Kill compilation") +; ("oh" ccide-hide-compilation "Hide *compilation* buffer") + + )) ;;; Code: