Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Go to closed project?

+1 Lars. Combine and unify Open Resource and Go to Resource dialogs.

My Observations:

IResource = IProject | IFolder | IFile

1. So if user select IProject | IFolder then find result should locate and set corresponding selection(IProject | IFolder) in Package|Project Explore|Navigator(?) view or whatever is set in present Open Resource dialog's Show In option. If user select IFile then should we open the file in editor or locate and set selection on this IFile object in Package|Project Explore|Navigator(?) view???? or make it a user preference?

2. Path search should work for IProject and IFolder and IFile in the strict order IProject / IFolder* | IFile*
So
<Search string>/                                              = will find only IProject's matching "Search string"
<Search string 1>/<Search string 2>                 = will find all IFolder's and IFile's matching "Search string 2" inside IProject matching "Search string 1"
<Search string 1>/<Search string 2>/                = will find ONLY IFolder's matching "Search string 2" inside IProject matching "Search string 1"
*/*/<Search string 1> = <Search string 1>          = will find ONLY IFile's matching "Search string 1" in entire workspace/in selected working set. Default is made IFile
*/<Search string 1>/                                         = will find ONLY IFolder's matching "Search string 1" in entire workspace/in selected working set.



On Thu, Sep 29, 2016 at 2:13 PM, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
Navigate -> Go to -> "Go to Resource" is inactive, if I select an
editor. Also a bug or works as intended?

(Btw, imho 'Open Resource' and "Go to Resource' seem kinda like the
same thing at first glance, or at least having used Eclipse for 4
years I did not know that they did different things until (Markus?)
pointed it out. It's not really clear that one is only for
classes/files and the other for all types of stuff.

I also assumed that both are the same. I suggest to "unify" both
dialog and use the same underlying implementation, no need to confuse
our users.

On Wed, Sep 28, 2016 at 10:42 PM, Daniel Megert
<daniel_megert@xxxxxxxxxx> wrote:
> That does not work for me. Please file a bug report.
>
> Dani
>
>
>
> From:        Leo Ufimtsev <lufimtse@xxxxxxxxxx>
> To:        "Eclipse Platform UI component developers list."
> <platform-ui-dev@xxxxxxxxxxx>
> Date:        28.09.2016 22:35
> Subject:        Re: [platform-ui-dev] Go to closed project?
> Sent by:        platform-ui-dev-bounces@eclipse.org
> ________________________________
>
>
>
> [Update].
>
> I found a way to find a closed project by full path [1], but haven't found a
> way to do so with wild cards.
> Does anyone know a way to do it with wildcard search?
>
>
> [1] I found that if I focus on project explorer and start typing, I can
> navigate to a closed project.
> Ex:
> org.eclipse.ui.themes
> But I can't type things like:
> *.ui.*themes
>
>
>
>
> ---
> Leo Ufimtsev | Software Engineer @ Red Hat
> Email: Leonidas@xxxxxxxxxx
> Phone: +1 647-467-3353
> Blog: https://coffeeorientedprogramming.com/
> Chat: https://mattermost.eclipse.org/eclipse/channels/platform-swt ->
> LeoUfimtsev
> IRC:  freenode # swt
> Twitter: @LeoUfimtsev
>
> On Wed, Sep 28, 2016 at 4:31 PM, Leo Ufimtsev <lufimtse@xxxxxxxxxx> wrote:
> Hello,
>
> Recently I discovered the Navigate -> Go to -> "Go to Resource", (Which in
> contrast to 'Open Resource' can open things like projects)
>
> I found that with this I can find *open* projects, but I can't navigate to
> *closed* projects so as to open them.
> Is there some trick/method that someone is aware of to search/navigate to
> closed projects quickly? (I have like 150+ projects in my workspace).
>
> (Btw, imho 'Open Resource' and "Go to Resource' seem kinda like the same
> thing at first glance, or at least having used Eclipse for 4 years I did not
> know that they did different things until (Markus?) pointed it out. It's not
> really clear that one is only for classes/files and the other for all types
> of stuff. But I suggest this would be discussed in a separate thread if
> there is interest)
>
> Thank you
>
>
>
> ---
> Leo Ufimtsev | Software Engineer @ Red Hat
> Email: Leonidas@xxxxxxxxxx
> Phone: +1 647-467-3353
> Blog: https://coffeeorientedprogramming.com/
> Chat: https://mattermost.eclipse.org/eclipse/channels/platform-swt ->
> LeoUfimtsev
> IRC:  freenode # swt
> Twitter: @LeoUfimtsev
> [attachment "Selection_152.png" deleted by Daniel Megert/Zurich/IBM]
> _______________________________________________
> platform-ui-dev mailing list
> platform-ui-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/platform-ui-dev
>
>
> _______________________________________________
> platform-ui-dev mailing list
> platform-ui-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/platform-ui-dev



--
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev



--
Regards,
Chandrayya.G.K



Back to the top