-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add support for parsing .lnk files for TeXworks #10977
Copy link
Copy link
Closed
Labels
FirstTimeCodeContributionTriggers GitHub Greeter WorkflowTriggers GitHub Greeter Workflowgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Metadata
Metadata
Assignees
Labels
FirstTimeCodeContributionTriggers GitHub Greeter WorkflowTriggers GitHub Greeter Workflowgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
StatusShow more project fields
Done
(Follow-up to #10953)
JabRef currently, doesn't find TeXWorks when MiKTeX is installed on Windows.
In the prefs we have some autodetect logic
jabref/src/main/java/org/jabref/preferences/JabRefPreferences.java
Line 545 in 94928dd
On my machine, the app can be found via the following steps:
%APPDATA%\Microsoft\Windows\Start Menu\Programs\MiKTeX\TeXworks.lnkTargetfrom it. On my machine:C:\MiKTeX\miktex\bin\x64\miktex-texworks.exeUse the mslinks library for parsing the lnk file. The implementation should be implemented in
org.jabref.gui.desktop.os.Windows#detectProgramPath.Alternative:
However, when I click Save in the preferences, there should be a check. If the binary could not be found, user should be asked to navigate to the options.