Ticket #102 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Autocompletion for selective imports aren't fully working

Reported by: doob Assigned to:
Priority: minor Component: descent.core
Version: Keywords:
Cc:

Description

Autocompletion for selective imports aren't fully working. For me it only works if I already have a selective import, example:

import dwt.internal.objc.objc: // nothing shows here in the list

then I add:

dwt.internal.objc.objc:id;

and then it's working:

dwt.internal.objc.objc:id;
dwt.internal.objc.objc: // no it works here, but only id shows up


descent0.5.3.20080706.zip, eclipse 3.4, osx

Change History

07/08/08 22:33:07 changed by asterite

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

Fixed in descent0.5.3.20080708.zip