Ticket #180 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Error with autocompletion

Reported by: RuZiggy Assigned to:
Priority: major Component: descent.core
Version: 0.5 Keywords:
Cc:

Description

Hello,

i did a fresh install of Eclipse 3.5 and descent 0.5.6.20090601. I've installed http://dsource.org/projects/bindings/wiki/WindowsApi And wrote: import win32.directx.d3d10;

int main(char[][] args) {

ID3D10Device device; return 0;

}

After that autocompletion is disabled. Instead of ID3D10Device you can also try other classes\interfaces result will be the same.

Log attached.

Attachments

descent.log (37.0 kB) - added by RuZiggy on 07/09/09 01:29:21.
descent.2.log (37.0 kB) - added by RuZiggy on 07/09/09 01:30:13.

Change History

07/09/09 01:29:21 changed by RuZiggy

  • attachment descent.log added.

07/09/09 01:30:13 changed by RuZiggy

  • attachment descent.2.log added.

07/09/09 01:31:35 changed by RuZiggy

Sorry for log's dublicate. They're both the same.

07/21/09 18:40:31 changed by asterite

  • status changed from new to closed.
  • resolution set to fixed.

(In [1469]) Fixed #180. Also: greatly improved performance!!! Now even if there are static if's at the top level of a module, the module can still be used as lazy. :-)