Commented Issue: Create from existing doesn't include empty folders [508]
We should include empty folders in the projectComments: Fixed - https://nodejstools.codeplex.com/SourceControl/changeset/0e6c2bb739a1a731584b74ca34bcbc8c2bdcddc6
View ArticleEdited Issue: From Existing: adds space to file name [510]
create a project in dir "MyAppDir".File/New/from existing ... , select the above dir as destination.the new project will be named "MyAppDir 1". we should avoid spaces in file/dir names for obvious...
View ArticleCommented Issue: From Existing: adds space to file name [510]
create a project in dir "MyAppDir".File/New/from existing ... , select the above dir as destination.the new project will be named "MyAppDir 1". we should avoid spaces in file/dir names for obvious...
View ArticleEdited Issue: New Project From Existing Code test failures [521]
The assert equal on settings.StartupFile fails in these tests (from rolling run machines):ImportWizardSimpleAppImportWizardSimpleOtherWorks well when you run the wizard, so it's just a test issue.
View ArticleCommented Issue: New Project From Existing Code test failures [521]
The assert equal on settings.StartupFile fails in these tests (from rolling run machines):ImportWizardSimpleAppImportWizardSimpleOtherWorks well when you run the wizard, so it's just a test...
View ArticleCreated Unassigned: Debugging issues [566]
A few issues that I haven't seen reported yet:1. It would be nice to see what command is executed when you start debugging. For example, I'm trying to make debugger run mocha tests, but it's failing,...
View ArticleEdited Unassigned: Debugging issues [566]
A few issues that I haven't seen reported yet:1. It would be nice to see what command is executed when you start debugging. For example, I'm trying to make debugger run mocha tests, but it's failing,...
View ArticleCommented Issue: Drag & drop from explorer can't overwrite files opened in...
Create new Windows Azure Node.js projectServer.js will open in the editor automaticallyDrag & drop some files to your project root, including a server.js fileYou'll get an error message...
View ArticleCommented Issue: Validator icon appears on top of browse folder [406]
The validator icon for Node.exe path appears on top of the browse buttonComments: Despite the incorrect description this is fixed here:...
View ArticleEdited Issue: Validator icon appears on top of browse folder [406]
The validator icon for Node.exe path appears on top of the browse button
View ArticleEdited Issue: General page doesn't properly resize [407]
Resizing the window makes some controls disappear
View ArticleCommented Issue: General page doesn't properly resize [407]
Resizing the window makes some controls disappearComments: Despite the incorrect description this is fixed here:...
View ArticleEdited Issue: Working directory is not validated [408]
We should warn the user that what they've entered isn't a valid path.
View ArticleCommented Issue: Working directory is not validated [408]
We should warn the user that what they've entered isn't a valid path.Comments: Despite the incorrect description this is fixed here:...
View ArticleCommented Issue: Drag & drop from windows explorer to solution explorer needs...
Right now VS will freeze if you drag & drop a lot of files from explorer.Comments: We do the typical VS wait dialog here but for some reason VS doesn't display it
View ArticleCommented Issue: Double step required to step over some lines [159]
We don't properly handle the depth on the continue. This can be reprod with the ExpressJade application on this line:var smartbid = require('./routes/smartbid')(app);Comments: Other Node.js debugging...
View ArticleEdited Issue: Double step required to step over some lines [159]
We don't properly handle the depth on the continue. This can be reprod with the ExpressJade application on this line:var smartbid = require('./routes/smartbid')(app);
View ArticleCommented Issue: Double step required to step over some lines [159]
We don't properly handle the depth on the continue. This can be reprod with the ExpressJade application on this line:var smartbid = require('./routes/smartbid')(app);Comments: Resolving as "not a bug".
View ArticleClosed Issue: Double step required to step over some lines [159]
We don't properly handle the depth on the continue. This can be reprod with the ExpressJade application on this line:var smartbid = require('./routes/smartbid')(app);
View ArticleCommented Issue: No properties available for most files in project [511]
Using the nodecellar app at https://github.com/ccoenraets/nodecellar (solution attached) most types of file have no properties (F4). The solution and project DO have properties but the following files...
View Article