User forums > Nightly builds
The 07 January 2012 build (7678) is out.
MortenMacFly:
--- Quote from: jens on January 26, 2012, 05:27:03 pm ---I compile the newest trunk and test whether it's still working.
--- End quote ---
That would be wise, because after committing I realised why I didn't do it before: Because of the untested WXGTK part. Feel free to remove that if needed, the Windows part should be correct. I am working with this very long now. Keep in mind it's really not related to your commit, because it emulates an "item activated" event on ENTER. It may be (however), that in wx2.9.x this is supported natively.
Jenna:
--- Quote from: MortenMacFly on January 26, 2012, 08:18:21 pm ---
--- Quote from: jens on January 26, 2012, 05:27:03 pm ---I compile the newest trunk and test whether it's still working.
--- End quote ---
That would be wise, because after committing I realised why I didn't do it before: Because of the untested WXGTK part. Feel free to remove that if needed, the Windows part should be correct. I am working with this very long now. Keep in mind it's really not related to your commit, because it emulates an "item activated" event on ENTER. It may be (however), that in wx2.9.x this is supported natively.
--- End quote ---
It still works, and a quick check don't show any differences.
ollydbg:
--- Quote from: neo1691 on January 24, 2012, 08:01:47 pm ---I am having problems with Code Completion.
Sometimes it shows the code, sometimes it does not.
For eg, if i include a header file it will show all the structures when i type them, then suddenly it will stop working!!
It also happens many time when i switch to default perspective!
--- End quote ---
We need code snippets and exact steps to produce such bugs (Also OS? Compiler? CB version? ...... Please ask a Good Question). Otherwise, I can do nothing. :)
Agetian:
I also have problems with code completion on MS Windows Vista 32-bit, using Mingw GCC 4.6.1 (tdm-gcc) with the 7th January 2012 C::B SVN nightly (from this thread), under various circumstances - mostly either with custom GCC features or with complex C++ template classes. Here's one test case (with custom GCC extensions) in which it won't work:
--- Code: ---typedef struct __attribute__((packed)) _PSTRUCT
{
char a;
char b;
int c;
char d;
} PSTRUCT;
int main()
{
PSTRUCT p;
p.
--- End code ---
After typing the last dot after p, code completion box should open up, but it doesn't.
It looks like this particular case is a problem with parsing the GCC __attribute__ tag. Excluding it from the typedef makes the code completion work.
I also had an issue with code completion not popping up for certain complex (I think template-based) class declarations in C++, but sadly I can't reproduce them at the moment, I'll post a test case if and when I'm able to reproduce it again, it happened only once to me and I didn't bother too much cause I considered it to be minor enough.
- Agetian
MortenMacFly:
--- Quote from: Agetian on January 27, 2012, 08:53:51 am ---Here's one test case (with custom GCC extensions) in which it won't work:
--- Code: ---typedef struct __attribute__((packed)) _PSTRUCT
--- End code ---
--- End quote ---
Should be fixed in SVN head. Thanks for providing a test case.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version