.c files are not added to the source file directory

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
johnsea
Posts: 6
Joined: Thu Aug 03, 2006 11:26 pm
Location: San Diego

.c files are not added to the source file directory

Post by johnsea »

Right-clicking on Project and then adding my source files does add the files in the Project but I was expecting the files to be added to the source file directory.

I tried to drag the files into the source file directory but drag and drop does not function.

I have to remove the files and then right-click on the source file directory and then click on Add file to folder.

I should be able to move project files easily from one directory to another.

I also can't select multiple files to be removed from the project. I have to do one at a time.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Right-clicking on Project and then adding my source files does add the files in the Project but I was expecting the files to be added to the source file directory.
The add function will add files to the currently selected item. To add files to the source file folder you need to select the folder and then use the right click add menu.

In a similar fashion you can also define you own folders using by the New Folder option found on popup menu and once again the folder gets added to the currently selected item.

This means for example that you can create a folder in a project or even a folder inside another folder.
I tried to drag the files into the source file directory but drag and drop does not function.
The drag and drop feature is on the Zeus todo list ;)
I should be able to move project files easily from one directory to another.
I agree. The management of the workspace is definitely not as good as it could be, but with each new Zeus release it has improved and will continue to improve.
I also can't select multiple files to be removed from the project. I have to do one at a time.
I will add this feature to the Zeus todo list.

Cheers Jussi
Post Reply