Actions
Bug #125
closedReindent comment after class ends up at column 0
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
03/07/2019
Due date:
% Done:
0%
Estimated time:
Description
When re-indenting MessageBox2.dg then the following code:
Class cmbTextBox is a TextBox
// dummy message
Procedure Set CurrentButtonState Integer iState
End_Procedure
End_Class
ends up getting re-indented like:
Class cmbTextBox is a TextBox
// dummy message
Procedure Set CurrentButtonState Integer iState
End_Procedure
End_Class
It should not touch the indent level for the comment there.
Actions