ScottLogic / kdb-boothroyd

a prototype re-implementation of KDB Studio using JavaScript and Electron
Apache License 2.0
5 stars 2 forks source link

tab name now includes filename #47

Closed ColinEberhardt closed 2 years ago

ColinEberhardt commented 2 years ago

Added filename to the tab, and expanded functionality to provide load / save and save-as behaviour:

image

Note, the previous version had a bug, when a file was opened ipcMain raised an event that was handled by all editor windows, so all would update to the new file contents. Updated to use ipcRenderer.invoke and ipcMain.handle instead.