Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] UI for "Import Query"

Hi all,

Please, correct me, if I am going in a wrong direction. The UI I want
to have to import the query (bug 189518
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189518 ) is actually two
dialogs, invoked by right-clicking on TaskList and selecting there
"import Query". One dialog is a simple FileSelectionDialog. The user
will select the file, it will be parsed and the ImportQueryDialog will
be opened (same as EditQueryDialog). The problem is that I am not able
to access FileSelectionDialog from org.eclipse.mylyn.context.ui. Can I
add the dependency to the org.eclipse.ui.ide? If not, should I go with
custom FileSelectionDialog?

Best regards,
Jevgeni Holodkov


Back to the top