Git Product home page Git Product logo

Comments (2)

lwblackledge avatar lwblackledge commented on June 30, 2024

I'll download PyCharm and try to reproduce this.

from file-watcher.

lwblackledge avatar lwblackledge commented on June 30, 2024

Okay from what I see this is PyCharm's doing. On save, it actually renames the current file to {filename}___jb_old___, saves as the new file name, then deletes the ___jb_old___ file. It does this even when file-watcher is disabled (you can see it if you make changes to a file in Atom but don't save, then modify the file in PyCharm)

Looking at the PyCharm docs you can actually turn this behaviour off:

Safe Write

If this check box is selected, a changed file is first saved in a temporary file. If the save operation succeeds, the file being saved is replaced with the saved file. (Technically, the original file is deleted and the temporary file is renamed.)
Also, the ownership of such file changes.

safewrite

As such I don't think this is something that I will fix since it is specific to PyCharm (and possibly other Jetbrains IDEs) but they already offer a workaround.

from file-watcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.