Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Release 15.12, RC1 has arrived

<< < (8/19) > >>

killerbot:
I am planning on preparing an RC2 today or tomorrow, or should we wait a little bit longer ?

Krice:
I'm wondering why virtual folders can be created only outside sources and headers folders? Wouldn't it be more logical to create them inside the source structure to divide files into thematic groups.

MortenMacFly:

--- Quote from: killerbot on December 13, 2015, 09:53:15 am ---I am planning on preparing an RC2 today or tomorrow, or should we wait a little bit longer ?

--- End quote ---
Nope, feel free to do. I would go gold already, but if you do a RC2 today it should be fine.

killerbot:
gold is also OK, is there any blocking bug ? (I could think of one, the editor tabs splitup up, seems to happen sometimes during project reload ?) ?

Pecan:

--- Quote from: killerbot on December 14, 2015, 07:21:53 am ---gold is also OK, is there any blocking bug ? (I could think of one, the editor tabs splitup up, seems to happen sometimes during project reload ?) ?

--- End quote ---

You might want to ignore the editor tabs splitup bug until after 15.12.
Just disable the bug for now with something like this:

--- Code: ------ src/sdk/projectlayoutloader.cpp (revision 10603)
+++ src/sdk/projectlayoutloader.cpp (working copy)
@@ -236,12 +236,12 @@
 
     if (major >= 1)
     {
-        elem = root->FirstChildElement("EditorTabsLayout");
-        if (elem)
-        {
-            m_NotebookLayout = cbC2U(elem->Attribute("layout"));
-        }
-        // else ?!
+// FIXME (ph#): //(pecan 2015/10/29)causes split window when loading second project //(ICC 2015/10/29)
+//        elem = root->FirstChildElement("EditorTabsLayout");
+//        if (elem)
+//        {
+//            m_NotebookLayout = cbC2U(elem->Attribute("layout"));
+//        }         // else ?!
     }
 
     return true;

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version