The Copy button and Ctrl + Link hyperlink conflict, Eclipse does not know whether to copy or chain to the element, so the card dies
Workarounds for using the copy-and-paste feature card in Eclipse/myeclipse
Recently, when editing code in MyEclipse, use shortcut keys to copy and paste, often cause the editor briefly pause, the cursor does not follow, incredibly response, almost suspended animation.
Want to think about what should be the editor on the configuration or what the IDE's function, so into the preferences to find the edit function, a test, and finally found that the original code of the super-chain function caused.
Access method: Text Editors, Editors, Preferences, General, Windows------hyperlinking
Change the hyperlink shortcut key to another key such as ALT (cannot change to shift), this can not be changed, because there is already a default mode of use, then remove
Available in JSP Editor front of the hook, as long as the JSP is dead, because I was in the JSP interface card dead
Description: In eclipse, you can often use CTRL + mouse click to direct the editing interface to related methods, properties, or classes.
Eclipse Copy button Stuck dead