dart-archive / eclipse3

DEPRECATED - NO LONGER maintained/supported - Eclipse plugins and Dart Editor
8 stars 6 forks source link

Add "Open Type" or "Open Resource" navigation feature #38

Open DartBot opened 9 years ago

DartBot commented 9 years ago

Originally opened as https://github.com/dart-lang/sdk/issues/22132

This issue was originally filed by lpodm...@gmail.com


DartEditor supports F3 to follow a reference to the source code for that type, which is great if you already have that type being used in the active editor.

It would nice to be able to launch a dialog that lets the user type in all or part of a type name (or file name) and then open the matching item.

In regular Eclipse these features are located off the Navigate menu and are called Open Type and Open Resource, respectively.

DartBot commented 9 years ago

Comment by dgrove


Added Area-Editor, Triaged labels.

DartBot commented 9 years ago

Comment by clayberg


Set owner to @keertip. Removed Priority-Unassigned label. Added Priority-Medium label.

DartBot commented 9 years ago

Comment by keertip


Open type has been added.


Added Fixed label.

DartBot commented 9 years ago

Comment by keertip


Sorry, misunderstood. Open type has been added to the dart plugins for eclipse. In Dart Editor, the omnibox takes the place of open type dialog.


Added Triaged label.

DartBot commented 9 years ago

This comment was originally written by lpod...@gmail.com


The omnibox is good, but only appears to support prefix matching for types and files. Would be nice if it supported simple wildcard matching on names.

DartBot commented 9 years ago

Comment by kevmoo


Added C11 label.