News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to Delete a Project or Workspace

Started by mejohnsn, March 03, 2006, 07:28:47 PM

Previous topic - Next topic

mejohnsn

Hi guys-

Now that I got the basic Sample Projects building and running I notice there are two operations I would like to do, but for which I cannot find a simple menu command in the IDE: delete project and delete workspace.

I think I know how to do delete project by using Windows explorer (delete the .cpb file and, if desired, all the C/C++ files associated with it, and the .objs directory...), but it seems much more logical to do this with the IDE.

Likewise with workspace: sometimes I just want to delete and start all over, but all I can find is "rename workspace" and "save workspace".

TIA,

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

sethjackson


mejohnsn

Well, I wouldn't want to delete the project and start all over as _often_ if CodeBlocks would not insist that the file name for the translation unit containing 'main()' be 'main.cpp'!;)

But more seriously: most other IDEs (e.g. Netbeans 5.0) I have used support this capability. Why shouldn't Code::Blocks? And Netbeans puts the capability in the obvious place; Code::Blocks did not.

So is it in an unobvious place, or is it really not supported?

thomas

It is really not supported. As little as Ctrl-F will format the hard disk :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

sethjackson

Quote from: thomas on March 03, 2006, 10:12:01 PM
It is really not supported. As little as Ctrl-F will format the hard disk :)

:lol:

rickg22

Well, generally you set up your projects inside their own directories. So to delete them you just delete the directory. We really wouldn't like a user complaining that we deleted his 6-year work because he clicked on the wrong menu :shock: