Refactor proxy registration and preferences#658
Conversation
|
In the spirit of moving things from JabRefPreferences, wouldn't it make sense to let the ProxyPreferences class access the preferences directly? So: |
|
Yes you are right, this would also be a possibility. What I aim at in the end is to reduce the public interface of the |
|
I now moved some code from the JabRefPreferences class to the new ProxyPreferences class as @oscargus suggested. Looks indeed cleaner. |
|
Moves code from `JabRef` to own class and introduces new class encapsulating the proxy preferences.
|
Done & rebased. |
Refactor proxy registration and preferences
Moves code from
JabRefto own class and introduces new class encapsulating the proxy preferences.