Kde: Add Utilities: kwinid and kraisewindow
g0dil [Thu, 28 Jun 2007 09:14:34 +0000 (09:14 +0000)]
Kde: Add KChooseWindow keyboard window changer
Emacs/cc-ide: Add automatic 'typename' when adding class-tempalte prefix toa defun

cc-ide/cc-ide.el

index 67d0de1..7c2fedd 100644 (file)
@@ -802,6 +802,8 @@ it will be prefixed with the current class prefix."
               (< (point) (aref parse 2))
               (not (looking-at (regexp-quote prefix))))
          (let ((pos (string-match "<" prefix)))
+           (if pos
+               (insert "typename "))
            (if (and pos (looking-at (concat (substring prefix 0 pos)
                                             "\\b[^_]")))
                (progn