[Switch] MyEclipse disposed at appropriate Content Assist shortcuts

MyEclipse After the installation is complete, there is a very commonly used shortcut keys Content Assist (ie, code hints) default to Ctrl + Space.

 

This will make us use Chinese computer operating system with a very convenient, because we usually typing a shortcut to switch typing method must be used, is precisely this!

Of course, you can directly in Windows => Preferences ... => General => Keys to replace the shortcut keys, but may also have other shortcuts with our Chinese operating system conflicts. Here we introduce a once and for all, but also more "Eclipse" of the way to change this embarrassing situation:

In MyEclipse startup options, in fact, there are Duser.language such a setting, after you install MyEclipse, its default value is equal to en, and just put it into zh, after the restart MyEclipse, you can shortcut the Content Assist key change Alt + /.

Specific modifications are as follows:

[Method] MyEclipse right-click the shortcut, select Properties to open the Properties dialog box, as follows:

The -Duser.language = en to -Duser.language = zh;

[Method II] under the Eclipse installation directory, a eclipse.ini profile, open it with a text editor, -Duser.language = en find such a line, it can be changed -Duser.language = zh:

After he can go to the Edit => Content Assist menu or the shortcut keys Panel saw new shortcut key:

Thus, by changing the default system language MyEclipse, to achieve change habits (such as shortcuts) purposes.

 

Reprinted from:  http://hi.baidu.com/dianjinglong/blog/item/bf3245bf3d1eec0e18d81f6a.html

Reproduced in: https: //www.cnblogs.com/jalenwang/archive/2012/02/25/2368164.html

Guess you like

Origin blog.csdn.net/weixin_33788244/article/details/93414823