Hi, Eran:
Happen to notice it's pretty inconvenient when I try to remove multiple files.
It seems till now, I've got to remove one file at a time.
Is it possible to remove a bunch of selected files just by one click?
Cheers
Pei
Remove multiple files by one click...
-
- CodeLite Expert
- Posts: 115
- Joined: Wed Dec 30, 2009 8:29 am
- Genuine User: Yes
- IDE Question: C++
- Location: Surrey, BC, Canada
- Contact:
Remove multiple files by one click...
Welcome to Vision Open
http://www.visionopen.com
http://www.visionopen.com
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Remove multiple files by one click...
There is a little arrow at the top of the 'Workspace' tab, click on it - this will enable the 'multi-selection' tree for the workspace view.
Once enabled you can select multiple files and delete them
Eran
Once enabled you can select multiple files and delete them
Eran
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 115
- Joined: Wed Dec 30, 2009 8:29 am
- Genuine User: Yes
- IDE Question: C++
- Location: Surrey, BC, Canada
- Contact:
Re: Remove multiple files by one click...
Thanks Eran:
CodeLite will jump out a dialog, refer to http://visionopen.com/questions/CodeLit ... ection.png.
So, when changing between multiple selection and single selection mode, does the wordspace need to be reloaded?
Cheers
Pei
CodeLite will jump out a dialog, refer to http://visionopen.com/questions/CodeLit ... ection.png.
So, when changing between multiple selection and single selection mode, does the wordspace need to be reloaded?
Cheers
Pei
eranif wrote:There is a little arrow at the top of the 'Workspace' tab, click on it - this will enable the 'multi-selection' tree for the workspace view.
Once enabled you can select multiple files and delete them
Eran
Welcome to Vision Open
http://www.visionopen.com
http://www.visionopen.com
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Remove multiple files by one click...
Yes, you need to reload the workspace (it takes like 2 seconds ..)jiapei100 wrote:So, when changing between multiple selection and single selection mode, does the wordspace need to be reloaded?
It is something internal to wxWidgets that requires codelite to re-construct the tree layout
Eran
Make sure you have read the HOW TO POST thread