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

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

index 402e9bd..e0dad84 100644 (file)
                  "items" : [
                   {
                    "listeners" : {
-                    "clicked" : "  ( ) => {\n    switch (_this.state) {\n        case \"edit\":\n        \n            _this.hideViewEditing();\n            break;  \n        case \"files\":\n            // should only occur if there is an active file..\n            _this.showViewEditing();\n            break; \n            \n          case \"addprop\":\n            _this.hideAddProp();\n\n            break;\n        case \"addlistener\":\n            _this.hideAddListener();\n\n            break;\n             \n         case \"object\":\n            _this.hideObject();\n            break;    \n         \n         case \"codeedit\":\n            \n            _this.hideCodeEdit();  \n            break;\n            \n         case  \"projectedit\":\n         // save?\n            _this.hideProjectEdit();\n            break;\n            \n        default:\n            break;\n    }\n    return  ;    \n\n}"
+                    "clicked" : "  ( ) => {\n  \n    this.windowstate.switchState(WindowState.State.PREVIEW);\n    \n\n}"
                    },
                    "utf8 tooltip_text" : "Back",
                    "* pack" : false,
index 83a6695..6ec9bb7 100644 (file)
@@ -1144,43 +1144,9 @@ public class Xcls_MainWindow : Object
 
             // listeners 
             this.el.clicked.connect( ( ) => {
-                switch (_this.state) {
-                    case "edit":
-                    
-                        _this.hideViewEditing();
-                        break;  
-                    case "files":
-                        // should only occur if there is an active file..
-                        _this.showViewEditing();
-                        break; 
-                        
-                      case "addprop":
-                        _this.hideAddProp();
-            
-                        break;
-                    case "addlistener":
-                        _this.hideAddListener();
-            
-                        break;
-                         
-                     case "object":
-                        _this.hideObject();
-                        break;    
-                     
-                     case "codeedit":
-                        
-                        _this.hideCodeEdit();  
-                        break;
-                        
-                     case  "projectedit":
-                     // save?
-                        _this.hideProjectEdit();
-                        break;
-                        
-                    default:
-                        break;
-                }
-                return  ;    
+              
+                this.windowstate.switchState(WindowState.State.PREVIEW);
+                
             
             });
         }