>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Jean-Marc Lasgouttes wrote: >> When I have errors in latex, the nice errors dialog pops up. If I >> close it, how can I get it back? I cannot find it in the menus. >> >> Where should it be added? Tools? Documents? View? Angus> It looks like the same dialog is used for multiple different Angus> cases: Yes, but would it make sense to be able to show it independently, in your opinion? Angus> Related question. Is errorlist_ *really* a member of the Angus> BufferView and not LyXText or Buffer? Seems to me that this is Angus> a throw-back to the days of InsetError. errorlist_ is the GUI part, and we have nice signals to build it from buffer. LyXText would definitely be a bad idea, since the error list is buffer(view) centric. JMarc