-
Notifications
You must be signed in to change notification settings - Fork 228
Restore ability to filter views by category #2579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
recording.webm |
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
|
Nice and easy fix. Thanks @ptziegler. Looks like we have issues with either Tycho (cc @laeubi) or JDT (cc @iloveeclipse): Could not find artifact org.eclipse.jdt:ecj:jar:3.40.100-SNAPSHOT in eclipse-snapshots (https://repo.eclipse.org/content/repositories/eclipse-snapshots/) |
5ae0412 to
a0e03bf
Compare
The bundles |
HannesWell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Patrick for this one.
I noticed this recently as well and it's annoying that this is currently not working.
The change looks good. But the method could be clean-ed up.
Are you interested in doing it in this PR (maybe as a second or first commit) or in a follow-up?
...e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/copy/ViewPatternFilter.java
Outdated
Show resolved
Hide resolved
Looks like yes. I have created #2598, to fix that soon. |
I don't think a second PR for such a small change is really needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you interested in doing it in this PR (maybe as a second or first commit) or in a follow-up?
I don't think a second PR for such a small change is really needed.
Agree, just wanted to give you multiple options. :)
Thanks for applying the requested changes so quickly, but I think we had a slight miscommunication and it was a bit too much.
...e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/copy/ViewPatternFilter.java
Show resolved
Hide resolved
08f1043 to
9411292
Compare
The ability to sort by categories was previously possible, but broke as part of 7275893. This seems to be unintentional, given that the linked bug [1] is about exposing the FilteredTree and likely a result of streamlining the implementation. [1] - https://bugs.eclipse.org/bugs/show_bug.cgi?id=74795 Fixes eclipse-platform#2576
HannesWell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this fix. Nice work!
I just pushed a tiny update to remove the version increment from again from your commit, so that the automated version increment workflow can do it in a separate commit.
If you have learned to anticipate version increments in the past, with that automation you can actually unlearn it again and just don't worry about that, unless you are introducing new API (which requires a minor version bump).
Furthermore I added a reference to the fixed issue in the commit message.
If you add the following line e.g. in the initial message GH will link this PR to the issue and will close that latter if this is submitted:
Fixes #2576
With that this is ready, thanks again. :)
|
Test failures, due to OOM errors are unrelated -> Submitting this. |
The "Show View" as well as the "Import" and "Export" wizards now support searching by category, rather than only by entry. eclipse-platform/eclipse.platform.ui#2576 eclipse-platform/eclipse.platform.ui#2579 eclipse-platform/eclipse.platform.ui#2602
The "Show View" as well as the "Import" and "Export" wizards now support filtering by category, rather than only by entry. eclipse-platform/eclipse.platform.ui#2576 eclipse-platform/eclipse.platform.ui#2579 eclipse-platform/eclipse.platform.ui#2602
The "Show View" as well as the "Import" and "Export" wizards now support filtering by category, rather than only by entry. eclipse-platform/eclipse.platform.ui#2576 eclipse-platform/eclipse.platform.ui#2579 eclipse-platform/eclipse.platform.ui#2602
The "Show View" as well as the "Import" and "Export" wizards now support filtering by category, rather than only by entry. eclipse-platform/eclipse.platform.ui#2576 eclipse-platform/eclipse.platform.ui#2579 eclipse-platform/eclipse.platform.ui#2602
The ability to sort by categories was previously possible, but broke as part of 7275893. This seems to be unintentional, given that the linked bug [1] is about exposing the FilteredTree and likely a result of streamlining the implementation.
[1] - https://bugs.eclipse.org/bugs/show_bug.cgi?id=74795
Fixes #2576