zhangshine / MdCharm

MdCharm Source Code
BSD 3-Clause "New" or "Revised" License
355 stars 100 forks source link

Can't delete a project #34

Closed ColinChrist closed 4 years ago

ColinChrist commented 8 years ago

There is no obvius way to delete a project

jmalarcon commented 8 years ago

Hi:

Yes, this a bummer.

However I've found a way to fix it. You can delete it this way:

  1. Go to C:\Users\[yourusername]\Roaming\MdCharm
  2. Open session.xml
  3. Delete the contents of the dirpath attribute in the Projectnode of this XML file.

You're done.

If you want to delete all trace of the folder, do this:

  1. Again, go to C:\Users\[yourusername]\Roaming\MdCharm
  2. Open MdCharm.ini
  3. Locate the section [MdCharmState]
  4. Delete the contents of the key LastOpenDir
  5. Locate the section [LastState]
  6. Delete the contents of the key MdCharmForm_OpenDirectory

You're done!

HTH

ColinChrist commented 8 years ago

Thanx for that advice!!! :-)