Remove multiple files by one click...

General questions regarding the usage of CodeLite
jiapei100
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...

Post 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
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Remove multiple files by one click...

Post 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
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
jiapei100
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...

Post 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
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Remove multiple files by one click...

Post 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
Make sure you have read the HOW TO POST thread
Post Reply