-
-
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 new menu entry to remove braces from selection, aka unprotect it. #9968
Add new menu entry to remove braces from selection, aka unprotect it. #9968
Conversation
src/main/java/org/jabref/gui/fieldeditors/contextmenu/ProtectedTermsMenu.java
Show resolved
Hide resolved
…-menu-issue-9950' of github.com:BeeJay28/jabref into add-remove-protect-in-entire-text-option-in-right-click-menu-issue-9950
…right-click-menu-issue-9950
…right-click-menu-issue-9950
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not behave properly when nothing is selected. See comments.
Minor: I had to fix a CHANGELOG merge error.
I was unsure of what it should exactly do if nothing is selected, so I just left it at the easiest option. Thanks for the feedback, I'll get on it. |
I am using Greenshot on Windows with Hotkey Ctrl+F1 and that works most of the time. I also have experiences using GIMP, where one can say: Take a screenshot in 10 seconds. Then, one only needs "patience". Thank you for continuing working on this! |
I picked option a) |
@ThiloteE OK for me that the option is disabled; consistent to other UI. I would have found the changing label better, but if it's OK for you to move forward, it is also for me :) |
* upstream/main: (68 commits) Fix issue 9863 - Change Tab selection order (#9907) New Crowdin updates (#9994) Enable editing typo with double clicking on field name in custom entry type (#9977) Remove "Field name:" from localization - we already have "Field name" (#9991) Changed database to catalog in org.jabref.gui.slr and org.jabref.logic.crawler (#9989) Use environment variables for hostname detection (#9910) Add cleanup activity for URL field (#9970) Fix freezing when fetching IBSN and no results are found (#9987) Make Group(Node)TreeViewModel more OO (#9978) Fix container for group item count still visible if display count is off (#9980) Fix paste of BibTeX data (#9985) Bring back SimplifyBoolean* and UnnecessaryParantheses (and refine guide) (#9981) Add new menu entry to remove braces from selection, aka unprotect it. (#9968) User specific comment (#9727) Bump org.openrewrite.recipe:rewrite-recipe-bom from 1.19.3 to 2.0.0 (#9975) Fix typos Remove non-needed link Fix typos Enable RemoveJavaDocAuthorTag (#9973) Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 (#9974) ...
Fixes #9950
Add an additional right click menu entry to "unprotect text selection", which strips the selected text of any curly-brace pairs.
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)UI Changes: