Menu

How to change comments symbol

2007-06-15
2012-11-13
  • Nobody/Anonymous

    Hi,

    When I use the block comments feature, it automatically use // to comment the line. But I am using TCL lanugage, the comment symbol shoudl be #. how can I fix this?

    Thanks,
    Jack

     
    • MJG

      MJG - 2007-06-16

      My guess would be changing:

      commentLine="//"

      to

      commentLine="#"

      in langs.xml for the TCL definition.  But if the default is not correct, I recommend submitting a change request -- see the tracker menu above.  --Joel