[Gambas-user] Minor IDE bug
Robert Rowe
robert.c.rowe at ...626...
Sat Apr 5 17:35:27 CEST 2008
When you create a property, the procedure stubs for the Read and Write
are automatically created. This is very nice. If you have the last
procedure in the file folded then the Read stub is inserted before the
last procedure and the Write stub is inserted after the last procedure.
I suspect the the routine is incorrectly determining where the end of
the last procedure is due to the folding. It doesn't do it if the last
procedure isn't folded.
Robert Rowe
More information about the User
mailing list