I realize that this is just a beginning, but I'm interested in what 
folks think of the concept and/or format (formatting got munged a little 
transfering from MS Word because of the tabbing).

Auto 
Indent lines    <ctrl> <alt> I
Comment 
With line comment       <ctrl> /
        With block comment      <ctrl> <shift> /
Complete 
token 
<ctrl> <space>
        Cast/New        <ctrl><shift><space>
        Class (add import)      <ctrl><alt><space>
        Live template   <ctrl> J
        New     <ctrl><shift><space>
Find 
        <ctrl> F
        In path <ctrl><shift> F
        incremental     <alt> <F3>
        next    <F3>
        Previous        <shift> <F3>
        Usages  <alt> <F7>
        Usages in file  <ctrl> <F7>
        word at caret   <ctrl> <F3>
Focus to        Editor  <esc>
        Editor, hide window     <shift> <esc>
Generate... 
        <alt> <insert>
Go 
Back 
<ctrl> <alt> <left>
        Forward <ctrl> <alt> <right>
Go to   Class...        <ctrl> N
        Declaration     <ctrl> B
        Last edit location      <ctrl> <shift> <backspace>
        Line... <ctrl> G
        Next error      <F2>
        Next method     <alt> <down>
        Previous error  <shift> <F2>
        Previous method <alt> <up>
        Super method    <ctrl> <shift> U
        Type declaration        <ctrl> <shift> B
Highlight 
usages in file  <ctrl><shift><F7>
Implement 
Methods... 
<ctrl> I
Incremental 
search 
<alt> <F3>
Insert 
Live template   <ctrl> J
Open 
arbitrary file  <ctrl> N
Override 
Methods... 
<ctrl> O
Refresh 
        <ctrl> <F5>
Replace 
        <ctrl> R
        In path <ctrl><shift> R
Save 
        <ctrl> S
Search 
incremental 
<alt> <F3>
Shift focus     To editor       <esc>
        To editor, hide window  <shift><esc>
Surround 
With... 
<ctrl> <alt> T
View 
Context info    <alt> Q
        External JavaDoc        <shift> <F1>
        Parameter info  <ctrl> P
        Quick JavaDoc   <ctrl> Q
        Recent files    <ctrl> E
        Select in...    <alt> <F1>
        Source  <ctrl> <enter>
        Structure popup <ctrl> <F12>
        Type hierarchy  <ctrl> H


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to