It happens when you comment out a block of text using the C++ style /* ... */  
then remove the comment characters using backspace or delete. Sometimes the 
text will remain comment colored.

There are two fixes that I've found:

1. Select the entire comment combination (e.g. both the / and the *) and 
delete, as opposed to one character at a time.

or

2. After having deleted the unwanted comment chars, type in an empty comment 
block immediately before the badly colored text, thereby restoring the text 
that follows e.g.

/*
*/
badly colored text

You may then delete the dummy comment block and continue on your merry way.

Mike

--- In [email protected], "toddk63" <todd...@...> wrote:
>
> Some of my afl's, particularly long ones, will turn to all green text when I 
> edit them.  the color coded text will not re-appear unless I save, close and 
> re-open the afl.  Anoyying.
> 
> Anyone else ever had this problem?  The fix?
> 
> Todd K.
>


Reply via email to