This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 259062 - User can't change foreground color for some identifiers in Makefile
Summary: User can't change foreground color for some identifiers in Makefile
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-29 12:34 UTC by soldatov
Modified: 2016-10-20 13:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2016-04-29 12:34:32 UTC
Makefile:
=================================================================
test:	clean $(OBJECTS) $(TEST_OBJ)
	@rm -f test
	$(LINK) -o test $(LDFLAGS) $(OBJECTS) $(TEST_OBJ) $(LIBS)	

=================================================================
I set all Makefile foreground colors to red, but "rm" is a blue identifier and $(LDFLAGS), $(OBJECTS), $(TEST_OBJ), $(LIBS) are bold black identifiers. How to change colors in these cases?
Comment 1 soldatov 2016-04-29 12:57:43 UTC
Additional case:
========================================
help:
	@echo "... clean"
========================================
Comment 2 Alexander Simon 2016-06-20 08:15:14 UTC
It's an embedding script language.
Change color in shell script language.