-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Small issues regarding the new style selection dialog for LibreOffice #1294
Comments
I will look into that. @oscargus You can assign this to me |
JabRef#1294 Extended BrowseAction to display file filter Fixed NPE when selecting invalid jstyle (prevented style dialog from opening)
JabRef#1294 Extended BrowseAction to display file filter Fixed NPE when selecting invalid jstyle (prevented style dialog from opening)
@teertinker Would you please test it with one of the current master snapshots? If all is okay, then we can close this. http://builds.jabref.org/master/ |
Checked with current master:
|
Hm, I will check it again. This is weird as I already took care of it in the PR. |
I was not able to open the dialog to choose a style: Nothing happens after clicking on "Stil wählen" . OK: The problem was my fault. I used the following jstyle file: with this file stored in my settings, it doesn't work in 3.3 either -> The style file seems to have problems on my linux machine with encoding. The tricky thing is, I used notepad++ to change encoding the last time on my windows machine, because the list of references was somehow not parsed properly. |
This means: the features implemented work properly now! Thanks. |
@teertinker Okay. I also added a check which prevents wrong style files from being saved. That should solve the problem with being not able to open the stye dialog. So please try selecting the "invalid/wrong" file in the style dialog. And have a look in the Error Log then, at one point there should be a Log message about an invalid style |
I tried the master http://builds.jabref.org/master/JabRef-3.4dev--snapshot--2016-05-02--master--abb1f56.jar build at 13:41
|
I will look into that further. I think the only cased I probably missed is when reading the settings. |
@teertinker The fix just got merged and will be avaiable in one of the next snapshots build on master. |
JabRef version 3.3 on Ubuntu 14.04
The new style dialog is beautiful, thank you very much!
What I miss from before is:
a) a file-filter, allowing to show only *.jstyle files in the window on the far right.
b) in case other users store the style files in one folder: that jabref remembers the folder selected the last time and one does not need to go through all the folders again
a further, real minor, issue might be the option to show the file definition.
-> the content should be refreshed as this click is triggered, because if there are file modifications between adding a new style and refreshing the bibliography, the file shown, is not the one saved on the hard drive and used to compile the list of references.
The text was updated successfully, but these errors were encountered: