Ticket #93 (closed defect: fixed)

Opened 3 months ago

Last modified 2 months ago

Goto declaration not working

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

Description

import dwt.widgets.Display;
import dwt.widgets.Shell;
import dwt.widgets.Event;
import dwtx.jface.dialogs.ProgressMonitorDialog;
import dwtx.core.runtime.IProgressMonitor;
import dwtx.jface.operation.IRunnableWithProgress;

void run(IProgressMonitor monitor) {
}
void handleSelection(Event e, Shell shell) {
    auto dialog = new ProgressMonitorDialog(shell);
    dialog.run(false, true, dgIRunnableWithProgress(&run));
}

void main() {
    /*1*/Display display = new Display();

}

Placing the cursor in 'Display' and press F3 does not jump to Display.d. Instead the status line shows the message in red "Current text selection does not resolve to a D element".

Change History

07/06/08 11:25:55 changed by asterite

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

Works in nightly build >= descent0.5.3.20080704