Skip to content
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

Push to external application config #10303

Merged
merged 37 commits into from
Sep 4, 2023
Merged

Push to external application config #10303

merged 37 commits into from
Sep 4, 2023

Conversation

Siedlerchr
Copy link
Member

@Siedlerchr Siedlerchr commented Sep 3, 2023

Fixes #10133

grafik

Needs testing for emacs, vim and winEdt and textstudio etc

  • sublime text
  • vim
  • emacs
  • texstudio
  • WinEdt

Mandatory checks

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

src/main/java/org/jabref/gui/push/PushToEmacs.java Outdated Show resolved Hide resolved
src/main/java/org/jabref/gui/push/PushToEmacs.java Outdated Show resolved Hide resolved
src/main/java/org/jabref/gui/push/PushToEmacs.java Outdated Show resolved Hide resolved
src/main/java/org/jabref/gui/push/PushToSublimeText.java Outdated Show resolved Hide resolved
src/main/java/org/jabref/gui/push/PushToSublimeText.java Outdated Show resolved Hide resolved
src/main/java/org/jabref/gui/push/PushToSublimeText.java Outdated Show resolved Hide resolved
src/main/java/org/jabref/gui/push/PushToSublimeText.java Outdated Show resolved Hide resolved
src/main/java/org/jabref/gui/push/PushToSublimeText.java Outdated Show resolved Hide resolved
src/main/java/org/jabref/gui/push/PushToWinEdt.java Outdated Show resolved Hide resolved
@github-actions
Copy link
Contributor

github-actions bot commented Sep 3, 2023

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.

* upstream/main:
  Use OpenRewrite UseStringReplace (#10299)
  Add ReplaceStringBuilderWithString (#10302)
  Apply ShortenFullyQualifiedTypeReferences (#10301)
  Apply StaticMethodNotFinal (#10300)
  Apply exit early pattern (#10297)
  Avoid GH_TOKEN_UPDATE_GRADLE_WRAPPER at refresh-csl-subtrees
  Update snapcraft.yaml
  Fix exception when opening preferences (#10294)
  gnome-42-2204
  use gnome 4.2
  Use gnome
  Update base 22
@Siedlerchr
Copy link
Member Author

@AdamWysokinski I implemented a first version and I tested it with sublime on mac.
Would be nice if you could test this as well:
https://builds.jabref.org/pull/10303/merge/

I used this pattern, as this works with multiple citations as well:
grafik

@AdamWysokinski
Copy link
Contributor

Tested with SublimeText on Linux. Works exactly as expected, THANK YOU!

@koppor
Copy link
Member

koppor commented Sep 3, 2023

TeXStudio:

grafik

grafik

@koppor
Copy link
Member

koppor commented Sep 3, 2023

[@key1;@key2]

[@
;@
]

\cite{key1,key2}

@Siedlerchr
Copy link
Member Author

[@key1;@key2] is now the new syntax

@Siedlerchr Siedlerchr added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Sep 4, 2023
@koppor
Copy link
Member

koppor commented Sep 4, 2023

Not working with TeXStudio:

grafik

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2023

The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build.

@Siedlerchr Siedlerchr added this pull request to the merge queue Sep 4, 2023
Merged via the queue into main with commit eaabae5 Sep 4, 2023
13 checks passed
@Siedlerchr Siedlerchr deleted the pushToExternalConfig branch September 4, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: Markdown [@key] cite command
4 participants