hyper/lib/actions
Jon Galloway 6a9b3f74c5 Open Preferences in Default JS Editor on Windows (#1138)
* Open Preferences in Wordpad on Windows

Notepad doesn't handle `\n` line breaks, Wordpad does. 

Fixes #1126.

* Update: Use Win editor from reg

If not found, or set to notepad.exe (which can't handle line breaks), show hyper.js config file in folder so user can open in editor of their choice.

* Fixes for Windows

Fixed shell reference, corrected lint errors.

* Fixes for Windows

Fixed shell reference, corrected lint errors.

* Fixes for Windows

Fixed shell reference, corrected lint errors.

* Always show .hyper.js in folder for prefs

* Always show .hyper.js in folder for prefs

* Fixed electron import
2017-01-10 21:49:32 -08:00
..
config.js [WIP] Use XO instead of Standard (#723) 2016-09-21 16:27:11 +02:00
header.js Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
index.js Prefer default export to make XO happy (#931) 2016-10-25 14:53:15 +02:00
notifications.js Move notification fetching to the main process (#804) 2016-10-07 20:28:40 -07:00
sessions.js Fix ctrl+c to close WebView 🍾 (#1287) 2016-12-21 07:19:41 -08:00
term-groups.js Prefer default export to make XO happy (#931) 2016-10-25 14:53:15 +02:00
ui.js Open Preferences in Default JS Editor on Windows (#1138) 2017-01-10 21:49:32 -08:00
updater.js [WIP] Use XO instead of Standard (#723) 2016-09-21 16:27:11 +02:00