Pavel Sanda wrote:
hi,
in 1.6svn:
1. open file
2. open new window 2
bug 1. the file is not automatically opened in window 2.
This is not really a bug as each window is independent (see
http://wiki.lyx.org/LyX.NewInLyX16#toc1) but if you think the new window
should automatically create a new view of current buffer (the one in
window 1), this feature is indeed missing.
3. new file in window 2
4. close window 2
5. open new window 2
6. new file in window 2
7. close window 2
8. bug 2. Assertion triggered in const lyx::docstring lyx::LyXFunc::viewStatusMessage()
by failing check "lyx_view_" in file LyXFunc.cpp:1854
I guess a call to setLyXView() is missing somewhere... should be easy to
fix.
Abdel.