>>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> This patch implements InsetCharStyle::getStatus as suggested Juergen> by Jean-Marc. Furthermore, it draws a visual clue when the Juergen> cursor is inside the inset (see attached screenshot). I am not sure the getStatus code is really right. You should return true when you did something (meaning: OK, I know what to do about that lfun), and return the result of InsetText::getStatus otherwise. Actually, you should rather call InsetCollapsable::getStatus, which is the same but makes more sense. JMarc