Actions
Feature #19810
closedSyntax highlighter for C/C++
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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 about 10 years ago
System hangup means MySQL is down while start up.
Updated by Toshi MARUYAMA about 10 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