If I type Ctrl+Shift+T in Eclipse, an Open Type window opens. But this works only if I am in a Java file (or in the Package Explorer area).
I want to open the same window when I press Ctrl+Shift+T regardless of the resource (E.g.: if the open file is .js, .class or .xml).
How can I achieve this?
Details:
I tried to:
let only the following line for Ctrl+Shift+T
/ Open Type
:
Command: Open Type
Binding: Ctrl+Shift+T
When: In Windows
Category: Navigate
but it doesn't work.
To open multiple Eclipse windows using the same workspace, select Window→ New Window. It's a good idea to use this technique if you want to work in two different perspectives (such as the Java and Debug perspectives) at the same time in different windows.
CTRL - F6 in Eclipse, like ALT - TAB (on windows), brings up a list of tabs/windows available (if you keep the CTRL / ALT key depressed) and highlights the one you will jump to when you let go of this key. You do not have to select the window.
It re-opens the last closed tab. We've all been there: Accidently closing a browser tab that you meant to keep open. Hit Ctrl-Shift-T and your tab will come back. Hit it multiple times to bring back the last several closed tabs in your history.
You should filter by the binding, not the command:
After applying the changes, the "Open (Java) Type" dialog should also open when in a JavaScript editor.
This occurs because there are two different "Open Type" commands that share the same key binding (one of which only applies to Javascript files). This can be changed as follows:
I have it When -> Editing JavaScript Source and it works fine whatever I use it on xml, properties or sql files. Running on Luna version.
It happened to me because I was in the Resource perspective. Switching to the Java perspective fixed it.
I had to set "Open Type" when in "JavaScript View" and now it works for me. I'm using Spring Tool Suite:
Version: 3.6.3.SR1 Platform: Eclipse Luna SR1 (4.4.1)
And this bug was reported
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With