[NOTEPAD] Implement File->New Window

*Windows starts a new own's instance too, when clicking on "New Window" (Tested by @HBelusca)
This commit is contained in:
Robert Naumann 2021-02-11 22:04:36 +01:00
parent 61f4b120fc
commit b774ec5ca6
41 changed files with 89 additions and 5 deletions

View file

@ -34,11 +34,12 @@
/* Commands */
#define CMD_NEW 0x100
#define CMD_OPEN 0x101
#define CMD_SAVE 0x102
#define CMD_SAVE_AS 0x103
#define CMD_PRINT 0x104
#define CMD_PAGE_SETUP 0x105
#define CMD_NEW_WINDOW 0x101
#define CMD_OPEN 0x102
#define CMD_SAVE 0x103
#define CMD_SAVE_AS 0x104
#define CMD_PRINT 0x105
#define CMD_PAGE_SETUP 0x106
#define CMD_EXIT 0x108
#define CMD_UNDO 0x110