Igor Kromin |   Consultant. Coder. Blogger. Tinkerer. Gamer.

If you use IntelliJ on a file system that is case sensitive and are running on a system that IntelliJ doesn't consider case sensitive by default it is likely you've seen this warning:
Filesystem Case-Sensitivity Mismatch
The project seems to be located on a case-sensitive file system.
This does not match the IDE setting (controlled by property "idea.case.sensitive.fs")


That is shown as this very annoying popup every time you launch IntelliJ...
intellij_case1.png


There is a way to disable it by changing the IntelliJ config file, however if you update your IDE or install a new version that setting is lost (at least on a Mac). Since that config file is located inside the Application package it is possible that changing it will invalidate the IntelliJ signature and prevent it from launch too. However, there is an easy way to hide this warning that doesn't involve modifying any files by hand.

On the popup, click the gear icon, that will display another window with some preferences...
intellij_case2.png


Change 'System Messages' from 'Balloon' to 'No popup' but leave the Log checkbox ticked.

That will stop the popup being shown for that and other system message, while still logging those messages to the Event Log. This is much less annoying to look at and doesn't pop up...
intellij_case3.png




-i

A quick disclaimer...

Although I put in a great effort into researching all the topics I cover, mistakes can happen. Use of any information from my blog posts should be at own risk and I do not hold any liability towards any information misuse or damages caused by following any of my posts.

All content and opinions expressed on this Blog are my own and do not represent the opinions of my employer (Oracle). Use of any information contained in this blog post/article is subject to this disclaimer.
Hi! You can search my blog here ⤵
NOTE: (2022) This Blog is no longer maintained and I will not be answering any emails or comments.

I am now focusing on Atari Gamer.