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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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