Matias Maretto wrote:
> Excellent!. You were right folks, I've turned off syntax colouring and
> now it works fine.
> Esteban: I always release mi temporary variables... Perhaps I've got
> too much text on my workspace... but I like to write down the tests,
> the mistakes, comments, thoughts, and so on...
FWIW, I much prefer D5's "lazy" approach to syntax highlighting in
workspaces for just that reason. I use a workspace as a journal, saving
it to disk periodically, and starting a new file when it gets too big
(or when I think of it). Treating the entire thing as syntax is
inappropriate; it seems sad to turn highlighting off entirely for the
offending workspace, but there might not be any other way in D6.
One thing though: you should try to encapsulate your tests in TestCase
subclasses whenever possible. Then you can re-run the tests any time
rather than trying to remember what code you might have that tests a
certain feature.
Have a good one,
Bill
--
Wilhelm K. Schwab, Ph.D.
[hidden email]