Hi Hashini, On Mon, Jul 1, 2013 at 12:49 PM, Hashini Senaratne <hashz1...@gmail.com> wrote:
> When a LyX document opens, the cursor appears at the point where it was when > the document was closed after the final edition. How this is handled (from > where)? Is it something involved with BufferView.cpp? I don't know where in the source code this is handled, but this information is stored in your user directory in the file "session". Look for "[cursor positions]" in that file. This will probably lead you to where in the C++ code it is handled. Scott