Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: kisoft on November 07, 2005, 10:26:08 am

Title: Colors / FileMasks
Post by: kisoft on November 07, 2005, 10:26:08 am
Thaks for feature! I want it. Our projects content  a *.sqx files (syntax equ *.cpp) and colorize it very need.

PS Analogically should be wide a ftSource type.
(see function: FileType FileTypeOf(const wxString& filename) in sdk/globals.cpp)
Now it look:
Code
	else if (ext.Matches(CPP_EXT) ||
ext.Matches(C_EXT) ||
ext.Matches(CC_EXT) ||
ext.Matches(CXX_EXT)
)
return ftSource;
Make configurable it.
Obviously I would request this feature later.