Author Topic: The 15 december 2006 build is out.  (Read 15821 times)

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 15 december 2006 build is out.
« Reply #15 on: December 16, 2006, 09:05:33 pm »
I was wondering if there was a way to delete a file in the project instead of just removing it from view without going into explorer?

Offline jpaterso

  • Multiple posting newcomer
  • *
  • Posts: 57
Re: The 15 december 2006 build is out.
« Reply #16 on: December 17, 2006, 12:58:00 pm »
I do not know if this is the proper place to post but...

the code completion has a bug in it. When you have a space ( " " ) in your file, the code completion categorizes it as it as a separate suggestopns.

For example,

if the file is called "Test Hi.h"
you write #include "
then it gives the suggestions "Test" then "Hi.h"

Another thing when using code completion after an #include.
The layout for my projects is quite often
src/ (.cpp files go here)
src/include/ (.h files go here)
Unfortunately, code completion does not parse the directories correctly. In any file in src, as soon as I type #include "include/" all the options disappear.

Joseph.

jacmoe

  • Guest
Re: The 15 december 2006 build is out.
« Reply #17 on: December 17, 2006, 05:53:18 pm »
I am also getting the compiler tools selection window on each launch, no matter what I do.
This is Win XP Home.
I hope that the next nightly build will have it fixed.
No big deal, but it would be nice if C::B remembered it.

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 15 december 2006 build is out.
« Reply #18 on: December 17, 2006, 08:33:37 pm »
I am also getting the compiler tools selection window on each launch, no matter what I do.
This is Win XP Home.
I hope that the next nightly build will have it fixed.
No big deal, but it would be nice if C::B remembered it.

I have the same problem on Win2kpro(sp4) !!!  :shock: