User forums > Nightly builds

The 02 February 2009 build (5432) is out.

<< < (6/9) > >>

Loaden:

--- Quote from: nanyu on February 04, 2009, 07:08:00 pm ---I roll back the c::b to prior version: svn 5382, and open the main.cpp again.I found  c::b (5382) can detect the file's encoding is "Windows 936" (yes, it is 'code page' for  gb2312).

Then, I update the c::b to svn 5432 again. and Set the "Encoding" to "WINDOWS 936" and "As fallback encoding". And I open the main.cpp again. I found  the status bar  show "utf8". and editor show nothing yet .

svn 5432: see also : ).

svn 5382 : see  the attach.

--- End quote ---
The same question. so i have to use SVN 5431!

Loaden:
I can't set size. it's not work.
I found it's always call 'SetSizeHints'.
--- Code: ---Index: src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp
===================================================================
--- src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp (revision 5440)
+++ src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp (working copy)
@@ -215,7 +215,7 @@
                         Codef(_T("%sFit(%O);\n"),ChildAccessPrefix.c_str());
                     }
 
-                    Codef(_T("%sSetSizeHints(%O);\n"),ChildAccessPrefix.c_str());
+                    //Codef(_T("%sSetSizeHints(%O);\n"),ChildAccessPrefix.c_str());
                 }
             }
--- End code ---

[attachment deleted by admin]

MortenMacFly:

--- Quote from: MaxGaspa on February 04, 2009, 09:58:32 pm ---Log message:   * encoding detector: using system locale as backup-solution has returned

When the detecting is failing I do believe that the best choice is to use the encoding "preferred" by the programmer, not the system locale.

--- End quote ---
Don't worry: This "feature" is optional. I don't like it, too because it "fixes" nothing but just tries to help the "dumb user" to get the right encoding. For professionals this can be turned off in the settings.

ollydbg:

--- Quote from: Loaden on February 05, 2009, 04:40:22 am ---I can't set size. it's not work.
I found it's always call 'SetSizeHints'.
--- Code: ---Index: src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp
===================================================================
--- src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp (revision 5440)
+++ src/plugins/contrib/wxSmith/wxwidgets/wxscontainer.cpp (working copy)
@@ -215,7 +215,7 @@
                         Codef(_T("%sFit(%O);\n"),ChildAccessPrefix.c_str());
                     }
 
-                    Codef(_T("%sSetSizeHints(%O);\n"),ChildAccessPrefix.c_str());
+                    //Codef(_T("%sSetSizeHints(%O);\n"),ChildAccessPrefix.c_str());
                 }
             }
--- End code ---

--- End quote ---
You should report this bug here wxsmith development thread:
http://forums.codeblocks.org/index.php/topic,372.150.html

Sunyata:
Hi guys,

Thank you for the efforts making the CodeBlocks perfect.

I've found one bug here, ->
The CodeBlocks can't run more than one instance even though the option (Allow only one running instance) has been removed.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version