Thomas Schouten

Results 155 comments of Thomas Schouten
trafficstars

No wait, the stacktrace is different, here we are actually working on PsiElements that were kept in memory and are potentially in a deleted file, as you correctly determined (thanks!)....

Thanks for the suggestion, I think you are right in that the current default is Evince if it is installed. We could have an entry like 'system default' which is...

Thanks a lot! That command works for me as well, that should be easy enough to implement, indeed simple string matching should be sufficient. If it gives output then we...

Thanks, indeed something strange is going on, another example: Given: `\input{te.tex}` Expected after tab completion: `\input{texbook.tex}` Actual: `\itexbook.tex}`

Thanks for the suggestion, but I don't quite understand what you mean. Do you have an example? Do I understand that TeXiFy was resolving the `\bibliography` file while in fact...

Now I understand, thanks for the example! Yes, indeed reference resolving will not work because the file is not being indexed. This is fixable I think because we can just...

Now with 0.9.5-alpha.3 we can also recommend users to use the remote libraries tool window to add an out-of-project bibtex file, but then an in-project one is still required.

Thanks for the suggestion! It is not possible to do this generically for all inspections at once, but we can fix the most common issues. This example is a bit...

In your screenshot one of the menu options is 'suppress for environment' or for the whole file, which is probably what you want in this case. Documentation: https://hannah-sten.github.io/TeXiFy-IDEA/inspections.html#suppress-inspections (Personally I...

Thanks for reporting! Can you reproduce this exception or did it happen only once? Looks like #2021 and again I'm not sure what is going on here.