[Gambas-devel] Another gb3 IDE Editor anomaly

Kadaitcha Man nospam.nospam.nospam at ...176...
Fri Jan 8 13:16:27 CET 2010


The gb3 IDE attemps to correct programmer mistakes by modifying "
&SOMEFIELD" into "& SOMEFIELD", however it fails to correctly modify
the assumed error if SOMEFIELD contains an underscore. For example,
this line:

 oPost.FinalPost &= mConst.$crlf &HDR_NEWSGROUPS & oPost.NewsgroupsHeader

Becomes:

 oPost.FinalPost &= mConst.$crlf & HD R_NEWSGROUPS & oPost.NewsgroupsHeader

See attached image.

This isn't a major issue but it may present problems to new users.

Regards,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: IDE_Editor.png
Type: image/png
Size: 9501 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20100108/1c33ed70/attachment.png>


More information about the Devel mailing list