How to remove recently opened File and Workspaces
-
- CodeLite Curious
- Posts: 7
- Joined: Sun Jul 13, 2008 7:16 pm
- Contact:
How to remove recently opened File and Workspaces
Is it possible to clear these histories on XP REV 1789
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to remove recently opened File and Workspaces
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
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
-
- CodeLite Curious
- Posts: 7
- Joined: Sun Jul 13, 2008 7:16 pm
- Contact:
Re: How to remove recently opened File and Workspaces
Thank You for that. I will post a request.