Hi everyone, I wrote my first patch, which works simultaneously in branch and trunk. It implements inverse search in a child document. http://www.lyx.org/trac/attachment/ticket/6020/revdvichild.diff
I wonder if people approve, and if so, if someone can commit this for me. We might consider refactoring one line, but since I don't know your conventions, I think the decision is best left for someone else. In BufferList.cpp, I essentially duplicated the line from InsetInclude.cpp:462 (branch) InsetInclude.cpp:473 (trunk) mangled = DocFileName(changeExtension(included_file.absFilename(), ".tex")).mangledFilename(); in my BufferList.cpp:333 (patch) string mangled = DocFileName(changeExtension((*it)->absFileName(), ".tex")).mangledFilename(); Thanks! -Ben