Community
Participate
Working Groups
Hi, as is on this picture http://yfrog.com/5j3sssp I select some expression press CTRL+SHIFT+I, new Inspect dialog is showed and at bottom is written "Press CTRL+SHIFT+I to Move to Expressions View" so I press CTRL+SHIFT+I again and nothing happend.
After I debug when I press CTRL+SHIFT+I command id "org.eclipse.jdt.debug.ui.commands.Inspect"(I launch pdt without jdt!!!) will be called and there is no such handler,so nothing happend. Then I add <key sequence="M1+M2+I" contextId="org.eclipse.ui.contexts.dialogAndWindow" commandId="org.eclipse.php.debug.ui.commands.Inspect" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/> to plugin.xml of org.eclipse.php.debug.ui,it seems there is a key binding conflict,so I have not found a way how to fix this issue.
Hi, this issue is still reproducible in latest M build.
fixed in head,but the shortcut will conflict with jdt.
I think that isn't problem.
Selecting an expression and applying CTRL+SHIFT+I on it afterwards, the whole line with selected expression is deleted and the cursor is plased 1 tab indent to the right in relation to beggining of the line. It seems CTRL+SHIFT+I does not work at all. Reopening...
Created attachment 205413 [details] screenshot-after-applying-Ctrl+Shift+I
Cltr+Shift+I was changed to Ctrl+Shift+Z, so maybe that's why it wasn't working for you Kalin. Unfortunately Ctrl+Shift+Z is already taken on some OSes by "Redo", so I changed Inspect to use Ctr+Shift+N. marking as fixed. Kalin please verify
Just leaving a note for anyone like me who was still having trouble: I didn't see the change until I deleted my workspace.
Currently the shortcut is Ctrl+Shit+N and works OK. Closing