eclipse-platform / eclipse.platform.ui

Eclipse Platform
https://projects.eclipse.org/projects/eclipse.platform
Eclipse Public License 2.0
81 stars 190 forks source link

Add dropdown history to the "in" field of the Quick Search dialog window #2329

Open mplukas opened 2 months ago

mplukas commented 2 months ago

It would be very helpful if the Quick Search dialog window (Ctrl+Alt+Shift+L) kept a [short] history of the values used in the "in" field and allowed to select from it (similar like "File name patterns" field in the regular Search window (Ctrl+H)).

jukzi commented 2 months ago

Will you contribute such PR?

Wittmaxi commented 2 months ago

Hey, you might want to look into the HistoryTextWrapper class. By re-using it, implementing this should be ~very easy~ doable. The plan: replace the input box in the quick search with that HistoryTextWrapper class or something similar.

PValdovinos commented 1 month ago

I'm working on this :)

HannesWell commented 1 month ago

I'm working on this :)

Great. You are one of the students from CodeDays, aren't you?

Much success on this task and don't hesitate to ask for help if you need any.

jannisCode commented 1 week ago

Because I did not hear anything anymore and did not know if this is still worked on, I implemented the feature here: https://github.com/eclipse-platform/eclipse.platform.ui/pull/2541