GLBasic forum

Main forum => Bug Reports => Topic started by: Moru on 2008-Aug-04

Title: ctrl + K deletes last line in some cases
Post by: Moru on 2008-Aug-04
Setting comments on blocks with ctrl + K sometimes deletes the last line.

To reproduce:
Paste the following code into an empty document and select the text from after the last ENDIF (just after the F at the end of the line) and up to the start of the line before and press ctrl + K.

Code (glbasic) Select

IF x = y
ENDIF


It's important that you have two (or more) <tab> characters before the ENDIF, otherwise it won't work.
Title: Re: ctrl + K deletes last line in some cases
Post by: Kitty Hello on 2008-Aug-05
Thank you so much for making this, so I can really reproduce it now!