mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 23:30:22 +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.PaintOptions := [toHideFocusRect, toPopupMode, toShowButtons, toShowDropmark, toShowRoot, toThemeAware, toUseBlendedImages];
|
||||||
TreeOptions.SelectionOptions := [toRightClickSelect];
|
TreeOptions.SelectionOptions := [toRightClickSelect];
|
||||||
TreeOptions.AutoOptions := [toAutoTristateTracking];
|
TreeOptions.AutoOptions := [toAutoTristateTracking];
|
||||||
|
IncrementalSearch := isAll;
|
||||||
|
IncrementalSearchDirection := sdForward;
|
||||||
|
IncrementalSearchStart := ssAlwaysStartOver;
|
||||||
|
IncrementalSearchTimeout := 1500;
|
||||||
PopupMenu := pm;
|
PopupMenu := pm;
|
||||||
OnGetText := @VSTPackagesGetText;
|
OnGetText := @VSTPackagesGetText;
|
||||||
OnGetImageIndex := @VSTPackagesGetImageIndex;
|
OnGetImageIndex := @VSTPackagesGetImageIndex;
|
||||||
|
Loading…
Reference in New Issue
Block a user