Bug with ;-comments

Working on new editor enhancements?
Franky
Enthusiast
Enthusiast
Posts: 213
Joined: Sat Apr 26, 2003 2:58 pm

Bug with ;-comments

Post 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]
Give Up everything but trying!
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

It's to avoid checking the source all the time. Typing around a bit, F12 or Compile -> Run should fix it.
Post Reply