forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 15
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 application" changes to LyX at every start #1
Comments
The reason it doesn't work is that the string "Insert selected citations into %d" is not translated. However, there are some other small things which can/should be improved (including not relying on translation of a string), so a PR is on the way. |
Fixed in master. Thank you. |
koppor
pushed a commit
that referenced
this issue
Sep 5, 2020
* feat/#1 Add CSS file type, add button in preferences to import custom CSS file, started on import functionality * feat/#1 Change so that the log messages uses format specifiers instead of string concatenation * feat/#1 Add RadioButton for toggling custom theme * feat/#1 Add preference for setting path to custom CSS theme * feat/#1 Load custom CSS if toggled * feat/#1 Add missing language keys * feat/#1 Remove check if current theme is applied again, check is remove since we don't need it * feat/#1 Save path to custom CSS file in program preferences * Add functionality to let the user import custom CSS file JabRef#5790 * Add CSS file type, add button in preferences to import a custom CSS file, started on import functionality * Change so that the log uses format specifiers instead of string concatenation * Add RadioButton for toggling custom theme * Add preference for setting the path to custom CSS theme * Load custom CSS if toggled * Add missing language keys * Remove check if the current theme is applied again, the check is removed since we don't need it * Save path to the custom CSS file in program preferences * fix/#5 Add checks so that the theme change notification is only shown once, disable custom theme radio button i no custom theme has been imported * Remove added stuff from merge conflict * Add export current theme JabRef#5790 * Add method for saving theme to file * Add modal for selection witch theme to export as CSS * Add missing language lines * Add information about import/export of themes, JabRef#5790 * Fix CodaCy and checkstyle issues, JabRef#5790 * Add fixes from code review, JabRef#5790 * Remove unused import JabRef#5790 * Move the import/export buttons to the Appearance tab JabRef#5790 * Fixed merge errors * Fixed easy remarks * Introduced AppereancePreferences and changed some visual elements * Refactored ExportThemeDialog * Fixed merge error * Removed export theme logic and added validation * CHANGELOG.md * Removed obsolete viewmodel class * Refactored io.File to nio.Path, use of JabRefPreferences and removed vmOption * Refactored ThemeLoader object class to enum with static util methods * Fixed overlooked merge error * Refactored static methods to object methods * Checkstyle Co-authored-by: Nils Streijffert <nils.streijffert@gmail.com> Co-authored-by: Christoph <siedlerkiller@gmail.com>
koppor
pushed a commit
that referenced
this issue
Nov 2, 2022
…ubgroups (JabRef#9286) * Closes issue #1, opens issues #3, #4 * Adjusted removeGroupNoSubgroups to keep consistent with other removeGroup__ methods * Update context menu each time it is opened, to reflect any changes that may have been made to subgroups Adjusted removeSubgroups.setOnAction to be consistent with other action events * Update CHANGELOG.md * Removed "Remove subgroups" and "Sort subgroups" options when no subgroups present * Removed context submenu addition from event listener * Fixed JavaDoc for removeGroupNoSubgroups * Added remove text to language file * Fixed popup when deleting group with no subgroups Co-authored-by: Christoph <siedlerkiller@gmail.com>
koppor
pushed a commit
that referenced
this issue
Dec 18, 2022
Siedlerchr
pushed a commit
that referenced
this issue
Mar 18, 2023
koppor
pushed a commit
that referenced
this issue
Apr 3, 2023
Don't accept the pull request and start the testing when password changes have been implemented.
koppor
pushed a commit
that referenced
this issue
Apr 3, 2023
koppor
pushed a commit
that referenced
this issue
Apr 3, 2023
koppor
pushed a commit
that referenced
this issue
Apr 3, 2023
koppor
pushed a commit
that referenced
this issue
Apr 3, 2023
(Feat): #1 Added test for storage of proxy preferences
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "puash to application" button should keep the last selected application.
The default preferences should point to TeXstudio, not to LyX.
The text was updated successfully, but these errors were encountered: