Oliver Kopp

Results 1977 comments of Oliver Kopp

@stevensdavid Are you going to focus on ShortScience or BibSonomy? Regarding BibSonomy, I updated the description above. Proposal for BibSnomoy is: 1. Install an old JabRef version with the BibSonomy...

@felixlut Thank you for the action taken. The place looks right. Please work on a user documentation (pull request on https://github.com/JabRef/user-documentation), too. Maybe as a walk-through using the feature. -...

Advanced feature: https://github.com/koppor/jabref/issues/324 - I think, this belongs to point 6 on my comment. In case you have questions while implementing, please do not hesitate to show up on our...

Some links from https://github.com/JabRef/jabref/issues/152: - Homepage: http://bitbucket.org/bibsonomy/bibsonomy-jabref-plugin/wiki/Home - Issue in their bug tracker: http://bitbucket.org/bibsonomy/bibsonomy-jabref-plugin/issues/1912/integrate-code-in-jabref-master-branch

The BibSonomy REST API is available at https://bitbucket.org/bibsonomy/bibsonomy/src/master/bibsonomy-rest-client/

> ctrl + y still produces exception when I play around with multiple crtl+z and ctrl+y in comment field This is not the original issue. The original issue is an...

> javax.swing.undo.CannotRedoException > at java.desktop/javax.swing.undo.UndoManager.tryUndoOrRedo(UndoManager.java:469) Nice find! Was because of my OO refactoring. I did not copy the full branch for `RedoAction`. 😅

Follow up: - Have menu items disabled if there is no undo / redo - Implement undo/redo for "Clear, Change Case, Normalize"

> Please do not verschlimmbesser the undoredo stuff anymore. Small refactorings ok, but the whole concept of undo/redo has to be redone. Aim for this PR: Get it working for...

> You can probably remove the now abstract undoredo class anyway and make the undo and the redo class directly extend simplecommand. Done in [`765e643` (#11421)](https://github.com/JabRef/jabref/pull/11421/commits/765e6435bfbc43b1dfefc0d5110b12e304baa982). I think, this code...