cogentcore / core

A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.69k stars 80 forks source link

Add support for search functionality in table and tree #28

Open rcoreilly opened 6 years ago

rcoreilly commented 6 years ago

In FileView, not clear if beneficial relative to completion in the textfield.. but probably some general kind of search box with < > arrows that scrolls to different rows in the tableview would be easy and generally useful.

rcoreilly commented 6 years ago

added general search to all layouts just by typing if nothing else is in focus, and completion is probably best for fileview. but might be good to have a demo test case of search in a table view just to work through any of those issues.

rcoreilly commented 8 months ago

Scope: this is strictly within the widget itself. There are other possible issues with top app bar that are related but distinct. Still unclear of we want some kind of specific scoped search within these views.

kkoreilly commented 6 months ago

We may want to add a global search with a text field via Ctrl+F.