标签:
上文回顾:定制Eclipse IDE之功能篇(二)
在这篇文章中,我会将我定制eclipse用到的其他插件罗列出来。
Preferences tpf = TomcatLauncherPlugin.getDefault().getPluginPreferences(); tpf.setValue("tomcatDir", tomcatDir); tpf.setValue("computeSourcePath", computeSourcePath); tpf.setValue("tomcatConfigFile", tomcatConfigFile); tpf.setValue("contextsDir", contextsDir); tpf.setValue("tomcatVersion", tomcatVersion);
computeSourcePath=true contextsDir=F\:\\software\\BingoTouchIDE\\tools\\tomcat\\conf\\Catalina\\localhost eclipse.preferences.version=1 tomcatConfigFile=F\:\\software\\BingoTouchIDE\\tools\\tomcat\\conf\\server.xml tomcatDir=F\:\\software\\BingoTouchIDE\\tools\\tomcat tomcatVersion=tomcatV7
div#page>div.logo+ul#navigation>li*5>a
<div id="page"> <div class="logo"></div> <ul id="navigation"> <li><a href=""></a></li> <li><a href=""></a></li> <li><a href=""></a></li> <li><a href=""></a></li> <li><a href=""></a></li> </ul> </div>
标签:
原文地址:http://www.cnblogs.com/lovesong/p/4694688.html