diff options
author | Ananya Sen | 2012-02-03 17:22:48 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-03 17:22:48 -0800 |
commit | 1daf146c849a0a8dbd2b61b14218c9a39bdee3a7 (patch) | |
tree | af5568f4adac1371ee8b533c34198fb72545e778 /js/io/system | |
parent | 7618cabe1945acc6392c48f3b57820f67f7973b0 (diff) | |
download | ninja-1daf146c849a0a8dbd2b61b14218c9a39bdee3a7.tar.gz |
added editor tab save while switching code view tabs,
integrated new file dialog with io mediator to open the new file in a new tab
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/io/system')
-rwxr-xr-x | js/io/system/coreioapi.js | 1 | ||||
-rwxr-xr-x | js/io/system/projectio.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/js/io/system/coreioapi.js b/js/io/system/coreioapi.js index 5379cbfc..115fbf64 100755 --- a/js/io/system/coreioapi.js +++ b/js/io/system/coreioapi.js | |||
@@ -1064,6 +1064,7 @@ exports.CoreIoApi = Montage.create(Component, { | |||
1064 | /*** | 1064 | /*** |
1065 | * checks for valid uri pattern | 1065 | * checks for valid uri pattern |
1066 | * also flags if Windows uri pattern and Unix uri patterns are mixed | 1066 | * also flags if Windows uri pattern and Unix uri patterns are mixed |
1067 | * Todo: need to augment when files can be accessed via other protocols like http, ftp, ssh, etc. | ||
1067 | */ | 1068 | */ |
1068 | isValidUri:{ | 1069 | isValidUri:{ |
1069 | value: function(uri){ | 1070 | value: function(uri){ |
diff --git a/js/io/system/projectio.js b/js/io/system/projectio.js index ad4cf151..8e3230d7 100755 --- a/js/io/system/projectio.js +++ b/js/io/system/projectio.js | |||
@@ -10,7 +10,7 @@ var Montage = require("montage/core/core").Montage, | |||
10 | FileIo = require("js/io/system/fileio").FileIo; | 10 | FileIo = require("js/io/system/fileio").FileIo; |
11 | //////////////////////////////////////////////////////////////////////// | 11 | //////////////////////////////////////////////////////////////////////// |
12 | // | 12 | // |
13 | exports.ProjectIo = = Montage.create(Object.prototype, { | 13 | exports.ProjectIo = Montage.create(Object.prototype, { |
14 | //////////////////////////////////////////////////////////////////// | 14 | //////////////////////////////////////////////////////////////////// |
15 | // | 15 | // |
16 | newProject: { | 16 | newProject: { |