CNTRL+2 Opened and Closed Immidiatly
Brought to you by:
fabioz
hello,
shortcut CTRL+2 Don't work for me as described, it opens yellow window with actions just for few micro seconds and immidiatly disappears. I tried latest version of PyDEV 1.5.6 and previous 1.5.5 - in both it works as described
OS Debian Lenny KDE 3.5.10 with CLEAN Eclipse SDK 2.5.2
Just to make sure... you intended to say eclipse 3.5.2, right?
yes you are correct, eclipse-SDK-3.5.2-linux-gtk.tar.gz
any chance that this bug will be resolved in any soon release? maybe I can help you to provide some debug/log info?
few more things I tried:
1. Changed CNTRL+2 to ALT+SHIFT+S - all the same, nothing changed.
2. Another so Action Lists like ALT+SHIFT+D works fine, so seems the problem related just to PyDEV implementation
Ok, I was able to reproduce it here. I'll make sure it gets in the next release (as soon as I fix it, I'll prepare a nightly build you can use to test it).
Memory note: seems related to:
org.python.pydev.editor.actions.OfflineActionTarget.focusLost(FocusEvent)
It seems that in Linux the events happen differently from Windows.
Ok, just published a nightly build (1.5.7) that should fix that... Can you check and let me know if it works for you?
I tried nightly build and this feature works fine for me now, so seems you can mark this bug as fixed :)
thank you!