-
Notifications
You must be signed in to change notification settings - Fork 193
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
Quick access twice the same entry #152
Comments
I also see it, but strangely, not as long as I type |
The entries are added a second time, if you have previously selected the entry for the current input. I.e. a duplicate history entry for "hist" means that you selected it in a previous session after that input. If you now select the item after giving the input "histor", and restart eclipse then you get the duplicate entry for both "hist" and "histor". I'm still debugging... |
When you have used quick access previously, the dialog adds matching entries from "previous" at the top. Afterwards the same entries may appear from their "normal" provider (e.q. views, commands, ...). Since the logic of adding entries seems quite complex, this change fixes the duplicate entry by detecting the exact situation (same single entry in first and second provider list), and then removes the duplicate entry list.
When you have used quick access previously, the dialog adds matching entries from "previous" at the top. Afterwards the same entries may appear from their "normal" provider (e.q. views, commands, ...). Since the logic of adding entries seems quite complex, this change fixes the duplicate entry by detecting the exact situation (same single entry in first and second provider list), and then removes the duplicate entry list.
I think a more proper solution would be that items selected from the "Previous" category should not add themselves to the "previous" elements, but should instead "move up" the selected proposal in the existing previous list. |
When you have used quick access previously, the dialog adds matching entries from "previous" at the top. Afterwards the same entries may appear from their "normal" provider (e.q. views, commands, ...). Since the logic of adding entries seems quite complex, this change fixes the duplicate entry by detecting the exact situation (same single entry in first and second provider list), and then removes the duplicate entry list.
…s_entries_fix Avoid duplicate quick access entry eclipse-platform/eclipse.platform.ui#152
@Bananeweizen as you recently worked on Quick access, do you also see this?
The text was updated successfully, but these errors were encountered: