add search operator tooltip to scene tree search bar
This commit is contained in:
@@ -62,6 +62,7 @@ namespace FlaxEditor.Windows
|
|||||||
AnchorPreset = AnchorPresets.HorizontalStretchMiddle,
|
AnchorPreset = AnchorPresets.HorizontalStretchMiddle,
|
||||||
Parent = headerPanel,
|
Parent = headerPanel,
|
||||||
Bounds = new Rectangle(4, 4, headerPanel.Width - 8, 18),
|
Bounds = new Rectangle(4, 4, headerPanel.Width - 8, 18),
|
||||||
|
TooltipText = "Search the scene tree.\n\nYou can prefix your search with different search operators:\ns: -> Actor with script of type\na: -> Actor type\nc: -> Control type",
|
||||||
};
|
};
|
||||||
_searchBox.TextChanged += OnSearchBoxTextChanged;
|
_searchBox.TextChanged += OnSearchBoxTextChanged;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user