User forums > Nightly builds

The 24 June 2007 build is out.

<< < (3/4) > >>

dje:
Hi !


--- Quote from: skirby on June 25, 2007, 01:48:29 pm ---I have an error message box when I click on properties in contextual menu from project tree.

--- End quote ---

The same problem has been discussed there
The solution found by tiwag works both on properties and with ThreadSearch plugin.


--- Code: ----   if (file.Open(filename.GetFullPath()))
+   if (file.Open(filename.GetFullPath(),wxConvFile))
--- End code ---

I don't know if a bug has been filled.

Dje

rickg22:

--- Quote from: normunds on June 25, 2007, 02:30:00 pm ---Code completion is not working for me in. I just upgraded from build 3002. It is showing only c++ keywords. "Follow LOCAL" and "Follow GLOBAL includes" are checked in options. Is it bug? (OS WinXP, current build)

--- End quote ---

Yes, mea culpa. That's fixed for the next nightly. In the meantime, go to the symbols tab in the left pane, rightclick on the tree, and select "reparse now".

indigo0086:
There is still the problem with not parsing classes that are defined after a "using namespace::class" directive.

Xaviou:
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here.

stahta01:
Patch needed to compile CB under windows without PCH.
Tim S



--- Code: ---Index: src/sdk/editorcolourset.cpp
===================================================================
--- src/sdk/editorcolourset.cpp (revision 4173)
+++ src/sdk/editorcolourset.cpp (working copy)
@@ -31,6 +31,7 @@
     #include "cbeditor.h"
     #include "configmanager.h"
     #include "messagemanager.h"
+    #include "filemanager.h"
     #include "manager.h"
     #include <wx/log.h>
     #include <wx/dir.h>

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version