-
Bug
-
Resolution: Fixed
-
Minor
-
None
The plug-in truncates some columns in the Build page when the text contains &.
For instance, a C++ method as the following:
void a(char &c)
{...
Would be truncated to only 'c)'.
Thanks to Chris Williams for reporting it by mail.