James Teh
James Teh
Yeah, that inconsistency confuses me. I could maybe understand if both takes included all data, since the raw data has to be present underneath to allow for growing the item....
Oh look. It failed on Mac. What a Zarqing surprise. No idea what to do about that. SWELL doesn't support WM_SETFOCUS either, so I can't use that either.
Oh. I forgot I need to change this to use WM_SETFOCUS instead of CBN_SETFOCUS. That's going to require implementing a WindowProc for the combo box, which is annoying, but should...
In principle, I'm very keen to see this key map problem fixed. I've considered doing something like this before, but have never been able to work out a way to...
This is going to need a complete refactor to handle item/envelope point navigation.
Note that this option (as specified) would also impact reporting of lengths when growing/shrinking items, etc. Is that your intent?
Yeah, that's the one unanswered question for me too. I can see why you'd want this option if you didn't have control+shift+j... but as I noted, with control+shift+j, you get...
Okay, so if you'd rather here the delta for changes in length (and I assume growing/shrinking start/end position), that raises the question: for which exact groups of actions do you...
Honestly, I don't have strong feelings about what we do specifically here. I'm happy to add an option since it does seem there are multiple users with valid reasons for...
Thanks for your answers, @ptorpey . They seem reasonable to me, and given that we're now seeing others requesting this, I've attempted to implement this in #752.