The new version of Eclipse (seems to be 4.3 start) the editing area of the label page is not the most recently modified display, the file opened a lot, feel very unaccustomed, compared to see the code is often constantly ctrl+shift+r, super trouble, and then looked up on the internet, the original can be modified, the following method
4.3 The method of modification:
Eclipse installation directory/plugins/org.eclipse.platform_4.3.2.v20140221-1700/css/find the CSS file for Eclipse's current style, Win7 defaults to E4_default_ Win7.css Open, change the following swt-mru-visible:false to True
. Mpartstack {font-size:9;font-family: ' Segoe UI '; swt-simple:true;swt-mru-visible:false;}
4.4 The method of modification
Similar to 4.3, just a directory change, Eclipse installation directory/plugins/org.eclipse.ui.themes_1.0.1.v20140819-1717/css find the current style of the eclipse CSS file, win7 default to E4 _default_win7.css Open, change the following swt-mru-visible:false to True
. Mpartstack {swt-simple:true;swt-mru-visible:false;}
Eclipse Tab shows Recent changes