Hello, The same thing was happening to me I thought is was the new Version 5.3 but what i found out was that my code had this ( Note asterisk at end of one of your comment lines) ///////////////////////test////////////////////////* above where you have deleted you /* ...*/ once fixed all the green went back to normal without closing the AFL and reopening it
Regards Steve --- On Fri, 5/14/10, reinsley <[email protected]> wrote: From: reinsley <[email protected]> Subject: Re: [amibroker] Re: Formula Editor...annoying problem...all green text To: [email protected] Date: Friday, May 14, 2010, 11:52 PM I run pretify All ... BR Le 15/05/2010 01:55, Mike a écrit : 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 amibro...@yahoogrou ps.com, "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. >
