Andrew Plotkin

Results 107 issues of Andrew Plotkin

The "Open Recent" submenu is populated when you launch the app, but does not change thereafter. You have to quit and restart to see changes. (I'm talking about the submenu...

electron fix needed

The "preinstall" line in package.json assumes bash and git are available in a Unix-like way. makedist.py is Python, which is only available on everything but Windows. All of this should...

Might be faster to use on-disk images rather than data: URLs. Or maybe not! Have to try it and see.

feature

I bang around on quixe:master a lot. If people are going to be installing lectrote, it should pick a point in quixe that is known to be good. (Both the...

quixe change

Maybe we can fix the silly scroll-bar offset by (a) giving the gameport the entire window; (b) instead of true margins, apply left or right padding to windows that reach...

feature
glkote change

We already have the margin-mark, but it might be a good idea to apply a CSS style to previously-displayed paragraphs. (Perhaps more appropriate for Ink games than Glulx games; parser...

feature
glkote change

When you do a text search, the input in the text widget gets highlighted yellow, indicating that the search has found that text. We try to disguise this fact: if...

bug
electron fix needed

In the About and Reference Card windows, that is. I suppose the Zoom options could work, although I'd have to rethink the fixed-size-ness of those windows.

electron fix needed

Traditionally Zoom In is shown as `Cmd-+` (`Ctrl-+` on windows) even though you don't hold the shift key to do it. Electron doesn't support that distinction, so I have to...

electron fix needed

Menus on the about window (and the card window) continue to confuse Windows users. It's worth rethinking this even if I don't have a great answer. Definitely add a popup...