Thomas Schouten
Thomas Schouten
I can confirm this is still an issue (right-click on the toolbar to open the customize menu)
I just saw the error "Test invalid - inconsistent test duration" as well, but it was only once so far and I cannot reproduce. Using Windows.  
I don't understand that code snippet, it's just `return true`? In general, even though it might not have any (known) side effects at the moment, it might change in the...
Ah okay, then yes if you set editor to null only if the psi element is a PsiFile, if that works then I can agree to that.
Thanks for creating this issue, but what I didn't notice at first is that there are braces missing, this example does not compile so TeXiFy is correct in not suggesting...
Thanks for reporting this, is this issue reproducible?
Thanks, then I'll try to guess what was going on, definitely a parser issue. Please let me know if you find a way to consistently get this problem.
I can reproduce a parser catastrophic backtracking with ``` \a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{ \a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{\a{ }}}}}}}}}}}}}}}}}}}} ``` Unfortunately, at this moment I do not know how to solve this issue. Might be similar to...
Many thanks for reporting this, indeed `{` is not a valid character in a url so this is a brace counting issue in the parser
Thanks for the suggestion, I think it might be possible to have `\todo{...}` commands as e.g. from the todonotes package show up in the todo tool window, that would be...