User forums > Nightly builds

The 23 October 2010 build (6752) is out.

<< < (2/7) > >>

eckard_klotz:
Hello Developer-Team.

The new nightly seams to have problem to write its configuration data into the renamed data-path. If I just open C::B and close it again it crashes. WinXP SP2 tells me that there is an impossible read on the adress "0x00000001". I renamed the old data-folder in the hope it helps. But C:B creates only a new folder-system and 2 ini-files "DragScroll.ini" and "codesnippets.ini".

Best Regards,
                   Eckard Klotz.

Phenom:
For some reason I can't see the cc toolbar any more although I check it from the view menu. The cc toolbar disappeared after switching to this nighty from the previous(cc branch). The cc plugin works as expected.

Phenom:
I just found that I can the cc toolbar is visible and can be toogled at the debugging layout.

koso:
Hi, I have this 2 problems:

1. For example this code:


--- Code: ---    if(true) {
        |
    }
--- End code ---

and hit ctrl+s, than the carret will move to the begining of the line:

--- Code: ---    if(true) {
|
    }
--- End code ---

I have enabled striping trailing spaces ... so is this expected behaviour? I think this is different than it was before ...


2. Auto indent seem to be broken (I have enabled smart indent also). When i write:


--- Code: ---while(true) {
--- End code ---
and hit ENTER, carret is here:

--- Code: ---while(true) {
|
--- End code ---
.
And when


--- Code: ---    while(!*strRegEx++) {
        if(!*strData++) {|
    }
--- End code ---
nd hit enter:

--- Code: ---    while(!*strRegEx++) {
        if(!*strData++) {
|
    }
--- End code ---
but this happens only if char '{' is writen just before hittin ENTER .. if I write '{', move around with carret, return back and hit enter -> autoindent works :P




oBFusCATed:
1. I think it is normal and it is present for 2-3 years, maybe more...

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version