java - Open Type (Ctrl+Shift+T) in Eclipse from every window -
if type ctrl+shift+t in eclipse, open type window opens. works if in java file (or in package explorer area).
i want open same window when press ctrl+shift+t regardless of resource (e.g.: if open file .js, .class or .xml).
how can achieve this?
details:
- operating system: windows 7
- ide: eclipse luna (4.4)
i tried to:
- go window > preferences > general > keys > type "open type" / "ctrl+shift+t"
let following line
ctrl+shift+t
/open type
:command: open type binding: ctrl+shift+t when: in windows category: navigate
but doesn't work.
you should filter binding, not command:
- go window > preferences > general > keys
- type "ctrl+shift+t"
- press unbind command bindings except 1 described above
after applying changes, "open (java) type" dialog should open when in javascript editor.
Comments
Post a Comment