I didn't get around to posting this yesterday (release days keep you busy — who knew?), so here goes: Moom 4 is available now. There is always more to do, but I'm really happy with how it came out. https://t.co/2X55H5xEih
@icanzilb Thank you! I would indeed have missed this, because I’m sort of in social media limbo at the moment — not a Twitter regular anymore, but also haven’t joined Mastodon (or any alternatives) yet.
@pusewicz Sorry for the late reply! I rarely check Twitter these days. But if you’re still interested, have a look at this page, and specifically, the "Force Moom to leave space at the left screen edge" section: https://t.co/oINXiDQSwP
@iSapozhnik@eternalstorms@manytricks Technically, Moom doesn't intercept. What it actually does is a bit convoluted, and we'd rather not share details at this point. Sorry. 😇
@iSapozhnik@eternalstorms@manytricks Moom uses its own non-menu popover, and it's not even an NSPopover. I'm not aware of a public API for a popover/menu hybrid like that.
@rgriff Is the original iPhoto library (that the Photos library was created from as a weirdo hard link clone) still on her Mac? Does getting rid of it make any difference?
Here's something really niche-y: Am I the only one who misses the pre-cfprefsd days, when we could change preferences by editing a plist file, rather than having to use defaults write?
No? Because…
@flo_muc Good points. The Zoom menu items were already there for Help viewing purposes, so this is just re-use. These things are indeed all related, though. I think the answer is extending the "Aa" popover into something that controls both font size and code format.
@flo_muc That’s awesome news! Which one did you find? Edit > Format or context menu? (The former is an actual preference, while the latter only affects the current editing section.)
I had the switch in View for a while, but that seems wrong. Separate top-level menu?
@throost Yeah, but that feels … wrong, doesn’t it? Preferee doesn’t kill cfprefsd. If you want to give it a try, download here: https://t.co/k74KI7BTLb
@tempelorg I do now! And I like how they don’t compete head-on with the different approaches (outline vs. mere text editing). Download here: https://t.co/k74KI7BTLb
Update: Made some improvements (optionally show all domains, other sidebar cosmetics) that justify a new public build. Download: https://t.co/k74KI7BTLb
Other things worth pointing out:
- Especially useful for nested dictionary and array structures
- Can distinguish between sandbox vs. non-sandbox domain namesakes
- Syntax checking
- Syntax highlighting
- Monitors and reflects changes unless you're currently editing
@ttepasse The old plist format lives on in the descriptions of NSArray and NSDictionary, as seen in log messages, for example. I like my added "shorthand" twist where line breaks can replace commas, though. Makes it much easier to reorder arrays, for example.