Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse and its Completely Un-Mac-Like key bindings
    primarykey
    data
    text
    <p><strong>Update: for the CSV you can import into Eclipse, check this <a href="http://gist.github.com/319104" rel="noreferrer">Gist</a></strong> <em>[Ed: or not... looks like it's filled with ? marks where the key icons should be]</em></p> <p><strong>Discussion</strong></p> <p>I've avoided Java development in OS X for some time now, only because Eclipse's UI feels extremely inconsistent with OS X's HIG. Not least of these are its fine-under-windows-but-totally-unacceptable-on-a-Mac default key bindings.</p> <p>I'm in the process of fixing the key bindings I can in <code>Preferences -&gt; Keys</code>, but a few are problematic.</p> <p>Screen of the configuration pane if anyone has trouble finding it: <a href="http://i47.tinypic.com/2dm7ow.jpg" rel="noreferrer">alt text http://i47.tinypic.com/2dm7ow.jpg</a></p> <p><strong>Bindings I've changed so far:</strong> <em>[Note: if any of these seem strange, I'm trying to mimic Xcode where possible in the absence of an even broader standard shortcut on the Mac]</em></p> <pre> Name | Old Command | New Command ---------------------------------------------------- Content Assist | Ctrl-Space | Escape Redo | Cmd-Y | Cmd-Shift-Z Find Next | Cmd-K | Cmd-G Find Previous | Shift-Cmd-K | Shift-Cmd-G Backward History| Cmd-[ | *Unbind Command* Forward History | Cmd-] | *Unbind Command* Properties | Alt-Return | Cmd-I Debug | Cmd-F11 | Cmd-Y Run (in Windows)| Cmd-Shift-F11 | Cmd-R Build Clean | *Nothing* | Cmd-Shift-K </pre> <p><strong>Bindings I need help with:</strong></p> <ul> <li>Indent/Outdent selection - Eclipse has these bound to tab &amp; shift-tab, but they don't appear in the Keys dialog or any menu items (so Keyboards.prefpane can't change it eitehr).</li> </ul> <p>I'll edit this question with a few more as I think of them. Because there isn't necessarily a single correct answer and this page may change over time, this is more appropriate as a community wiki page. The goal of this page will be to create a settings export that can be shared and reused by others.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload