Andrew Plotkin
Andrew Plotkin
Include buttons for "repeat locale description" (`LOOK`) and "repeat focus description" (if there is one) (`EXAMINE`). These do not require server requests, obviously.
The menus are handled by the Chrome/Electron framework. I can't do anything about that. I believe https://github.com/electron/electron/issues/2504 is the filed bug covering it. For the second point: Quixe has some...
I think the right behavior is to never store the maximized size in the preferences -- only the non-maximized size and a boolean "maximized" flag. Then, as you say, call...
(If you define the accelerator as `CmdOrCtrl+Plus`, the menu shows `Shift-Cmd-=` and you have to use the shift key, which is worse than what I've got now.)
After Electron fix https://github.com/electron/electron/pull/5298 , things have changed: if you define the accelerator as `CmdOrCtrl+Plus`, the menu shows `Shift-Cmd-+` (better) but you still have to use the shift key (still...
https://github.com/electron/electron/issues/5256 is the feature I need for this.
The iplayerprop table as opposed to the instanceprop table. This would _not_ cover player descriptions. (But it might tie into player description modifiers, https://github.com/erkyrath/tworld/issues/164)
Also more memory-efficient, since we don't have to keep the image data in JS memory.
Does the same thing happen with .z5 or .zblorb files? Does the "Find..." menu option work? (Opening a Search field at the top right corner.) What is your operating system...