<http://forum.pspad.com/read.php?f=2&i=12115&t=12086> ----------------------------------------------------------------
remio wrote: > > Unfortunately, I think I have found a bug : some keywords are > not hilighted. > it looks like if you have the same keyword in different cases, > it only hilights the first one > > For instance : > wParam > WPARAM > > > WPARAM won't be hilighted. You are writing C/C++, aren't you ? There is this small checkbox Words are case sensitive in the user highlighter definition. In C/C++, wParam and WPARAM are two totally different identifiers. You can put both forms of the identifier in the list of keywords (even in a different list). [%sig%] -- PSPad freeware editor http://www.pspad.com
