pulse00 / Twig-Eclipse-Plugin

Eclipse plugin for the twig templating language.
twig.dubture.com
MIT License
107 stars 24 forks source link

Deleted files re-created with the same name contain old text #94

Open jacobweber opened 8 years ago

jacobweber commented 8 years ago

Using Twig 2.0.0 with Eclipse 4.6.0 on Mac OS 10.11.6.

  1. Create a new file, e.g. foo.twig.
  2. Open it and type something in it.
  3. Close and save the file.
  4. Delete the file.
  5. Create a new file in the same place, with the same name.
  6. Open it. The text from the deleted file appears in it.

Related bug:

  1. Select another file in Project Explorer and copy it.
  2. Paste the file. When prompted for the new name, enter the same name as the file you deleted in the previous sequence of steps.
  3. Open the file. Instead of the copied file's contents, you have the deleted file's contents.