Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Makefile font color
Makefile font color [message #160355] Tue, 13 December 2005 09:01 Go to next message
Eclipse UserFriend
Originally posted by: Fran6

Hi everybody,

I recently changed the editor's background color from white to black. I
changed the colors for .c files but I am experiencing problems (bugs ?)
with Makefile.

Under Preferences -> C/C++ -> Make -> Makefile Editor, I changed every
colors to bright ones but some part of text are staying black.

For example, in the following code, just $(CC) and $(CFLAGS) are bright
and the rest stay black (on a black background...)

pnpisa.o: pnpisa.c
$(CC) $(CFLAGS) -c $<


I tried to change the font color under Preferences -> General ->
Appearance -> Colors and Fonts
I can change the font type and its properties (size, underline...) but
changing the color doesn't have any effect.

does anyone knows whether it is a bug or a mistake from me ?

regards,
Fran6
Re: Makefile font color [message #1768565 is a reply to message #160355] Thu, 20 July 2017 05:46 Go to previous message
rakib dana is currently offline rakib danaFriend
Messages: 1
Registered: July 2017
Junior Member
Window->Preference->C/C++->Build->Makefile Editor
Then change color of "Others" to your favorite one(white for black seems good to me)
Previous Topic:Using Docker Launcher for Linux Container in Windows Eclipse Oxygen
Next Topic:watchpoint unimplemented call
Goto Forum:
  


Current Time: Fri Apr 19 21:27:02 GMT 2024

Powered by FUDForum. Page generated in 0.02875 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top