Eclipse RCP: How can I bold a folder in Project Explorer?

喜欢而已 提交于 2019-12-25 06:47:47

问题


How can I (programmatically) bold a folder\file in Project Explorer in Eclipse?

Just like Visual Studio, which bolds the start-up project:


回答1:


Use Resource Decorator Plug-in. You can control the foreground and background color of resources but cannot make them bold.

Also Check these posts How can I configure the font size for the tree item in the package explorer in Eclipse? and I cannot change the font size of package explorer in Eclipse choose whichever solution you need.



来源:https://stackoverflow.com/questions/36996554/eclipse-rcp-how-can-i-bold-a-folder-in-project-explorer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!