News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Colors / FileMasks

Started by kisoft, November 07, 2005, 10:26:08 AM

Previous topic - Next topic

kisoft

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:

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:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]