-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Refine "File exists" warning #13491
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
Merged
Merged
Refine "File exists" warning #13491
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
26636e2
gradle file changes
Sara-S-Dev 5fd2a8c
Merge branch 'main' into fix-issue-12565
Sara-S-Dev 8e7591d
refine file exists warning - Fixes #12565
Sara-S-Dev 06674e5
Revert unintended change to settings.gradle.kts
Sara-S-Dev fb8f718
fix: add missing localization keys
Sara-S-Dev 6059ffe
fix: add missing localization key for 'New filename'
Sara-S-Dev 70455bc
Merge branch 'main' into fix-issue-12565
Sara-S-Dev 6bb7287
Merge branch 'main' into fix-issue-12565
Sara-S-Dev 865f839
Refactor: Use JabRefDialogService instead of direct dialog creation
Sara-S-Dev eada06a
Merge branch 'main' into fix-issue-12565
Sara-S-Dev 560174e
fixed checkstyle issue
Sara-S-Dev 6b0c081
Use CANCEL_CLOSE for Cancel button
Sara-S-Dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -252,6 +252,12 @@ Do\ not\ abbreviate\ names=Do not abbreviate names | |
|
|
||
| Do\ not\ wrap\ when\ saving=Do not wrap when saving | ||
|
|
||
| File\ already\ exists=File already exists | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pleae group to line 2999 (there is |
||
| File\ name\:\ \n'%0'=File name: \n'%0' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There should be no space before newline Maybe you can submit a follow-up PR? |
||
| New\ filename\:\ %0=New filename: %0 | ||
| Provide\ alternative\ file\ name=Provide alternative file name | ||
|
|
||
|
|
||
| Download\ file=Download file | ||
|
|
||
| Download\ '%0'\ was\ a\ HTML\ file.\ Removed.=Download '%0' was a HTML file. Removed. | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.