Ticket #79 (closed defect: fixed)

Opened 8 months ago

Last modified 6 months ago

Autocompletion stops working after completing dfl.Form.text(DString txt)

Reported by: Anonymous Assigned to:
Priority: minor Component: descent.core
Version: 0.5 Keywords:
Cc: trunk

Description

Autocompletion stops working after completing dfl.Form.text(DString txt)

a little animation of this: http://www.update.uu.se/~labero/Descent/DFLFormBug.swf.html

Sample code:

module main;

import dfl.Form;

void main(){
    Form f = new Form;
    f.tex //press ctrl+space, and select text(Dstring txt).
}

Change History

07/06/08 13:41:58 changed by asterite

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

Works in nightly build descent0.5.3.20080705