A minor detail I just noticed on Build 118: when you're using the mousewheel to zoom in and out, it's fairly standard practice (in mapping software, image editors, and Golly) to keep the pixel under the mouse cursor fixed, rather than the center of the image. Otherwise, if you have something off-center that you're interested in getting a closer look at, you have to keep re-centering it as you zoom in.
rowett wrote:Build 118 now will display the first two lines of the "code" block above the Viewer. This, I believe, looks better and it also gives you the visual cue when you select the code.
It's definitely much nicer to be able to see a few lines of the RLE. A minor point from experience elsewhere: it sometimes works better to make the height a non-integer number of lines (2.5?) as a visual cue that there's more there to be selected than what you can see.
rowett wrote:In terms of the width I'm happy with the full width being the default. I do believe there will be instances where someone might want a smaller Viewer, however happy to be guided by other opinion on this topic.
I think the current setup is great as a default, and maybe there's no need to worry about giving people more control than that. If someone really wants a lot of small images, they can perfectly well attach small images and put them inline in the text. There's not a lot of flow control available in standard BBcode anyway, so nobody will be posting messages with multiple small Viewers on the same line, or text to the left or right of a Viewer.
The use case I was thinking of for a reduced-size "locked down" viewer comes from many years of people trying various tricks to visually quote Life patterns in articles or other explanatory text:
Paul Callahan -- now limited due to Java security issues
Nicolay Beluchenko -- same Java problems as above
Adam P. Goucher (Internet Archive) -- 1-pixel-per-bit images are gone, but links to the RLE still work.
I'd like to rebuild Adam's stable-technology article at some point, as an HTML page not a forum message -- have to add Snarks and semi-Snarks, among other new developments! Something like LifeViewer still seems like an obvious candidate, maybe a locked-down (but unlockable?) version -- the
Code: Select all
section at the top wouldn't be needed in that form, but an option to specify a caption might be good.
Come to think of it, Build 118 allows for a pretty good two-line caption right now, if the RLE includes two lines of comments at the top.