benfry / processing4

Processing 4.x releases for Java 17
https://processing.org
Other
1.34k stars 239 forks source link

Creation date updates during sketch saving (macOS) #840

Open olgapavlova opened 4 months ago

olgapavlova commented 4 months ago
## Description

When I save any sketch file, its creation file updates immediately. It creates some trouble to publish sketch on Github: git status shows the old file as a new one, and you have to add it to git again.

Expected Behavior

Not creation date but date of last update should be updated.

Current Behavior

When I save any sketch file, its creation file updates immediately.

Steps to Reproduce

  1. Open any existing sketch.
  2. Change a bit.
  3. Save the file.
  4. Check creation date.

Your Environment