Inverse search using Xelatex and the embedded viewer is not working. I think I have read somewhere that only pdflatex is supported, but also with xelatex should be possible to have inverse search.
Inverse search with XeLaTeX should work. You seem to be using an older version. Can you try it out with the latest version from the git master branch? Can you also attach a small test case that demonstrates the problem? Thanks.
Ok. I did some more tests. I have a file A (root document) that includes two files B and C (with \include) I did this: - Open the root document A - Tools > Set current document as Master (this setting seems irrelevant though) - Open the included file B - QuickBuild - Shift+Click on the embedded viewer in a piece of text corresponding to the included document B Results: Nothing happens - Shift+Click on the embedded viewer in a piece of text corresponding to the included document C Results: File C is opened in the editor, but not in the correct line (the cursor stays where it was) - Shift+Click on the embedded viewer in a piece of text corresponding to the included document B Results: File B is opened in the editor, but not in the correct line (the cursor stays where it was) So basically inverse search partially works in the sense that jumps to the correct file, but not to the correct line. The test has been done with Kile 2.2.91 (if I can I'll try with the git version)
Created attachment 110137 [details] Test project Attached a test project to test the problem
I confirm that the behavior is the same with the git master version
Can you try if it works in git master for you now (commit e54d140fcf183cfbea6ea7e76904c989c5f19269)? I'm closing the bug for now.
It works!