fioan89 / sourcesync

A powerful plugin for performing one-way file synchronization for Intellij Idea and Pycharm projects
Other
89 stars 36 forks source link

Multiple project open in same window #4

Open mtuvrila opened 10 years ago

mtuvrila commented 10 years ago

When multiple projects are opened in the same window [tested on pycharm] then sync will give an error caused "could not find file exception" or something like that

gasteigerjo commented 7 years ago

I get the exact same error. When two projects are open at once, the path is interpreted as a concatenation of the two projects' paths. So, when I try to sync files from the second project, I get:

Sync warning: java.io.FileNotFoundException: C:\path\to\PycharmProjects\project1\C:\path\to\PycharmProjects\project2\somedir\somefile.py