-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 Ctrl+J to jump to a field #12276
Comments
Refs #6856 |
Hi, I'm looking to do a few issues for a university project (my first time). Is this still something your looking to do? Thx. |
@Zea1901 There is no pull request referencing this issue - and no one assigned. You can still go ahead if time allows. |
Hello! I just went through the Developer Documentation and the Contribution Guide, and I would like to work on this issue. Could I go ahead? Thanks. |
@atrayees Sure, go ahead! Let's see how things turn out. Could be a difficult JavaFX one... |
@atrayees since there has not been any activity, I assume you have dropped the issue. Be aware you can unassign yourself from Github. |
Hello! would it be possible to work on this issue with a group of mine? Thanks! |
As a general advice for newcomers: check out https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md for a start. Also, https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace is worth having a look at. Feel free to ask if you have any questions here on GitHub or also at JabRef's Gitter chat. Try to open a (draft) pull request early on, so that people can see you are working on the issue and so that they can see the direction the pull request is heading towards. This way, you will likely receive valuable feedback. |
Hi, I'm interested in taking on this issue. May I take it? |
@JudeSurin Sure :-) I think this is a very useful feature request! |
|
Important question: I noticed that the Ctrl+ J issue was posted in 2018. I'm curious to ask if Ctrl+ J is assigned a specific function already or is it empty and I can implement the function in the issue? |
This is an updated version of the code that I created with comments. Can you please look through it and supply me with feedback? I intend on making these changes in Launcher.java import javafx.scene.input.KeyCode; import java.util.List; public class EntryEditor {
} |
Start code reading at
We recently updated our contribution page. The link to our gitter chat should be obious: https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md#contributing |
Check You could also have checked the preferences: |
I assume you used ChatGPT for that? Maybe ask it how to contribute to an open source project. A howto is there https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md#contributing Please value our time and take this task as opportunity to learn implementing something in a larger project. Becoming a master in coding still takes 10.000 hours. AI can only support you, but not do the complete work for you. See also https://roe.dev/blog/using-ai-in-open-source |
Jude Surin
Good morning! No, I didn’t use ChatGPT.
…On Mon, Oct 14, 2024 at 1:34 AM Oliver Kopp ***@***.***> wrote:
This is an updated version of the code that I created with comments.
I assume you used ChatGPT for that?
Maybe ask it how to contribute to an open source project. A howto is there
https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md#contributing
Please value our time and take this task as opportunity to learn
implementing something in a larger project. Becoming a master in coding
still takes 10.000 hours. AI can only support you, but not do the complete
work for you. See also https://roe.dev/blog/using-ai-in-open-source
—
Reply to this email directly, view it on GitHub
<https://github.com/koppor/jabref/issues/296#issuecomment-2409981992>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR3MSTOPKG3EPHJ7PV34KNTZ3NJWLAVCNFSM4EOJQWH2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TENBQHE4TQMJZHEZA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
However,Thank you for your feedback! I understand the code and need to also
implement changes to other files in JabRef code to get the Crtl+j to
function effectively.
…On Mon, Oct 14, 2024 at 6:30 AM Jude Surin ***@***.***> wrote:
Jude Surin
Good morning! No, I didn’t use ChatGPT.
On Mon, Oct 14, 2024 at 1:34 AM Oliver Kopp ***@***.***>
wrote:
> This is an updated version of the code that I created with comments.
>
> I assume you used ChatGPT for that?
>
> Maybe ask it how to contribute to an open source project. A howto is
> there
> https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md#contributing
>
> Please value our time and take this task as opportunity to learn
> implementing something in a larger project. Becoming a master in coding
> still takes 10.000 hours. AI can only support you, but not do the complete
> work for you. See also https://roe.dev/blog/using-ai-in-open-source
>
> —
> Reply to this email directly, view it on GitHub
> <https://github.com/koppor/jabref/issues/296#issuecomment-2409981992>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AR3MSTOPKG3EPHJ7PV34KNTZ3NJWLAVCNFSM4EOJQWH2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TENBQHE4TQMJZHEZA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Good morning! Quick question: For the Issue, do you mean field or file in this response: "I would like to have Ctrl+J, where i have to type a filed name and then can select the field using the cursor keys and enter." For the issue. |
"field" Rephrasing: Where is the editor for the field "doi"?
For the example:
|
I am working with Jude Surin on this issue if I could also be added to it. |
@aleeraudales and @JudeSurin: Please submit a pull request with your code to https://github.com/jabref/jabref/pulls. It is very hard for us to review code posted as issue comment. Code hint: Call |
I hardly remember where which field is stored in the entry editor. I would like to have Ctrl+J, where i have to type a filed name and then can select the field using the cursor keys and enter. Then, it jumps to the right field editor in the entry editor.
The text was updated successfully, but these errors were encountered: