Open GoogleCodeExporter opened 8 years ago
Hmmm... you shouldn't have to manually update the project file, although there
is an
XML entry called DirPath, it has lower priority than the actual directory that
the
project file resides in, DirPath is only used when a file is missing, then the
program looks for it in DirPath. The absolute paths for each file are written
as XML
comments as a reminder, they are ignored by the program.
Although a "Archive Project" feature might be nice, click a button to make a
exact
copy of the project in another location. Although sometimes a user might not
add all
of the files required into the project (since header files are always
optional), then
the archive becomes sorta useless. I might add this anyways.
Right now copying a folder directly without modifying the project file should
work
Original comment by frank.zhao.main@gmail.com
on 4 May 2010 at 4:49
I added project cloning in update 84 with these options
copy only files managed by the IDE
copy all files within project folder
if a file is outside the project folder, you can choose to make a copy that
goes into
the cloned project folder, this is so you can share files between multiple
projects and
still make a copy of the project ready to be zipped up without going into other
folders
to find them first
Original comment by frank.zhao.main@gmail.com
on 7 May 2010 at 3:13
Original issue reported on code.google.com by
bflaglie@c2i.net
on 3 May 2010 at 7:49