Descent project file organization

Bill Baxter wbaxter at gmail.com
Thu Nov 20 18:38:49 PST 2008


On Fri, Nov 21, 2008 at 10:59 AM, Ary Borenszweig <ary at esperanto.org.ar> wrote:
> If you don't want to move your files and keep them where they are, create a
> new D project and in the first page of the wizard select "from existing
> source" and type or select the folder where your files are. That will two
> files in that directory: .project and .classpath. But that's it. I hope
> those don't bother you. :-)
>
> The "Link source" option efectively links everything under the selected
> folder, you can't just link a particular file, sorry.
>

Ok.  Yeh that seems to be the same as what I got from using the Build
Path --> Link Source option after the fact.

It does at least collect all the .d files in one place at least.  But
it's annoying that it puts all the junk files (the .exe, .map files
etc) at the top level.  At least if the linked files were in a
sub-folder of their own in the IDE I could collaspe that and not have
to look at them.

Thanks for the response.

--bb


More information about the Digitalmars-d-learn mailing list