Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Quickly find the previous/next error in the translation tree #74

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

courchef
Copy link

This pull request adds two new menu items in the "View" menu to navigate to errors in the translation tree. Each menu item is bound to a new keyboard shortcut.

image

Labels are not localized in this pull request (english only).

Copy link
Author

@courchef courchef left a comment

Choose a reason for hiding this comment

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

Missing serialVersionUID has been fixed in my latest commit (61af5af)

* @author Fr�d�ric Courchesne
*/
public class PreviousTranslationErrorMenuItem extends JMenuItem {
//private final static long serialVersionUID = 7316102121075733726L;
Copy link
Author

Choose a reason for hiding this comment

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

PreviousTranslationErrorMenuItem has been copied/pasted from ExpandTranslationsMenuItem and will require a unique ID.

* @author Fr�d�ric Courchesne
*/
public class NextTranslationErrorMenuItem extends JMenuItem {
//private final static long serialVersionUID = 7316102121075733726L;
Copy link
Author

Choose a reason for hiding this comment

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

NextTranslationErrorMenuItem has been copied/pasted from ExpandTranslationsMenuItem and will require a unique ID.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant