Author Topic: Colors / FileMasks  (Read 5008 times)

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Colors / FileMasks
« 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.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen