mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 17:58:03 +02:00
Opkman: Add incremental search for private repositories.
git-svn-id: trunk@58499 -
This commit is contained in:
parent
96609baad4
commit
57affab688
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user