@@ -276,6 +276,7 @@ namespace GFGEditor
}
private static void ParseDataColumn(string annotation, string type, string name, string nameWhole, string typeWhole, int index)
{
+ annotation = annotation.Replace("\n", " ");
if (type.Length > 0 && name.Length > 0)