User forums > Nightly builds
The 23 July 2007 build (4300) is out.
dje:
Hi all !
The following code gives parsing errors because of the macro.
It impacts code completion and symbols window:
--- Code: ---class MyClass1
{
MyClass1();
~MyClass1();
void MyMethod1();
}
class MyClass2
{
MyClass2();
~MyClass2();
void MyMethod2();
}
class MyClass
#ifdef FOO
: public MyClass1
, public MyClass2
#endif
{
MyClass();
~MyClass();
void MyMethod();
}
--- End code ---
With it, the FOO class exists, MyClass does not and code completion does not work at all in MyClass.
Win XP
SVN4300
wxWidgets 2.8.4
The same explanations are on Berlios in bug 011626
Dje
[attachment deleted by admin]
Biplab:
--- Quote from: ViniGodoy on July 24, 2007, 03:59:53 pm ---The problem is that the file IS in the directory given by me. I also created an "include" folder and placed a copy of the file in it, but the problem still occurs.
--- End quote ---
The wizard expects the header to be in <Glut_top_dir>/include/GL directory. So create another directory, named GL, inside include dir and wizard shouldn't complain again. :)
szczepan:
I can't build from SVN since 4267 because of a build system glitch. Bug report is here. I did my homework and binary-searched over revision numbers 4200..4300 to find the one that introduced the problem. I did some further investigation and posted comments in the bug report. Could someone please attend to this?
oats:
I am running CB nightly build from a few days ago, 4281, but it doesn't look like this issue has been addressed.
Settings -> Environment -> General Settings -> "Check for externally modified files" is enabled, however when I modify files with an external editor and switch back to CB editor, the file does not display with the updated content. I had previously been using RC2, and this feature worked fine. When I would switch back to CB, I would get a prompt that files had been modified, would I like to refresh, etc.
This is my first install of a nightly build, so I don't know how long this feature has been broken/changed.
I am running Win XP SP2.
UPDATE: nevermind, after I quit the project and reopened, everything seems to work correctly. CB was definitely misbehaving for a while, but I could not repeat the error.
TDragon:
--- Quote from: dje on July 23, 2007, 10:45:14 pm ---
--- Quote ---Hi all !
Bug !!!
When I hit Ctrl + Tab to change active editor, it inserts a tab.
SVN 4300
WinXP SP2
Dje
--- End quote ---
Well, it comes from my default.conf.
When I rename it, it is created and behaviour is OK.
Is it interesting to post it ?
--- End quote ---
I have the same symptoms. (XP SP2, C::B r4307 by GCC 4.2.1)
Renaming/deleting the old default.conf does solve the problem, but it's very annoying to have lost all my settings.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version