You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the portable folder inside IDE folder, it is nice that we are able to to make all IDE files self-contained in one location instead of having files scattered around many places. To share the same IDE across multiple machines(same OS), we need to put the IDE folder on a network drive, which only have read permission for normal users. Now, the IDE can no longer open because it tries to overwrite the preferences.txt in the portable folder and fails with a permission issue. We are forced to go back to the scattered IDE option, which makes it harder to share across multiple machines.
Is there a way to make IDE not overwriting the preferences.txt in portable folder by either turning it off or setting it to write the txt somewhere else?
The text was updated successfully, but these errors were encountered:
Using the portable folder inside IDE folder, it is nice that we are able to to make all IDE files self-contained in one location instead of having files scattered around many places. To share the same IDE across multiple machines(same OS), we need to put the IDE folder on a network drive, which only have read permission for normal users. Now, the IDE can no longer open because it tries to overwrite the preferences.txt in the portable folder and fails with a permission issue. We are forced to go back to the scattered IDE option, which makes it harder to share across multiple machines.
Is there a way to make IDE not overwriting the preferences.txt in portable folder by either turning it off or setting it to write the txt somewhere else?
The text was updated successfully, but these errors were encountered: