Builder/LeftPanelPopup.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 05:02:48 +0000 (13:02 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 17 May 2010 05:02:48 +0000 (13:02 +0800)
Builder/LeftPanelPopup.js

index 7f91f8b..c0a932f 100755 (executable)
@@ -28,8 +28,19 @@ LeftPanelPopup = new XObject({
                 }
             }
         },
-    
-      {
+        {
+            
+            
+            xtype : Gtk.MenuItem,
+            pack : [ 'append' ],
+            label : 'Edit Property / Method Name',
+            listeners : {
+                activate : function () {
+                   imports.Builder.LeftPanel.LeftPanel.get('model').startEditing(false, 0);
+                }
+            }
+        },
+        {
             
             
             xtype : Gtk.MenuItem,