erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Text search #61

Closed erkyrath closed 8 years ago

erkyrath commented 8 years ago

Can we get access to Chrome's search widget for the game window? If not, can we write our own?

erkyrath commented 8 years ago

See webContents.findInPage method (http://electron.atom.io/docs/api/web-contents/)

erkyrath commented 8 years ago

Also this discussion: https://discuss.atom.io/t/using-webcontents-findinpage-to-implement-typical-find-function/25309