Jürgen Spitzmüller wrote:
Jürgen Spitzmüller wrote:
Furthermore, it doesn't fix bug 2907: C-i still doesn't open the inset's
dialog. Do fix this (which also applies to url, nomenclature and others),
you'd need the change LFUN_NEXT_INSET_TOGGLE or LFUN_INSET_TOGGLE,
respectively. But then. you have to take care that all-insets-toggle
doesn't pop up the dialogs as well.
The attached patch would do this (probably it can be simplified a bit).
The mantra in 1.6 should be "no further use of lyxCode()". So please use
a pure virtual method instead of the reinterpret_cast.
Abdel.