manoja328 / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
1 stars 1 forks source link

Can't create new arduino based project from existing arduino IDE pde files in the same folder #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start wizard
2. Setup project for arduino/pde
3. name the project the same as the existing PDE file name (if the arduino 
folder is set as your favorites folder it will pickup the existing arduino 
pde file folder automaitcally for the path and name the initial file)
4. click create

What is the expected output? What do you see instead?
I expected to be asked whether to overwrite the file or merge it into the 
project.  I am given a box that says 'initial file already exists at the 
location, overwrite it?', if I click no I can't create the project, if I 
click yes my original pde file is overwritten.

What version of the product are you using? On what operating system?
alpha34, vista 64bit

Please provide any additional information below.

Original issue reported on code.google.com by r3gin4ld@hotmail.com on 14 Oct 2009 at 12:23

GoogleCodeExporter commented 9 years ago
that is the intended behaviour actually.

just make a random junk file name for the initial file name, and then delete 
it, then
just drag and drop all your sketch file into the project file tree

there's also a "New Blank" button that creates a blank project without any 
files or
templates applied, you can apply a template in the configuration window

Original comment by frank.zhao.main@gmail.com on 14 Oct 2009 at 5:03

GoogleCodeExporter commented 9 years ago
just as simple to offer to merge it with the project when you ask for 
permission to 
overwrite it.  Just gives you options.

Original comment by r3gin4ld@hotmail.com on 14 Oct 2009 at 8:20