div. Änderungen

This commit is contained in:
2026-07-24 15:49:21 +02:00
parent 2f1f57d9ee
commit 72b620cba4
7 changed files with 200 additions and 93 deletions

View File

@@ -1284,6 +1284,11 @@ BindingFlags.Instance Or BindingFlags.NonPublic, Nothing, [Control], New Object(
invalid.Add(e)
Continue For
End If
' Keine führenden/abschließenden Semikolons
If localPart.EndsWith("; ") Then
invalid.Add(e)
Continue For
End If
' Keine doppelten Punkte
If localPart.Contains("..") Then