heynote/electron/main
Jonatan Heyman 4274e6237b
Watch buffer file for changes, and automatically reload it if changed (#76)
* Implement Buffer class in main process that watches for changes to the file, and notifies the editor in the renderer process so that it can update the buffer.

* Add Editor.setReadOnly() method

* Add dummy onChangeCallback function

* Remove debug logging
2024-01-01 19:04:40 +01:00
..
about.js Add beta channel info to about window 2023-12-12 17:26:48 +01:00
auto-update.ts Set autoUpdater.allowDowngrade to True in order to allow switching from beta version back to stable 2023-12-07 01:51:23 +01:00
buffer.js Watch buffer file for changes, and automatically reload it if changed (#76) 2024-01-01 19:04:40 +01:00
cors.ts Add currency conversion support to Math blocks 2023-03-20 11:09:56 +01:00
index.ts Watch buffer file for changes, and automatically reload it if changed (#76) 2024-01-01 19:04:40 +01:00
menu.ts Fix zoom in key binding (#80) 2023-12-27 14:21:52 +01:00