User forums > Nightly builds

The 23 august 2006 build is out.

<< < (2/4) > >>

Tulio:

--- Quote from: Outis on August 24, 2006, 10:41:08 am ---Thus could you add a check box to disable the "no matches" - notification, please?

--- End quote ---

exactly - "no matches" is nervy.

phlox81:
Maybe it would be helpful if you could define some more options for the codecompletion,
since every User has its own feeling of how-it-shouldbe.
For myself, I hate when it replaces the typed with the selection, when entering . or -> or ;
I'd like to have replacements only, when hitting enter.
Also annoying is, when you have a vector or an array, you type by open box [] and you get 89.
But thats all my personal flavor, someone else might think totally different, so
to be able to set options for this would be really cool.

phlox

killerbot:

--- Quote from: MortenMacFly on August 24, 2006, 10:56:13 am ---
--- Quote from: Outis on August 24, 2006, 10:41:08 am ---And code-completion doesn't work if there's a this pointer in front of a variable (this->foobar).

--- End quote ---
A bit of topic, but anyway: I never understood why it makes sense to add the this pointer in front. The only reason I see is if one has a local variable with the same name. But this would IMHO be a bad design. Maybe someone can enlighten me?!

--- End quote ---

It is totally bad design. One just does not do that.
A common used approach to avoid collision with an 'equal' named local is :
 m_MyMember
 _MyMember
 MyMember_

Phoenix:
And back to important things. Class browser is working even worst then in nightly from 22/08. Right now each time you select "reparse" it just closes down C::B with no crash raport.

jpaterso:
When I create a virtual folder directly under my project, (so I end up with 3 folders, 'virtual', 'sources' and 'headers'), and only put headers in it, then when I restart C::B it puts that folder under the 'headers' folder. Would it be possible to keep our folders where we left them?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version