[Gambas-user] comment blocks on gambas3?

Rolf-Werner Eilert eilert-sprachen at ...221...
Thu May 29 15:32:34 CEST 2008


M0E Lnx schrieb:
> This is an official feature request for gambas3
> 
> I'd like to see a feature to allow comment blocks sort of like the
> C/C++ style comment blocks...
> 
> /* These
> are comments.
> All of these lines are comments
> */
> 
> Any way to implement that in gambas?
> 
> Dont get me wrong, the button to make comments out of an entire block
> of text is good and all, but it could get annoying when you're typing
> a lot of stuff and you forget to prefix your line with " ' "; then
> gambas thinks it's code, and turns the "for" into "FOR" and "next"
> into "NEXT" and stuff like that

At least when you write English comments, you will see that at once - 
just imagine you do it in German :-)

On the other hand, this wouldn't be BASIC "standard" anymore, or 
something new for it anyway.

One idea might be a REM - END REM block style, but it's kinda 
roundabound, too.


Rolf




More information about the User mailing list