DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Unbound buildpath container: 'Default System Library' in project #104

Closed aubade closed 9 years ago

aubade commented 9 years ago

The new DDT version seems not to have the DUB dependencies and System library trees present in the Script Explorer anymore, and along with that, every time eclipse starts up I get the error "Unbound buildpath container: 'Default System Library' in project /projectname/"

This, however, doesn't seem to be interfering with code completion of dub dependencies (Which is mostly working, though I'm having the same problems as have already been reported)

bruno-medeiros commented 9 years ago

This is actually not a bug. The Script Explorer is deprecated, use the Project Explorer (I'm gradually phasing out DLTK usage). If you want to remove that error, delete the .buildpath file, (a simpler one might be recreated).

aubade commented 9 years ago

Is there/will there be a replacement for the script explorer's ability to peek inside source files to give a quick code outline? (The outline pane is nice, but as far as I can tell it can only look at one file at a time, and the Project Explorer can't expand files)

bruno-medeiros commented 9 years ago

Hum, forgot about that feature, that would be nice to have in Project Explorer too: https://github.com/bruno-medeiros/DDT/issues/106

bruno-medeiros commented 9 years ago

Dunno when it will be done though.

wanwang2 commented 7 years ago

so, I also have this problem.Can you tell me how to solve it? I use shell plugin with eclipse, but the eclipse editor report an error with my shell project.

bruno-medeiros commented 7 years ago

so, I also have this problem.Can you tell me how to solve it? I use shell plugin with eclipse, but the eclipse editor report an error with my shell project.

Please open a new bug report.