Changeset 404

Show
Ignore:
Timestamp:
09/27/08 13:58:23 (3 months ago)
Author:
tjas..@bitfauna.com
Message:

Tim Jasko
-Changed emacs shortcut for FindDefinition? back to Alt+. because that's what it is in Slime
-Changed IndentAction? shortcut to Shift+Tab, because I use Ctrl+Tab to switch between editors. Is there even a reason to have this action anymore?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jasko.tim.lisp/plugin.xml

    r398 r404  
    792792      contextId="jasko.tim.lisp.context1" 
    793793      schemeId="org.eclipse.ui.emacsAcceleratorConfiguration" 
    794       sequence="Ctrl+C ."/> 
     794      sequence="Alt+."/> 
    795795  </extension> 
    796796  <extension point="org.eclipse.ui.editorActions"> 
     
    825825Expand Selection Alt+Enter 
    826826Toggle comment Alt+; (how is done i slime?) 
    827 Indent Ctrl+Tab (have better Tab version, but keep Ctrl+Tab for those who don't know about tab) 
     827Indent Shift+Tab (have better Tab version, but keep Shift+Tab for those who don't know about tab) 
    828828Jump Back Ctrl+Alt+Left (paredit: Ctrl+Alt+b) 
    829829Jump Forward Ctrl+Alt+Right (paredit: Ctrl+Alt+f) 
     
    943943      contextId="jasko.tim.lisp.context1" 
    944944      schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" 
    945       sequence="Ctrl+Tab"/> 
     945      sequence="Shift+Tab"/> 
    946946  </extension> 
    947947  <extension point="org.eclipse.ui.editorActions">