Opkman: Add incremental search for private repositories.

git-svn-id: trunk@58499 -
This commit is contained in:
balazs 2018-07-13 05:25:39 +00:00
parent 96609baad4
commit 57affab688

View File

@ -205,6 +205,10 @@ begin
TreeOptions.PaintOptions := [toHideFocusRect, toPopupMode, toShowButtons, toShowDropmark, toShowRoot, toThemeAware, toUseBlendedImages];
TreeOptions.SelectionOptions := [toRightClickSelect];
TreeOptions.AutoOptions := [toAutoTristateTracking];
IncrementalSearch := isAll;
IncrementalSearchDirection := sdForward;
IncrementalSearchStart := ssAlwaysStartOver;
IncrementalSearchTimeout := 1500;
PopupMenu := pm;
OnGetText := @VSTPackagesGetText;
OnGetImageIndex := @VSTPackagesGetImageIndex;