Angus> You can do this for all ERT insets in your document with
Angus> $ sed ' /^\\begin_inset ERT/{ $!{ N s/\(status\) Collapsed/\1 Angus> Inline/ Angus> } Angus> }' oldfile.lyx > newfile.lyx
I guess you'll agree with me that being forced to do that is a bit silly :) The question is: what good binding could we have for that?
JMarc
It's not so easy as that for 1.3.x. The dialog controller just invokes the relevant inset member function. No LFUNs used.
Angus
