Page 1 of 1
Remove multiple files by one click...
Posted: Fri Jan 13, 2012 11:53 pm
by jiapei100
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
Re: Remove multiple files by one click...
Posted: Sat Jan 14, 2012 9:35 am
by eranif
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
1.png
Eran
Re: Remove multiple files by one click...
Posted: Sat Jan 14, 2012 2:23 pm
by jiapei100
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
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
1.png
Eran
Re: Remove multiple files by one click...
Posted: Sat Jan 14, 2012 11:37 pm
by eranif
jiapei100 wrote:So, when changing between multiple selection and single selection mode, does the wordspace need to be reloaded?
Yes, you need to reload the workspace (it takes like 2 seconds ..)
It is something internal to wxWidgets that requires codelite to re-construct the tree layout
Eran