Ao terminar de instalar os plugins no eclipse. Percebi que ele me apresentou um warning no Error Log.
Verificando informações mais detalhadas:
eclipse.buildId=I20100608-0911
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product
Warning
Mon Aug 30 08:30:42 BRT 2010
A conflict occurred for CTRL+SHIFT+T:Binding(CTRL+SHIFT+T,
ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type,
Open a type in a Java editor,
Category(org.eclipse.ui.category.navigate,Navigate,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(CTRL+SHIFT+T,
ParameterizedCommand(Command(com.python.pydev.analysis.actions.pyGlobalsBrowserWorkbench,Python Show Class Browser,
Show Class Browser,
Category(org.python.pydev.ui.category.source,Pydev - Editor,Pydev editor category,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Pelo erro podemos verificar que a tecla de atalho CTRL+SHIFT+T está associada ao commando Open a type in a Java Editor e com o Python Show Class Browser, gerando conflito de keybinding.
Para remover o conflito, basta acessar Window, Preferences, General, Keys.
Feito isso, buscar por uma tecla de atalho a ser alterada, no meu caso eu alterei o Python Show Class Browser. Aí é só dar um Unbind Command pra remover a tecla de atalho ou associar outra, ir no Error Log, botão direito, Delete Log. Pronto! Warning removido.