-
-
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
Add copy and paste enabled textbox with version information to about window #2942
Comments
At least the snapshot information should be displayed and copied. |
+1 for implementing it 😇 |
So I agree to look at this. |
@steph37tours In our wiki you find some information about the package structure and some explainations to the architecture to get an understanding how things work together: https://github.com/JabRef/jabref/wiki/High-Level-Documentation Even I often struggle to locate a specific gui dialog in the package structure.. So I give you a little hint: Look at gui.help |
Thank you @Siedlerchr, I found the gui.help. |
@steph37tours Yes, it might come in handy and eases the gui creation. The resource files (fxml) are stored in the respective folder under /src/main/resources/ |
Actually version show is "unknow" and I've got any developers, etc... |
I use a TextArea. |
I create a String into the controller. Into a Label, I see it, but not into the textarea. |
Please do not get me wrong, but I suggest you use a chat like IRC for discussion in spite of a bug tracker. I (and all others) get a notification for each activity here and it is rather about general Java programming/ Jabref structure than the bug. Anyway, thank you for taking care of this ticket and your effort. |
@jonasstein This issue was fixed in #3205 |
Regarding the discussion channels: Although IRC is non-proprietary, we offer a slack group. We are also aware of gitter, but opted for the more popular one. @steph37tours already joined. Hey, and slack offers XMPP 😄 See https://www.slant.co/versus/4553/4567/~slack_vs_gitter-im |
I suggest to add a copy and paste enabled textbox with version information to the about window. At the moment there is only a copy to clipboard button. It would be nice to see the information already in the window. There should be also more detailed information on the Java environment
.
The text was updated successfully, but these errors were encountered: