Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I convince PyCharm to watch project files on an EncFS mount?

I recently started using EncFS to secure my employer's code (in the event that my laptop is stolen). However, when I start PyCharm I now get the following warning (every time):

External file changes sync may be slow Project files cannot be watched (are they under network mount?)

The files are on a local mount. I imagine there is some overhead introduced by EncFS, but I would hope it is negligible. How can I convince PyCharm to stop worrying about it and treat them as local files?

(As a last resort, how can I stop this warning every time I start?)

like image 919
lofidevops Avatar asked Dec 24 '13 11:12

lofidevops


People also ask

What are non project files PyCharm?

Non-Project Files Protection dialog This dialog appears when you try to edit non-project files: library sources, external sources and so on. Such files are intentionally protected from modification. For example, it is not recommended that you change library classes as you are supposed to reuse them as is. icon.

How do I open a file in PyCharm?

Choose File | Open on the main menu and select the desired file in the dialog box that opens. Drag the required file from the Explorer (Windows), File Browser (Linux), orFinder and drop it to the editor. The file opens for editing in a new tab.

How do I add files to PyCharm project?

Do one of the following: In the Project tool window Alt+1 , select the directory or package in which you want to create a new file, and then choose File | New from the main menu. Right-click the corresponding directory or package and select New from the context menu. Press Alt+Insert .


1 Answers

This is an old post, but still:

According to the JetBrains Bug Tracker and the Canonical Bug Tracker you need to make <pyCharm>/bin/fsnotifier64 executable.

like image 178
pando Avatar answered Oct 07 '22 22:10

pando