PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Nathan Durland on November 05, 2009, 04:41:24 PM

Title: Code tags for notes
Post by: Nathan Durland on November 05, 2009, 04:41:24 PM
Busily converting FF2 projects to FF3 -- practically no learning curve; everything seem to "be where it should".  Many of the new functions are very cool (code snippets!).

At work, I develop stuff with another team member, and the code comments feature will be very useful to us.  I checked the help file and couldn't find a list of valid tags that I could add to code.  I stumbled on 'TODO, but I'm sure there are others.

Overall, very, very good job with this product.  It's worth every penny.
Title: Re: Code tags for notes
Post by: Haakon Birkeland on November 05, 2009, 05:01:50 PM
You will find;

'TODO
'HACK
'FIX
'WISH
'HELP
'TEST
'DEBUG

... by right clicking in the code editor where you want the comment tag to be inserted and selecting the appropriate tag from the list under "Insert Code Comment" â€" or by typing it in yourself.
Title: Re: Code tags for notes
Post by: Nathan Durland on November 05, 2009, 08:57:08 PM
Now that's just too easy.  Thanks!