Add option to disable autolinking of files in the entry editor#9903
Conversation
|
Your code currently does not meet JabRef's code guidelines. The tool reviewdog already placed comments on GitHub to indicate the places. See the tab "Files" in you PR. Please carefully follow the setup guide for the codestyle. Afterwards, please run checkstyle locally and fix the issues. More information on code quality in JabRef is available at https://devdocs.jabref.org/getting-into-the-code/development-strategy.html. |
|
Maybe "Enable smart automatic linking of files". We disable it at the General tab only, but keep following functionalities:
For these two features, we still need the settings below the checkbox. Hence, the new name proposal. Should we move that checkbox below "Use regular expression search"? -- Otherwise, I would have expected, the other options would be grayed-out. |
|
I initially thought about disabling the other options, but they are still needed. Maybe it makes sense to move it to the entry editor tab? Otherwise general would be the way to go |
|
Code-wise, it is ok for me to have the preference split among different tabs. UI vs. model... |
* upstream/main: Add trigger for changes in crawler Add missing dots (#9905) Fix NPE when executing CrawlerTest # Conflicts: # CHANGELOG.md
* upstream/main: add javadoc checkstyle Make logger instances vars in linux
|
Maybe the name of the preference should be changed to
or something of the like, because linking only happens, once users |
|
This is only for the entry editor and affects the automatic linking. Manual linking is not affected |
This behaviour is ok, but it makes me believe the name of the new preference does not fit the behaviour as described above. |
|
Maybe: Search and show unlinked files in the entry editor? |
|
I am fine too with "show unlinked files in entry editor" as all other options start with "show" as well. |




Fixes #5105
Mitigates #9800
Make @AEgit happy