Improve implementation class search

Issue #508 resolved
Matthias Schoettle created an issue

When importing an implementation class, searching for the class is very cumbersome

  • when typing the fully qualified the search result does not produce the expected result
  • searching for, for example, "ArrayList", "List", "Set" shows a lot of irrelevant classes first
  • typing into the search field quickly starts lagging because it takes a lot of time to visualize the intermediary result

Comments (6)

  1. Arthur Le Saint

    Resolves #508: Implementation class search improvement

    • A lot has been remove, it's now a simpler search.
    • setElementsOrder(Comparator) now just change the Comparator to order the elements. It used to refresh the gui list (which should not be in this method).

    Note: when you type 'java', it does not shows the possibilities yet (too much)

    → <<cset 1e7ffc6d556c>>

  2. Log in to comment