Problems with the formatter in the IDE

Hi.
There is a problem with the formatter of DocInsight in the IDE. See the following screenshots:


Here the CodeExample:

type
  /// <summary>
  ///   Testdoku. This Docu shows the Problem formating it in Delphi
  /// </summary>
  TTestType = (
    /// <summary>
    ///   Keine Meldung
    /// </summary>
    mttNotUsed,
    /// <summary>
    ///   mttTyp01
    /// </summary>
    mttTyp01,
    /// <summary>
    ///   mttTyp02
    /// </summary>
    mttTyp02,
    /// <summary>
    ///   If I write a long documentation about Typ11, the Formater becomes problems
    /// </summary>
    mttTyp11);

Thanks for the report! I’ve reproduced it.

Filed as Formatter corrupted source code with long documentation of enum member · Issue #56 · devjetsoftware/docinsight-support · GitHub