Author Topic: Project Tree Folder  (Read 7515 times)

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Project Tree Folder
« on: February 04, 2006, 11:13:21 pm »
Hi,
I'm working with the nightly build since my last post (latest version) !!! :)
It's Great, it ease my work a lot !!! :))
Now I added 2 files to a project and associate them with an external program:

*.shp with "Shalom Help Maker"
*.bmp with "Paint Shop Pro"

Now they appear in the project treeview in different folders...

*.shp in "Workspace/Others/help"
*.bmp in "Workspace/Others"
Code
-Workspace
    -Project
        +Sources
        +Headers
        -Others
            -Help
                Help.shp
            picture.bmp
How can I define a sub folder ???
Code
-Workspace
    -Project
        +Sources
        +Headers
        -Others
            -Help
                Help.shp
            -bitmaps
                picture.bmp
I never defined Others/"help" with *.shp files !?!?!

CU, Acki




takeshimiya

  • Guest
Re: Project Tree Folder
« Reply #1 on: February 05, 2006, 12:22:42 am »
C::B doesn't supports "virtual folders". Whatever you see on the Project Tree is what is already on the real filesystem.

sethjackson

  • Guest
Re: Project Tree Folder
« Reply #2 on: February 05, 2006, 01:55:23 am »
C::B doesn't supports "virtual folders". Whatever you see on the Project Tree is what is already on the real filesystem.

Which IMO is the best way. If you need your project to be spilt up why not do it on the actual FS than in your project? It makes everything more comprehensible to the person browsing the source tree. IMO of course :)

takeshimiya

  • Guest
Re: Project Tree Folder
« Reply #3 on: February 05, 2006, 03:25:58 am »
Which IMO is the best way. If you need your project to be spilt up why not do it on the actual FS than in your project? It makes everything more comprehensible to the person browsing the source tree. IMO of course :)
Actually, it's a matter of taste, and there are situations where having "virtual folder capability" is a lot more comfortable.

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: Project Tree Folder
« Reply #4 on: February 05, 2006, 10:27:22 pm »
Oh, I see...
I thought there was a function to create own folders in the TreeView and place files in them, like you can do with DevCpp...

Maybe a feature for next nightly builds... ;)
« Last Edit: February 05, 2006, 10:28:58 pm by Acki »

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Project Tree Folder
« Reply #5 on: February 05, 2006, 10:51:25 pm »
Maybe a feature for next nightly builds... ;)

If you wish you can post a feature request at SF.

Best wishes,
Michael

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Project Tree Folder
« Reply #6 on: February 05, 2006, 11:54:04 pm »
Maybe a feature for next nightly builds... ;)
Sorry, that possibility can be safely excluded. Maybe a feature any time after Version 1.0, but certainly not in the next nightly build (or in a nightly build any time soon).

Virtual folders would require a *massive* code change which would not be a very wise thing to do at the present time. If we ever want to release a Version 1.0, we have to focus on solving the already existing issues. A large code change introduces a hundred new issues overnight, so unless there is a very good reason, such a thing is a no-no.
We just finished one major change (again...), and we still have a couple in the pipeline. None of us is really happy about making those changes at this time, and we are thinking twice before merging any of these to the main line.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."