On 06/07/2010 09:53 AM, Pavel Sanda wrote:
Vincent van Ravesteijn wrote:
If you're such a power-user that you use it so often that this becomes
uncomfortable, you probably should start to learn how to use the math
inset to do the things you want.
frankly i dont use it at all and the main point was about discoverability
for normal users who ask for this again and again.
I don't use it much either, but it's nice to know it's there. I could be
wrong, but I would have thought this would be fairly easy to implement:
1. Get the LaTeX for the math inset via InsetMathNext::latex().
2. Delete the math inset
3. Insert an ERT inset in its place and set its text via
InsetText::setText().
Going the other way shouldn't be much harder, no?
Richard