src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 01:01:14 +0000 (09:01 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 01:01:14 +0000 (09:01 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index e0dad84..d7f83e3 100644 (file)
                  "items" : [
                   {
                    "listeners" : {
-                    "clicked" : "  ( ) => {\n    switch (_this.state) {\n        case \"edit\":\n        \n            _this.hideViewEditing();\n            break;  \n        case \"files\":\n            _this.showViewEditing();\n            break; \n            \n          case \"addprop\":\n            _this.hideAddProp();\n            _this.hideViewEditing();\n            break;\n        case \"addlistener\":\n            _this.hideAddListener();\n            _this.hideViewEditing();\n            break;\n             \n         case \"object\":\n            _this.hideObject();\n            _this.hideViewEditing();\n            break;    \n            \n        default:\n            break;\n    }\n    return  ;    \n\n}"
+                    "clicked" : "  ( ) => {\n   this.windowstate.switchState(WindowState.State.PROJECT);\n      \n\n}"
                    },
                    "* pack" : false,
                    "xtype" : "Button",
index 6ec9bb7..ed4a7ea 100644 (file)
@@ -1254,33 +1254,8 @@ public class Xcls_MainWindow : Object
 
             // listeners 
             this.el.clicked.connect( ( ) => {
-                switch (_this.state) {
-                    case "edit":
-                    
-                        _this.hideViewEditing();
-                        break;  
-                    case "files":
-                        _this.showViewEditing();
-                        break; 
-                        
-                      case "addprop":
-                        _this.hideAddProp();
-                        _this.hideViewEditing();
-                        break;
-                    case "addlistener":
-                        _this.hideAddListener();
-                        _this.hideViewEditing();
-                        break;
-                         
-                     case "object":
-                        _this.hideObject();
-                        _this.hideViewEditing();
-                        break;    
-                        
-                    default:
-                        break;
-                }
-                return  ;    
+               this.windowstate.switchState(WindowState.State.PROJECT);
+                  
             
             });
         }