frankko
03-24-2003, 12:19 AM
When you search the hints archive, the results pages auto-highlight the words you search for. That's kind of cool, but the highlighting not only changes the background color of the word, it changes the word to the case you used when searching. Consider the following example:
http://www.macosxhints.com/article.php?story=20030110063041629&query=SAFARI+DEBUG
It changes
% defaults write com.apple.safari IncludeDebugMenu 1
to
% defaults write com.apple.SAFARI IncludeDEBUGMenu 1
And that's bad, as that code is case-sensitive.
Just FYI. I don't know if there's a way to get it to change the color without changing the case. But it's something you folks should be aware of. It's probably why there's a comment in that post by 'eno', suggesting that there's an error in the original story.
http://www.macosxhints.com/article.php?story=20030110063041629&query=SAFARI+DEBUG
It changes
% defaults write com.apple.safari IncludeDebugMenu 1
to
% defaults write com.apple.SAFARI IncludeDEBUGMenu 1
And that's bad, as that code is case-sensitive.
Just FYI. I don't know if there's a way to get it to change the color without changing the case. But it's something you folks should be aware of. It's probably why there's a comment in that post by 'eno', suggesting that there's an error in the original story.