Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/26/15 12:09:33 (9 years ago)
Author:
pfleck
Message:

#2387

  • 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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.Designer.cs

    r12012 r12397  
    152152      this.toolTip.SetToolTip(this.searchTextBox, "Enter string to search for types");
    153153      this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
     154      this.searchTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.searchTextBox_KeyDown);
    154155      //
    155156      // typeParametersGroupBox
Note: See TracChangeset for help on using the changeset viewer.