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

Partly implemented #647 #648

Merged
merged 2 commits into from
Jan 19, 2016
Merged

Partly implemented #647 #648

merged 2 commits into from
Jan 19, 2016

Conversation

oscargus
Copy link
Contributor

@oscargus oscargus commented Jan 7, 2016

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.

@oscargus oscargus added type: feature status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers labels Jan 7, 2016
@stefan-kolb
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since Olifair in #647 is content with the Copy of preview (and the other suggestions are now tracked at #119), I would just remove the "partly" and close #647 after merging this PR.

@tobiasdiez
Copy link
Member

LGTM 👍

@@ -422,4 +431,21 @@ public void actionPerformed(ActionEvent e) {

}

class CopyAction extends AbstractAction {
Copy link
Contributor

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.

@simonharrer
Copy link
Contributor

Please rebase, then this can be merged in.

@oscargus
Copy link
Contributor Author

Fixed and rebased

simonharrer added a commit that referenced this pull request Jan 19, 2016
@simonharrer simonharrer merged commit 26222a5 into JabRef:master Jan 19, 2016
@oscargus oscargus deleted the copypreview branch January 20, 2016 07:29
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 type: feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants