-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Okular support #1064
Okular support #1064
Conversation
# Conflicts: # src/nl/hannahsten/texifyidea/action/evince/ForwardSearchAction.kt # src/nl/hannahsten/texifyidea/run/LatexCommandLineState.kt # src/nl/hannahsten/texifyidea/settings/TexifyConfigurable.kt # src/nl/hannahsten/texifyidea/settings/TexifySettings.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still need to check why backward search is not working for me
[Edit] Well either updating Okular or making sure the shell script from idea was in my path fixed it, works now, also in pycharm.
# Conflicts: # src/nl/hannahsten/texifyidea/run/evince/OpenEvinceListener.kt # src/nl/hannahsten/texifyidea/run/latex/LatexCommandLineState.kt
# Conflicts: # src/nl/hannahsten/texifyidea/run/evince/OpenEvinceListener.kt # src/nl/hannahsten/texifyidea/run/latex/LatexCommandLineState.kt
# Conflicts: # src/nl/hannahsten/texifyidea/run/latex/LatexCommandLineState.kt
Will this work on Ubuntu as well? |
@NagabhushanSN95 Yes, it should work on all Linux distros where you can install IntelliJ and Okular. |
@PHPirates , generally thank you so much for your work! One minor suggestion to the documentation: I got properly confused by the documentation (https://hannah-sten.github.io/TeXiFy-IDEA/pdf-viewers.html#okular) regarding setting up Okular for forward/backward searches (from pycharm). May I suggest altering the documentation to:
For IDEA:
For Pycharm:
If you have trouble it may be due to a mismatch in the Jetbrains command you can check if the command is correct (and/or added to the system PATH) via:
|
@hansonmcoombs Thanks for your comment! It would be great if you could edit the documentation yourself, there is an 'edit page' button at the top of the page which should allow you to edit it. |
@PHPirates 🤦 I didn't realise it was forkable documentation, Done. |
Tested on Manjaro Linux and Windows 10.
There is an open pull request for Okular which should make setting up inverse search easier.