My Lovely Keyboard Shortcuts for Eclipse.
Is there a key binding for Next Difference and Previous Difference in Eclipse Compare Editor? in Merge Tool
default shortcuts for these: CTRL-. (
ALT+SHIFT+Q, C - show console!
ALT+SHIFT+Q, U - show JUnit window
F12 - activate editor!
ALT+ SHIFT+ R - Refactor Actions, Rename Method
ALT+Arrow Up/Down Move current line or selection up or down
CTRL+ALT+Arrow Up Duplicate current line or selection up or down
CTRL+# commit
CTRL+SHIFT+5 - Pull
CTRL+SHIFT+4 - Commit
CTRL+SHIFT+6 - Merge
CTRL+SHIFT+7 - Merge Tool
CTRL+SHIFT+9 - Clean
CTRL+SHIFT+= - Push to Upstream
CTRL+SHIFT+C - Build Clean
CTRL+SHIFT+F - Format Source
ALT+SHIFT+A - Select Rectangle
CTRL+ALT+W - Wrap Lines
CTRL+D - delete Lines
CTRL+ALT+J - Join Lines
ALT+F+. - Open File
CTRL+SHIFT+G - Find all references
F5 - Refresh project explorer
ALT+SHIFT+X, T - Run JUnit Test
CTRL+SHIFT+Y - Changes the selection to lower case
CTRL+SHIFT+X - Changes the selection to upper case
CTRL+SHIFT+R - Open an editor on a particular resource, files
CTRL+SHIFT+T - Open a type in a Java editor, Java classes, interfaces
CTRL+M - Toggles maximize/restore state of active view or editor
CTRL+SHIFT+L - Show the key assist dialog, keyboard shortcuts
ALT+R+H - Run Maven Build or JUnit4 test
Is there a key binding for Next Difference and Previous Difference in Eclipse Compare Editor? in Merge Tool
default shortcuts for these: CTRL-. (
next
) and CTRL-, (previous
)ALT+SHIFT+Q, C - show console!
ALT+SHIFT+Q, U - show JUnit window
F12 - activate editor!
ALT+ SHIFT+ R - Refactor Actions, Rename Method
ALT+Arrow Up/Down Move current line or selection up or down
CTRL+ALT+Arrow Up Duplicate current line or selection up or down
CTRL+# commit
CTRL+SHIFT+5 - Pull
CTRL+SHIFT+4 - Commit
CTRL+SHIFT+6 - Merge
CTRL+SHIFT+7 - Merge Tool
CTRL+SHIFT+9 - Clean
CTRL+SHIFT+= - Push to Upstream
CTRL+SHIFT+C - Build Clean
CTRL+SHIFT+F - Format Source
ALT+SHIFT+A - Select Rectangle
CTRL+ALT+W - Wrap Lines
CTRL+D - delete Lines
CTRL+ALT+J - Join Lines
ALT+F+. - Open File
CTRL+SHIFT+G - Find all references
F5 - Refresh project explorer
ALT+SHIFT+X, T - Run JUnit Test
CTRL+SHIFT+Y - Changes the selection to lower case
CTRL+SHIFT+X - Changes the selection to upper case
CTRL+SHIFT+R - Open an editor on a particular resource, files
CTRL+SHIFT+T - Open a type in a Java editor, Java classes, interfaces
CTRL+M - Toggles maximize/restore state of active view or editor
CTRL+SHIFT+L - Show the key assist dialog, keyboard shortcuts
ALT+R+H - Run Maven Build or JUnit4 test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Thu May 05 12:45:39 MSK 2016 | |
file_export_version=3.0 | |
@org.eclipse.ui.workbench=3.107.1.v20160120-2131 | |
/instance/org.eclipse.ui.workbench/org.eclipse.ui.commands=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<org.eclipse.ui.commands>\r\n<keyBinding commandId\="org.eclipse.ui.views.showView" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="ALT+SHIFT+Q U">\r\n<parameter id\="org.eclipse.ui.views.showView.viewId" value\="org.eclipse.jdt.junit.ResultView"/>\r\n</keyBinding>\r\n<keyBinding commandId\="org.eclipse.ui.project.cleanAction" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+9"/>\r\n<keyBinding commandId\="org.eclipse.egit.ui.team.Pull" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+5"/>\r\n<keyBinding commandId\="org.eclipse.ui.project.properties" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+-"/>\r\n<keyBinding commandId\="org.eclipse.egit.ui.team.Merge" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+6"/>\r\n<keyBinding commandId\="org.eclipse.egit.ui.team.MergeTool" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+7"/>\r\n<keyBinding commandId\="org.eclipse.egit.ui.team.SimplePush" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+\="/>\r\n<keyBinding commandId\="org.eclipse.ui.file.openWorkspace" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+SHIFT+F5"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+F4"/>\r\n<keyBinding commandId\="org.eclipse.ui.file.close" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+W"/>\r\n</org.eclipse.ui.commands> | |
\!/= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl -pi.bak -e "BEGIN{undef $/;} s#^\s*(create table \w+)\s+\(#$1\(#msg;" %1 | |
perl -pi.bak -e "BEGIN{undef $/;} s# # #msg;" %1 | |
perl -pi.bak -e "BEGIN{undef $/;} s#^\s*\)\s*;$#\)\n\/#msg;" %1 |