-
-
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
Partly implemented #647 #648
Conversation
I would change the changelog entry to just describe the added functionality without refering to the other issue as it suggest another approach in my opinion. |
@@ -14,6 +14,7 @@ to [sourceforge feature requests](https://sourceforge.net/p/jabref/features/) by | |||
|
|||
### Changed | |||
- All import/open database warnings are now shown in a scrolling text area | |||
- Implemented #647 (partly): The preview can now be copied |
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.
LGTM 👍 |
@@ -422,4 +431,21 @@ public void actionPerformed(ActionEvent e) { | |||
|
|||
} | |||
|
|||
class CopyAction extends AbstractAction { |
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.
Can you name it CopyPreviewAction as we have a lot of other copy actions there as well.
Please rebase, then this can be merged in. |
Fixed and rebased |
Added the possibility to copy the preview panel text. Not exactly what is requested in #647, but probably quite useful.
Note that the key binding is not working (nor is the print preview key working) so I'll open an issue for that.