Actions
Feature #19810
closedSyntax highlighter for C/C++
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Resolution:
Invalid
Description
We need syntax highlighter plugin for C/C++. Someone recommends ultra_violet plugin.
But we experienced system hangup only after installation of ultra_violet.
It seems not match with current Redmine.
How can I get good syntax highlighter for C/C++?
Updated by ESJEI WOO almost 11 years ago
System hangup means MySQL is down while start up.
Updated by Toshi MARUYAMA almost 11 years ago
- Status changed from New to Closed
- Resolution set to Invalid
#include <stdio.h>
int main()
{
return 0;
}
public class redmine
{
const static int = 0;
};
Actions