Am 20.07.2017 um 22:49 schrieb Christof Thalhofer: > I will try it out at the weekend ... then I have time.
I just tested Gambas daily, it does some weird thing with indentation in the editor of the IDE when a string before an "If" goes over more than one line. I have installed: 3.9.90+svn8165+build3~ubuntu16.04.1 Attached there is a piece of code copied out of the editor. If you look at "If msg Then" This If has not the right indentation. Alles Gute Christof Thalhofer -- Dies ist keine Signatur
' Gambas class file
Sub ShowBadIndentation()
Dim msg as String
If strusername = LocalSettings.Username And NoOwnDelete = False Then
msg = "This is first line" &
"this is second"
If msg Then
Print "ahh thats wrong indentation"
End If
End If
End
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
