You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
PhpStorm 2023.2.4
Operating System
Windows 10
TeXiFy IDEA version
0.9.2
What I did (steps to reproduce)
I have multiple _.bib-files, generated by online libraries.
Some of those generate their fields, including the url-field, enclosed in "_" and not in {_}.
Now I wanted to Ctrl-click on those links, to follow them to the source to reread something.
The quotation marks (") are included in the URL to be opened, and so it does not recognize it as a Weblink, but tries to open a file in the PHPStorm-directory:
The same happens for example with links in \href-commands, if they are enclosed in quotation marks (").
But there it is not as big of a problem, as \href{"link"}{label} is incorrect in LaTeX for \href{link}{label}.
Operating System Error:
PHPStorm Error: (only appears after the OS Error, if you close the OS Error relatively quickly)
The text was updated successfully, but these errors were encountered:
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
PhpStorm 2023.2.4
Operating System
Windows 10
TeXiFy IDEA version
0.9.2
What I did (steps to reproduce)
I have multiple
_.bib
-files, generated by online libraries.Some of those generate their fields, including the
url
-field, enclosed in"_"
and not in{_}
.Now I wanted to
Ctrl
-click on those links, to follow them to the source to reread something.Minimal example to reproduce the problem
does work:
does not work:
Expected behavior
"Link"
opens normally, as{Link}
does.Actual behavior
The quotation marks (
"
) are included in the URL to be opened, and so it does not recognize it as a Weblink, but tries to open a file in the PHPStorm-directory:"file:///C:\Users\<User>\AppData\Local\Programs\PhpStorm\jbr\bin\\\https:\github.com\Hannah-Sten\TeXiFy-IDEA\"
The same happens for example with links in
\href
-commands, if they are enclosed in quotation marks ("
).But there it is not as big of a problem, as
\href{"link"}{label}
is incorrect in LaTeX for\href{link}{label}
.Operating System Error:
PHPStorm Error: (only appears after the OS Error, if you close the OS Error relatively quickly)
The text was updated successfully, but these errors were encountered: