Thomas Schouten
Thomas Schouten
@jhzgjhzg Yes, make sure you don't have any special characters like `&` (or Chinese characters?) in the project path and pdf path and it should work fine
@jaredjeya Thanks for the path, I can confirm that `=` characters are also an issue. If you remove that one from the file name and restart the IDE then it...
@liudongmiao I thought about that as well, but I tested after your changes and the issue remains. I just tested again with 19e5c508f4b26bcab2f0fc1fdbd7036f46b7c826 (which was not merged) and that does...
I can confirm this is still an issue
Current behaviour seems to be that the forward search is executed and puts a marker in the pdf, which immediately disappears because the pdf is reloaded. However, when playing around...
After #76, it seems that the above issue (forward search executed but the marker disappears) can still occur but much less frequently. Now, it is more common that the forward...
I can still reproduce this issue: Expected: - Type `\newpage Page $n$ ` in LaTeX - Compile - Type `\newpage Page $n+1$ ` - Forward search is executed and the...
Definitely agree with the proposed formatting, thanks for the suggestion. I don't think we should add settings for every one of the many indentation rules though, this should just be...
Yes, I'm just not sure if editing the lexer would break something else
I agree but on the condition that we can ensure the `\right)` is only inserted if the `)` is inserted, so if there is no matching `)` already present, for...