nwhitehead / pineapple

http://nwhitehead.github.io/pineapple/
Other
352 stars 26 forks source link

FEATURE: Missing Search/Find functionality in the menu #42

Open deeplook opened 9 years ago

deeplook commented 9 years ago

Because it's so useful... ;-)

norvig commented 9 years ago

Pineapple is great; congratulations. But this is the most important missing feature to me. In a browser, command-F allows me to search; in Pineapple I've lost that and I feel I really need it.

iagopinal commented 7 years ago

I agree. This feature is really needed for the project to be spectacular

iagopinal commented 6 years ago

Thumbs up for the project but I agree, this feature is critical.

nwhitehead commented 6 years ago

Agreed, this is a good idea. Needs a bit of thought for how to make it work properly, it might involve creating a "search results" widget somewhere.

nwhitehead commented 6 years ago

Looks like wxWidgets WebView has methods for doing "Find" on the page, that makes things easier.