Ticket #1894 (closed: fixed)
Add a drop-down showing all matches when typing in the algorithm dock widget
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 28 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
This is a suggestion rather than an improvement I consider essential.
I think it would be nicer if instead of just showing the first match as you type in the algorithm box, a (selectable) drop-down automatically appeared showing all the matches for what you've typed so far - like it does for the search box in the top-right of your internet browser. This is along the lines of what we have for the python intellisense (though that doesn't update as you continue to type).
One possible way to implement this can be found here: http://doc.qt.nokia.com/4.7/network-googlesuggest.html
If we want to keep the combobox that we already have and filter that, then the answer might be here: http://www.qtcentre.org/archive/index.php/t-23143.html
Change History
comment:1 Changed 10 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Russell Taylor
comment:2 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 26 to Iteration 27
Bulk move of tickets to iteration 27, if your ticket is essential for Iteration 26 then move it back.
comment:3 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 27 to Iteration 28
Bulk move of tickets at the end of iteration 27
comment:6 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 28 to Iteration 29
Bulk move of tickets at the end of iteration 28
comment:7 Changed 9 years ago by Russell Taylor
- Status changed from accepted to verify
- Resolution set to fixed
- Milestone changed from Iteration 29 to Iteration 28
Still only matches from start of word, but will do for now.
comment:8 Changed 9 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:9 Changed 9 years ago by Andrei Savici
- Status changed from verifying to closed
Works as described
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2741