Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Ctrl+Shift+I shortcut to inspect: is it gone?
Ctrl+Shift+I shortcut to inspect: is it gone? [message #921442] Mon, 24 September 2012 05:49 Go to next message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Hello all,
I'm using Juno now, but while I'm debugging I can't see the Ctrl+Shift+I
shortcut bound to "Inspect" command. Is it normal? Was it removed?

It's very annoying! I couldn't find any reference on Bugzilla for this...

Thanks in advance,
Mauro.
Re: Ctrl+Shift+I shortcut to inspect: is it gone? [message #922229 is a reply to message #921442] Mon, 24 September 2012 21:20 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
I haven't seen this particular instance and for me this shortcut works fine in Juno.
However, you might want to check your error log if there's any handler conflict or anything related to key bindings.
You're definitely not the first person to see problems with shortcuts in Juno ...
Re: Ctrl+Shift+I shortcut to inspect: is it gone? [message #922560 is a reply to message #922229] Tue, 25 September 2012 05:47 Go to previous messageGo to next message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Il 24/09/2012 23:20, Stephan Herrmann ha scritto:
> I haven't seen this particular instance and for me this shortcut works
> fine in Juno.
> However, you might want to check your error log if there's any handler
> conflict or anything related to key bindings.
> You're definitely not the first person to see problems with shortcuts in
> Juno ...
>

You anticipated me, in fact I see this in my log:
Re: Ctrl+Shift+I shortcut to inspect: is it gone? [message #922561 is a reply to message #922229] Tue, 25 September 2012 05:49 Go to previous messageGo to next message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Il 24/09/2012 23:20, Stephan Herrmann ha scritto:
> I haven't seen this particular instance and for me this shortcut works
> fine in Juno.
> However, you might want to check your error log if there's any handler
> conflict or anything related to key bindings.
> You're definitely not the first person to see problems with shortcuts in
> Juno ...
>

You anticipated me, in fact I see this in my log:

---
eclipse.buildId=I20120608-1400
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=it_IT
Command-line arguments: -os win32 -ws win32 -arch x86_64 -debug -consoleLog

Warning
Mon Sep 24 11:33:05 CEST 2012
A conflict occurred for CTRL+SHIFT+I:
Binding(CTRL+SHIFT+I,
ParameterizedCommand(Command(org.eclipse.jdt.debug.ui.commands.Inspect,Inspect,
Inspect result of evaluating selected text,
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command
category,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,,,system)
Binding(CTRL+SHIFT+I,
ParameterizedCommand(Command(org.eclipse.php.debug.ui.commands.Inspect,Inspect,
Inspect result of evaluating selected text,
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command
category,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,,,system)
---

What I can't understand is what this shortcut is conflicting with... It
seems like it's conflicting with itself?

Mauro.
Re: Ctrl+Shift+I shortcut to inspect: is it gone? [message #922569 is a reply to message #922229] Tue, 25 September 2012 05:56 Go to previous message
Mauro Molinari is currently offline Mauro MolinariFriend
Messages: 285
Registered: July 2009
Senior Member
Il 24/09/2012 23:20, Stephan Herrmann ha scritto:
> However, you might want to check your error log if there's any handler
> conflict or anything related to key bindings.

I opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=390291
Thanks for you help!
Mauro.
Previous Topic:Debugger doesn't remain paused
Next Topic:eclipse IDE shows ctrl shortcut instead of running it
Goto Forum:
  


Current Time: Wed Apr 24 22:35:04 GMT 2024

Powered by FUDForum. Page generated in 0.03557 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top