Case sensitivity of file type keywords
I've added a new SQL file type within the IDE settings of my IDEA 3.0.2 installation but I'm having problems with the case sensitivity of keywords.
I've entered all of the keywords (select, insert, where etc.) in lower case and ticked the "Ignore case" checkbox expecting keywords to be syntax-coloured appropriately irrespective of case i.e. select and SELECT would be coloured accordingly. This doesn't seem to work - only lower case words in my SQL files are being syntax-coloured.
Can anybody please tell me what I am doing wrong?
Regards,
Darren
Please sign in to leave a comment.
You're not doing anything wrong. That's a bug :(
I haven't tested it with the latest 3.0.4 whether it was fixed or not.
But in the EAP builds (no for production use) this bug is fixed.
Guillaume Laforge
Guillaume Laforge wrote:
>>Can anybody please tell me what I am doing wrong?
Yep, this was fixed in build 697, which I think means it's in 3.0.4 (see
http://www.intellij.net/tracker/idea/viewSCR?publicId=9796)
Robbie