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 proper layout of iFL Filters window #120

Open brita-sed opened 4 years ago

brita-sed commented 4 years ago

It was an interesting sight to put the filtering settings in a separate view, which is good in that most of the table is visible. However, it may be good to have a recommendation on how to place the window.

  1. If I put it towards the table, I can see both panels at the same time, which is good, but there is an unreasonable amount of space on the right side of the filters.

ifl_wrong_layout

  1. If I put the panel next to the table, I have to constantly switch between the two tabs, it’s pretty annoying.

ifl_next_to

  1. It’s best to put it in the bottom right corner of the window, but I had time to figure out that this is the most convenient layout.

ifl_well_layout

  1. Another well-aligned layout can be the following:

filter_good_position

Related issue: #117