Sorry for the long silence; work has been v. busy recently and this isn't
likely to change for a while...
Anyway, in a few minutes of free time, I've been trying to build the bones of
a Math Toolbar. The idea is that the Toolbar should become visible when an
InsetFormula becomes active and that it should disappear again when the
InsetFormula becomes inactive.
The question is, where's the right place to emit the signals
showMathToolbar
hideMathToolbar
I'd guess that
BufferView::Pimpl::workAreaButtonPress
BufferView::Pimpl::workAreaButtonRelease
would be right, but what about using the arrow keys to just move the cursor
into the InsetFormula?
As you can see, I know very little about how all this is controlled; be
gentle, please!
Angus