Monte Goulding
Monte Goulding
This is a great idea @livecodeali we should bump it up the priority list
😞 binary conflict
@bwmilby yes indeed! Nice... perhaps even automagically filter based on the chosen build targets? Regarding the binary conflict someone on the team is going to need someone to re-implement the...
@runrevmark @livecodeali I have left this as WIP mainly because for some reason getting the `effective layerMode` directly after setting the `layerMode` returns the previous value. There must be some...
@HedgeHao apparently some plans have been made quite some time ago on how localization should be implemented. We will dig them up and post here to aid discussion on this...
Hmm `revIDEObjectsAreSelectable` could just have the same owner check removed as long as `selectGroupedControls` is not changed before `revIDESelectObjects`. Then it still guards against un-open controls or selecting across stacks...
 This is what we need to guard against and I think this patch as is would throw errors in this case.
We could also remove the selectGroupedControls check from it I think
@livecodepanos what about checking if the stack is currently open before setting the style to modal and throwing up a warning dialog first if it is? We have the same...
@peter-b Indeed it does... it has been a while since I did this but I vaguely recall recognising that I hadn't followed the private handler convention in this stack `__`...