Page 1 of 1

Bug with ;-comments

Posted: Fri Feb 10, 2006 3:47 pm
by Franky
Hi, when writing

Code: Select all

 ;-mytest
 a=a+1
there is an item added to the "Procedures"-bar on the right.
But when deleting the line ";-mytest", it is only removed from the procedures Bar, when changing the to an other file and changing back.[/code]

Posted: Fri Feb 10, 2006 4:46 pm
by Trond
It's to avoid checking the source all the time. Typing around a bit, F12 or Compile -> Run should fix it.