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

299 Views Asked by At

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

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

VS: The start-up project is bold

1

There are 1 best solutions below

0
On

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.