InteractiveFaultLocalization / iFL4Eclipse

iFL for Eclipse is an Eclipse plug-in for supporting interactive fault localization for Java projects developed in this environment.
Eclipse Public License 2.0
3 stars 1 forks source link

Recommendation for "Selected element" layout design #128

Closed brita-sed closed 4 years ago

brita-sed commented 4 years ago

When the user selects an element from the grid layout, the selection will appear in a blue color. But after navigating to another page, selection will disappear. So the user cannot select element from different pages. To solve this problem, it would be worthwhile to create a separate column for the already selected items that could be freely removed from the selection.

design_selected_element_kisebb design_selected_element_2 design_selected_element_01

Icons: moveback_deselect_16x16 delete_deselect_16x16

geryxyz commented 4 years ago

I suggest to display the signiture instead, because the name will be the same for several items

brita-sed commented 4 years ago

The process of selecting an element would be:

design_selected_element_change

Dhorvath1294 commented 4 years ago

https://github.com/sed-szeged/iFL4Eclipse/releases/tag/V2.4.52.4

brita-sed commented 4 years ago

Tested on V2.4.52.5. Result: implemented.