Guido Van Hoecke
Guido Van Hoecke
It would be logical that \* and # keep searching the text that was selected when starting the search. IMHO it is rather silly that it only works once and...
These changes are required to get the app working with the current release, thanks FongRay
maybe both start commands could be present like in ``` "startOsx": "./node_modules/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron .", "startWin": "electron .", ``` and then the user would have to enter `npm startOsx` or `npm startWin`