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

Ctrl+Shift+Up/Down doesn't get translated #4

Open
Sch3lp opened this issue Jan 29, 2015 · 1 comment
Open

Ctrl+Shift+Up/Down doesn't get translated #4

Sch3lp opened this issue Jan 29, 2015 · 1 comment

Comments

@Sch3lp
Copy link

Sch3lp commented Jan 29, 2015

Tested in Windows 8.

Ctrl+Shift+Up/Down in Eclipse navigates to methods.

In the translator, it resizes the pop-up's height instead of recognizing the keys.

@janickr
Copy link
Owner

janickr commented Feb 26, 2015

This is because ShortcutTranslatorDialog extends DialogWrapper (from Intellij platform). It inherits the default intellij dialog behaviour. If I remember correctly, it was the easiest way to provide the plugin with consistent IntelliJ L&F (centering the dialog, giving it the correct size, registering default event handlers).

In my opinion, it requires a big effort to fix this and I currently don't have the time for it. Pull requests are welcome though :)

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

No branches or pull requests

2 participants