Marcel Schutte
Marcel Schutte

Reputation: 88

When I Type "Ctrl + Shift + T" in java-editor in Eclipse it shows <ul></ul>

Normally when I type CTRL+SHIFT+T in Eclipse it opens up thee "Open Type"-dialog. Somehow this behaviour has changed. Now, when I type CTRL+SHIFT+T it adds <ul></ul> to the current file I'm editing.

How can I change this behaviour, so it will open the "Open Type"-dialog?

I'm using Eclipse 3.4.2 on Windows XP.

Upvotes: 6

Views: 10358

Answers (1)

Bogdan Emil Mariesan
Bogdan Emil Mariesan

Reputation: 5647

Go to: Window -> Preferences -> General -> Keys and scroll down till you find "Open Type". Then you can re-add the shortcut, or if you don't have custom shortcuts you can simply restore to defaults.

Upvotes: 9

Related Questions