User forums > Nightly builds

The 13 June 2007 build is out.

<< < (3/5) > >>

ramzai:

--- Quote from: killerbot on June 13, 2007, 11:53:12 pm ---anyone who still has a linux build installed pre-today.
Could you try to right click in the project tree on your workspace, doe the menu pop-up ??
And please also try it with todays build.

On windows all is ok.

Today's version certainly doesn't pop up the right click menu. It does work on the projects but not the workspace.

My linux box : OpenSuse 10.2 64-bit wx284

--- End quote ---

I have tried today's, yesterday's, 3 June, 22 May, 1 May and neither worked.
Was there a menu some day? :)

Ubuntu 7.04 32-bit, wx284

Pecan:

--- Quote from: killerbot on June 13, 2007, 11:53:12 pm ---anyone who still has a linux build installed pre-today.
Could you try to right click in the project tree on your workspace, doe the menu pop-up ??
And please also try it with todays build.

On windows all is ok.

Today's version certainly doesn't pop up the right click menu. It does work on the projects but not the workspace.

My linux box : OpenSuse 10.2 64-bit wx284

--- End quote ---

SVN Linux 4067 Project has popup, workspace does not. Ubuntu 7.04
SVN MSW  4092 Project has popup, workspace does not.

Biplab:
I do confirm Pecan. Pop-up on workspace is not available on Linux. Rev 4093.

Edit 1: If workspace has more than one project then the popup comes up on Linux.

Deschamps:

--- Quote from: Biplab ---Edit 1: If workspace has more than one project then the popup comes up on Linux
--- End quote ---

Yes. The same behavior at least from rev.4051 (from Jun 2nd) and highly probable with previous revisions, too.

Biplab:
Following patch should fix the problem. :)


--- Code: ---Index: src/sdk/projectmanager.cpp
===================================================================
--- src/sdk/projectmanager.cpp (revision 4094)
+++ src/sdk/projectmanager.cpp (working copy)
@@ -213,7 +213,7 @@
 // class constructor
 ProjectManager::ProjectManager()
     : m_pTree(0),
-    m_pWorkspace(0),
+    m_pWorkspace(new cbWorkspace),
     m_TreeCategorize(false),
     m_TreeUseFolders(true),
     m_TreeFreezeCounter(0),
@@ -1225,7 +1225,7 @@
             return false;
 
         delete m_pWorkspace;
-        m_pWorkspace = 0;
+        m_pWorkspace = new cbWorkspace();
 
         if (m_pTree)
         {
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version