User forums > Nightly builds

The 12 september 2010 build (6583) CODECOMPLETION BRANCH version is out.

<< < (2/10) > >>

Loaden:

--- Quote from: ironhead on September 13, 2010, 03:48:11 am ---I'm not sure if it's just me, but with this build, I std namespace completion doesn't seem to work.  For example:


--- Code: ---std::
--- End code ---

Under the normal nightly will list the std classes, with this release, I don't get that behaviour.

--- End quote ---
Hi, I got it.
Please set the compiler's installation directory first, then CC will works well.

danteri:
hi

this branch is great
my project used to hang around 2 minutes on startup on regular cb nightly
now it is starting instantly

thank you for great work on this branch and fast merge with trunk
see no regressions so far

Loaden:

--- Quote from: danteri on September 13, 2010, 10:52:43 am ---my project used to hang around 2 minutes on startup on regular cb nightly
now it is starting instantly

--- End quote ---
I'm do not Understand, could you get me more explain?

ptDev:
Found a subtle bug, related to refreshing of a changed editor window. It may lead to a crash.
I'm not sure if it also affects the main branch nightly, but I can confirm it impacts the CC branch.

To reproduce:
*Create or open any project, a "Hello World" will do.
*Edit any source file (e.g., main.cpp), and do not save the file.
*Go to Settings > Editor > Margins and caret.
*Change the "left margin" "width for line numbers" from the fixed value to dynamic by checking the checkbox.
*Press "OK" to confirm changes.
*Code::Blocks will fail to update the Scintilla window if the line number width changes from fixed to dynamic. If there are any edited and unsaved files, C::B crashes.

No crash occurs if all the files are saved or if we change the line margin from dynamic to fixed.

UPDATE:
FYI, The output in codeblocks.RPT.

--- Quote ---Error occured on Monday, September 13, 2010 at 10:56:21.

D:\CCCB\codeblocks.exe caused an Access Violation at location 65f27cee in module D:\CCCB\share\codeblocks\plugins\codecompletion.dll Reading from location ffffff10.

Registers:
eax=ffffff10 ebx=0518ba7f ecx=0524256c edx=0518ba7b esi=00000000 edi=00000000
eip=65f27cee esp=07d9f448 ebp=07d9f448 iopl=0         nv up ei ng nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010282

Call stack:
65F27CEE  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65F27CEE  _ZNK8cbPlugin9CanDetachEv
65F519E9  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65F519E9  _ZNK8cbPlugin9CanDetachEv
65F518C5  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65F518C5  _ZNK8cbPlugin9CanDetachEv
65F38B9C  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65F38B9C  _ZNK8cbPlugin9CanDetachEv
65F38C6D  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65F38C6D  _ZNK8cbPlugin9CanDetachEv
65F010F2  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65F010F2
65F01B1A  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65F01B1A
65F17BD8  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65F17BD8
65EED681  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65EED681
65EEDD71  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65EEDD71
65EF5A24  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65EF5A24
65EF24A6  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65EF24A6
65EF1DC4  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65EF1DC4
65EEBE04  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65EEBE04
65EEB864  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65EEB864
65F1B8F5  D:\CCCB\share\codeblocks\plugins\codecompletion.dll:65F1B8F5  _ZN12cbToolPlugin9BuildMenuEP9wxMenuBar
617F7F54  D:\CCCB\codeblocks.dll:617F7F54  _ZN12cbThreadPool14cbWorkerThread5EntryEv
6CCD6954  D:\CCCB\wxmsw28u_gcc_cb.dll:6CCD6954  _ZN11wxConditionD2Ev
6CCD6AD8  D:\CCCB\wxmsw28u_gcc_cb.dll:6CCD6AD8  _ZN11wxConditionD2Ev
75862599  C:\Windows\system32\msvcrt.dll:75862599  wcstombs
758626B3  C:\Windows\system32\msvcrt.dll:758626B3  _beginthreadex
76E6D0E9  C:\Windows\system32\kernel32.dll:76E6D0E9  BaseThreadInitThunk
770119BB  C:\Windows\system32\ntdll.dll:770119BB  RtlInitializeExceptionChain
7701198E  C:\Windows\system32\ntdll.dll:7701198E  RtlInitializeExceptionChain
--- End quote ---

ptDev:
Oh, and regarding the CodeCompletion itself. I'm very happy with these changes, it is noticeably faster and more user-friendly now. I vote for a merge :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version