1
GhostDoc Beta v2018.0.18045 - problem with tables
Problem reported by Braslav Sesartic - 2/16/2018 at 9:50 AM
Resolved
After entering the table via the visual editor, the tables and columns of the table were created correctly.
If I enter the editor again and press "Save" button, the table loses its contents and the comment is poorly formatted.

3 Replies

Reply to Thread
0
Misha Zhutov Replied
Employee Post
Hello, 
 
Thank you for reporting that. Could you please provide us with code snippet or screenshot?
 
Thanks.
0
Braslav Sesartic Replied
I tried to write a similar comment again, but now the table exists, but it's a badly formatted comment.

/// <summary>test...</summary>
/// <value>The value function.</value>
/// <remarks>
/// test...
/// <list type="table">
/// <item>
/// <description>test1</description>
/// <description></description>
/// </item>
/// <item>
/// <description>test2</description>
/// <description>test2</description>
/// </item>
/// </list>
/// </remarks>
public string Test { get; set; }

If I re-run the editor and press the Save button, the comment will not be well formatted.

Maybe the same was the last time.
My apologies!
(if there are mistakes in my English, you should blame google translate) :)
0
Misha Zhutov Replied
Employee Post
Thank you, it was helpful. We found and fixed the issue.

Reply to Thread