From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- .../new-file-location.reel/new-file-location.js | 2 +- .../new-file-options-navigator.css | 22 +++++++++++----------- .../new-file-options-navigator.js | 14 +++++++------- 3 files changed, 19 insertions(+), 19 deletions(-) (limited to 'js/io/ui/new-file-dialog') diff --git a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.js b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.js index ef66c0a2..7630f392 100755 --- a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.js +++ b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.js @@ -58,7 +58,7 @@ var NewFileLocation = exports.NewFileLocation = Montage.create(Component, { this.addPropertyChangeListener("newFileName.value", this.newFileNameChange, false); this.newFileName.element.addEventListener("keyup", this, false); - this.newFileName.element.focus(); + this.newFileName.element.focus(); this.newFileName.element.select(); } }, diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css index 10dd277d..1ea9fab5 100755 --- a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css +++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css @@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE. color:#ffffff; font-family: 'Droid Sans', sans-serif; border-radius: 8px; - box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); + box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); } .newfile .title{ @@ -47,8 +47,8 @@ POSSIBILITY OF SUCH DAMAGE. padding:5px; text-align: center; text-transform: uppercase; - font-weight: normal; - text-shadow: 1px 1px 1px #000; + font-weight: normal; + text-shadow: 1px 1px 1px #000; } .newfile .container{ @@ -84,7 +84,7 @@ POSSIBILITY OF SUCH DAMAGE. .newfile .right-bottom{ border: 1px solid #000000; - border-left: none; + border-left: none; overflow: auto; height:42%; padding: 15px; @@ -95,8 +95,8 @@ POSSIBILITY OF SUCH DAMAGE. padding:5px; text-align: center; text-transform: uppercase; - font-weight: normal; - text-shadow: 1px 1px 1px #000; + font-weight: normal; + text-shadow: 1px 1px 1px #000; } .newfile .buttons{ @@ -130,7 +130,7 @@ POSSIBILITY OF SUCH DAMAGE. } .newfile .atreeItem { - text-shadow: 1px 1px 1px #000; + text-shadow: 1px 1px 1px #000; } .newfile .atreeItem .name{ @@ -163,13 +163,13 @@ POSSIBILITY OF SUCH DAMAGE. } .newfile .buttons button { - float: left; - width: 100px; - margin-top: 3px; + float: left; + width: 100px; + margin-top: 3px; } .newfile .okButton{ - margin: 0px 18px 0px 8px; + margin: 0px 18px 0px 8px; /* margin-right:25px; -webkit-box-align: center; diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js index a888d304..6a4edd1f 100644 --- a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js +++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js @@ -142,8 +142,8 @@ var NewFileOptionsNavigator = exports.NewFileOptionsNavigator = Montage.create(C }, didDraw: { - enumerable: false, - value: function() { + enumerable: false, + value: function() { var that = this; this.templateList = null; @@ -309,7 +309,7 @@ var NewFileOptionsNavigator = exports.NewFileOptionsNavigator = Montage.create(C handleOkButtonAction:{ value: function(evt){ var templateData, - selectedProjectTypeID = this.selectedProjectType.uri, + selectedProjectTypeID = this.selectedProjectType.uri, templateID = this.selectedTemplate.uri, projectName = this.newFileLocation.newFileName.value, projectDirectory = this.newFileLocation.fileInputField.newFileDirectory.value, @@ -324,10 +324,10 @@ var NewFileOptionsNavigator = exports.NewFileOptionsNavigator = Montage.create(C "projectDirectory="+projectDirectory+"\n"+ "projectWidth="+projectWidth+"\n"+ "projectHeight="+projectHeight; - //////////////////////////////////////////////////////////////////// - //Template data must be passed during file creation (lots of confusion data here, should be cleaned up…) - templateData = {id: templateID, name: this.newFileModel.projectTypeData[selectedProjectTypeID].name, type: this.newFileModel.projectTypeData[selectedProjectTypeID].type}; - //////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////// + //Template data must be passed during file creation (lots of confusion data here, should be cleaned up…) + templateData = {id: templateID, name: this.newFileModel.projectTypeData[selectedProjectTypeID].name, type: this.newFileModel.projectTypeData[selectedProjectTypeID].type}; + //////////////////////////////////////////////////////////////////// if(/[^/\\]$/g.test(projectDirectory)){ projectDirectory = projectDirectory + "/"; -- cgit v1.2.3 From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:53:10 -0700 Subject: Remove trailing spaces --- .../new-file-options-navigator.reel/new-file-options-navigator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/io/ui/new-file-dialog') diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js index 6a4edd1f..a8fec1e4 100644 --- a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js +++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js @@ -324,7 +324,7 @@ var NewFileOptionsNavigator = exports.NewFileOptionsNavigator = Montage.create(C "projectDirectory="+projectDirectory+"\n"+ "projectWidth="+projectWidth+"\n"+ "projectHeight="+projectHeight; - //////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////// //Template data must be passed during file creation (lots of confusion data here, should be cleaned up…) templateData = {id: templateID, name: this.newFileModel.projectTypeData[selectedProjectTypeID].name, type: this.newFileModel.projectTypeData[selectedProjectTypeID].type}; //////////////////////////////////////////////////////////////////// -- cgit v1.2.3 From 6803c0abd279fcb640c38b3881b751bab982cbe0 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 12:42:16 -0700 Subject: Remove trailing spaces --- .../new-file-options-navigator.reel/new-file-options-navigator.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/io/ui/new-file-dialog') diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css index 1ea9fab5..8a3064c1 100755 --- a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css +++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.css @@ -169,7 +169,7 @@ POSSIBILITY OF SUCH DAMAGE. } .newfile .okButton{ - margin: 0px 18px 0px 8px; + margin: 0px 18px 0px 8px; /* margin-right:25px; -webkit-box-align: center; -- cgit v1.2.3 From 9461e7731f91dd03a15b0a62667e722a60c84721 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 12:44:57 -0700 Subject: Remove byte order markers (BOM) --- js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html | 2 +- .../new-file-options-navigator.reel/new-file-options-navigator.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'js/io/ui/new-file-dialog') diff --git a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html index 84f284a1..ee7d6119 100755 --- a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html +++ b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html @@ -1,4 +1,4 @@ - +