How to remove recently opened File and Workspaces

CodeLite installation/troubleshooting forum
JFPJR
CodeLite Curious
Posts: 7
Joined: Sun Jul 13, 2008 7:16 pm
Contact:

How to remove recently opened File and Workspaces

Post by JFPJR »

Is it possible to clear these histories on XP REV 1789
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to remove recently opened File and Workspaces

Post by eranif »

Not from within codelite...

However:
- close codelite
- open the file C:\Program Files\CodeLite\config\codelite.xml in your favorite editor (beside CodeLite ;))
- Search for RecentWorkspaces and deelete this section
- Search for RecentFiles and delete this section
- Save the file
- Restart codelite

However, the best thing is to submit a feature request:
https://sourceforge.net/tracker/?atid=9 ... unc=browse

Eran
Make sure you have read the HOW TO POST thread
JFPJR
CodeLite Curious
Posts: 7
Joined: Sun Jul 13, 2008 7:16 pm
Contact:

Re: How to remove recently opened File and Workspaces

Post by JFPJR »

Thank You for that. I will post a request.
Post Reply