Syntax Highlighter Preview
-
Would it be possible to have the syntax highlighter work when the preview button is pressed so that we can see what we are going to get before posting.
When I enter the following and press preview it displays as plain text.
@#include <QtGui>
// Include header files for application components.
// ...int main(int argc, char *argv[])
{
QApplication app(argc, argv);// Set up and show widgets. // ... return app.exec
}@