www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Descent eclipse plugin - auto code completion

reply Joel Christensen <joelcnz gmail.com> writes:
I've got one project working ok, but not another. Things like working at 
the start of the main function but not at the end, and not in other 
functions.
Oct 31 2009
parent reply Ary Borenszweig <ary esperanto.org.ar> writes:
Joel Christensen wrote:
 I've got one project working ok, but not another. Things like working at 
 the start of the main function but not at the end, and not in other 
 functions.
Hi Joel, Do you have something in the Error Log (Window -> Show View -> Error Log)? How is your project configured? Do you have phobos or Tango in the include path?
Nov 03 2009
parent Joel Christensen <joelcnz gmail.com> writes:
 Do you have something in the Error Log (Window -> Show View -> Error 
 Log)? How is your project configured? Do you have phobos or Tango in the 
 include path?
My Eclipse doesn't have a thing called Error Log. I can't see more than 'D Build Path' to configure. I've been testing with Tangos 'Stdout'. It's been working in my little test programs, but not aways with a proper program, I just get the Object class stuff, not Stdouts stuff. Other things work like structs and 'this.' and other classes work. Even other Tango class's work (if I put the full name). I'm using 'tango\import' in my include path. Another note: I couldn't get an external software to compile from eclipse either.
Nov 05 2009