Bug #125
Reindent comment after class ends up at column 0
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
03/07/2019
Due date:
% Done:
0%
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.
History
#1 Updated by Wil van Antwerpen almost 6 years ago
- Status changed from New to Resolved
Fixed in SciControlLib revision 47
#2 Updated by Wil van Antwerpen about 5 years ago
- Status changed from Resolved to Closed