Re: [Gambas-user] IDE CR/LF bug with improperly indented comment line after If...Then...Else...Endif

2014-12-12 Thread Kevin Fishburne
On 12/11/2014 04:42 PM, Benoît Minisini wrote: Le 11/12/2014 08:54, Kevin Fishburne a écrit : If you have an If...Then...Else...Endif block where there is an improperly indented comment line after the initial If, pressing Enter at the end of the If line will mistakenly insert and Endifbelow

Re: [Gambas-user] IDE CR/LF bug with improperly indented comment line after If...Then...Else...Endif

2014-12-11 Thread Benoît Minisini
Le 11/12/2014 08:54, Kevin Fishburne a écrit : If you have an If...Then...Else...Endif block where there is an improperly indented comment line after the initial If, pressing Enter at the end of the If line will mistakenly insert and Endifbelow it.Example: ' Check if ship is player ship.

[Gambas-user] IDE CR/LF bug with improperly indented comment line after If...Then...Else...Endif

2014-12-10 Thread Kevin Fishburne
If you have an If...Then...Else...Endif block where there is an improperly indented comment line after the initial If, pressing Enter at the end of the If line will mistakenly insert and Endifbelow it.Example: ' Check if ship is player ship. If Ship[ShipIndex].Type = 0 Then ' Play