7

This window pops up everytime I run pycharm and try to edit something (auto-loading the default project):

https://www.jetbrains.com/help/idea/2016.1/non-project-files-access-dialog.html?origin=old_help

How do I disable it?

Zohar Levi
  • 614
  • 6
  • 16

2 Answers2

17

Just remove the .idea folder and reopen your project. It worked for me.

Marius B
  • 769
  • 3
  • 16
  • 35
ajmirani
  • 366
  • 3
  • 8
8

I had a similar problem with Phpstorm (also built by Jetbrains).

To fix, search plugin repositories inside your IDE for 'Non Project Files Unlocker' (In Phpstorm you go to Settings->plugins->browse repositories). Install it, and that popup will never show again!

Marinus
  • 521
  • 2
  • 15
  • Yeah! Perhaps add Jetbrains to your tags and title as it may help other Jetbrains users, as it relates to Phpstorm too. – Marinus May 20 '16 at 05:05