Syntax highlighting for template files
-
Hello
Qt Creator (2.0) doesn't recognize the extensions of c++ files commonly used for template code (extensions: .t** => .tcc .tpp .t++). Is there any way to tell Qt Creator to activated highlighting on such files/extensions?
These .t** are used for large amounts of template code which is not supposed to be included in header files (.h**) but obviously can't be placed in normal body files (.c**) because as template code it can't be linked via object files (.o).
Projects like gcc (libstdc++) are using the .t** extension for example.Thanks
-
You can change the mime types used to recognize files in a resource file, but there is not way to do it that does not require rebuilding creator (that I am aware of:-).
Please consider filing a "bugreport":http://bugreports.qt.nokia.com/.
-
"Bugreport added":http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1896