Free cookie consent management tool by TermsFeed Policy Generator

Opened 9 years ago

Closed 9 years ago

#2387 closed enhancement (done)

Adapt TypeSelector to changes from NewItemDialog

Reported by: pfleck Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.12
Component: Core.Views Version: 3.3.11
Keywords: Cc:

Description

The behavior of the TypeSelecor should be the same like the NewItemDialog.

  • The matching of search-tokens.
  • Clear-Button in the search-TextBox.

Change History (9)

comment:1 Changed 9 years ago by pfleck

  • Status changed from new to accepted

comment:2 Changed 9 years ago by pfleck

r12397

  • Adapted behavior of the matching in the TypeSelector that it behave the same as the NewItemDialog. The search string is tokenized by space and matches if all tokens are contained, (eg. "Sym Reg" matches "SymbolicRegression...").
  • Enabled navigation with up- and down-arrow in the tree while the search-box is focused.
  • Improved response time of NewItemDialog and TypeSelector when they contain a large amount of nodes.

comment:3 Changed 9 years ago by pfleck

r12398

  • Added clearSearch-button in TypeSelector.
  • Adapted behavior of TypeSelector and NewItemDialog that a selected node stays selected as long as it matches the search criteria.

comment:4 Changed 9 years ago by pfleck

r12399

  • Added context-menu for expanding and collapsing tree-nodes.
  • Improved response time when expanding/collapsing all nodes for TypeSelector and NewItemDialog.

comment:5 Changed 9 years ago by pfleck

r12400 Forgot to commit a file.

comment:6 Changed 9 years ago by pfleck

r12401 Fixed a bug where the automatic selection of the first element behaved differently for the NewItemDialog.

comment:7 Changed 9 years ago by pfleck

  • Owner changed from pfleck to mkommend
  • Status changed from accepted to reviewing

comment:8 Changed 9 years ago by mkommend

  • Status changed from reviewing to readytorelease

Reviewed all changesets in this ticket. This ticket must be released together with #2025.

comment:9 Changed 9 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed

r12708: Merged all changes regarding the type selector into stable.

Note: See TracTickets for help on using tickets.