1
Style of generated comments
Question asked by Johan Visser - 7/12/2017 at 1:18 AM
Answered
Hi,
 
The WYSIWYG function generates a different style of comments (See below)
Is it possible to make the 2 options generate the same comments?
 
B.T.W.
I like the first type better.
 
Ctrl-Shift-D
/// <summary>
/// Generates the stream from string.
/// </summary>
/// <param name="text">The text.</param>
/// <returns>Stream.</returns>
 
WYSIWYG
/// <summary>
///  Generates the stream from string.
/// </summary>
/// <param name="text">
///  The text.
/// </param>
/// <returns>
///  Stream.
/// </returns>

1 Reply

Reply to Thread
0
Serge B. Replied
Employee Post Marked As Answer
Thanks, Johan, we are working on this. There will be "Keep single line when under N characters" option in the Comment Editor. We will have a new Beta build next week.
Serge Baranovsky
SubMain Software
(800) 936-2134

Reply to Thread