[Gambas-user] Pre-release of Gambas 3.10.0
Christof Thalhofer
chrisml at ...3340...
Sat Jul 22 10:38:18 CEST 2017
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
-------------- next part --------------
' 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20170722/bf4b15e3/attachment.sig>
More information about the User
mailing list