0

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

RK Coder
  • 398
  • 2
  • 14
  • What's the boldness signify? – nitind May 03 '16 at 05:52
  • @nitind - I have some files, each holding other build settings, and the user may choose (in a dialog) the one he wants. I want to bold the wanted file, so it will be clear what the current settings are. – RK Coder May 03 '16 at 07:29

1 Answers1

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.

Community
  • 1
  • 1
Chandrayya G K
  • 8,719
  • 5
  • 40
  • 68