Martin Vermeer wrote: > We _have_ tabs. But -- they are arranged vertically under a pulldown > menu :-)
I would love it to have tabs for the multiple documents. Implementing tabs was the reason for me to become a lyx developer. Currently we have one QWidget which shows all documents. We could replace this widget with a QTabWidget and host the original QWidget in all tabs. Then, when the tab is changed the viewing QWidget is updated with the new document (as now), but is visiable in the new tab. This changes seems not so critical. Abdel could you give me some tips we I have to start? Peter