|
|
|
|
@ -209,6 +209,12 @@ namespace CppSharp
@@ -209,6 +209,12 @@ namespace CppSharp
|
|
|
|
|
Text.NeedNewLine(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public bool NeedsNewLine |
|
|
|
|
{ |
|
|
|
|
get => Text.NeedsNewLine; |
|
|
|
|
set => Text.NeedsNewLine = value; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void ResetNewLine() |
|
|
|
|
{ |
|
|
|
|
Text.ResetNewLine(); |
|
|
|
|
@ -369,6 +375,12 @@ namespace CppSharp
@@ -369,6 +375,12 @@ namespace CppSharp
|
|
|
|
|
ActiveBlock.NeedNewLine(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public bool NeedsNewLine |
|
|
|
|
{ |
|
|
|
|
get => ActiveBlock.NeedsNewLine; |
|
|
|
|
set => ActiveBlock.NeedsNewLine = value; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void ResetNewLine() |
|
|
|
|
{ |
|
|
|
|
ActiveBlock.ResetNewLine(); |
|
|
|
|
|