Re[2]: How to avoid highlighting identifiers as misspelt words?

2006-11-29 Thread Vadim Zeitlin
On Wed, 29 Nov 2006 09:07:40 +0800 [EMAIL PROTECTED] wrote: E.g. if I have // function foo() does whatever it does ~~~ void foo() { ... } Generally, it is not a good practice to use // or /* */ to comment out codes. (a better approach might be #if

Re: How to avoid highlighting identifiers as misspelt words?

2006-11-29 Thread A.J.Mechelynck
Vadim Zeitlin wrote: On Wed, 29 Nov 2006 09:07:40 +0800 [EMAIL PROTECTED] wrote: E.g. if I have // function foo() does whatever it does ~~~ void foo() { ... } Generally, it is not a good practice to use // or /* */ to comment out codes. (a better approach