User forums > Nightly builds
The 19 June 2015 build (10341) is out.
ollydbg:
Add the "<style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</style>" to the xrc file don't solve the full issue.
If I revert the "new_from_template.xrc" to the revision before the commit rev10260(- core: alignment fixes to avoid asserts and broken layout with wx3), I get a size fixed dialog which is much bigger than the one I mentioned in the post: Re: The 19 June 2015 build (10341) is out..
Suggest:
1, a dialog have the resize feature is quite good than a fixed dialog, so we should add "wxRESIZE_BORDER" to the xrc
2, I initial size of the dialog should be larger(like the same size before the rev 10260)
ollydbg:
I think I have found the reason, I see in the old revision, there is a minimal size of the first item of the wxFlexGridSizer.
--- Code: ---<minsize>480,320</minsize>
--- End code ---
And in the commit rev10260, it was removed.
BTW: I'm not sure why in the newer revision as the image in Re: The 19 June 2015 build (10341) is out., the text "Large icons"(bottom right of the dialog) is not shown correctly.
oBFusCATed:
Probably it is removed but mistake, because wxsmith doesn't add it automatically. (this is just a guess)
killerbot:
I have noticed this too with this dialog, I remember that once it popped up, and nearly all was on 1 line, and I had to scroll big time to the right ;-)
By the way, related maybe, yet another dialog no longer ok : http://forums.codeblocks.org/index.php/topic,20491.msg139414.html#msg139414
oBFusCATed:
--- Quote from: grf on July 11, 2015, 07:53:50 pm ---at least since 10341 and also with the latest 10356 I get the following assertion when I mark a variable and try to use following item of the context menu (right mouse click): Find occurences of: 'name':
--- End quote ---
It should be fixed in svn trunk, please re-test.
--- Quote from: Hans Henrik on July 27, 2015, 06:16:33 pm ---the dev-cpp project importer is bugged and will make paths like "..\..\foo.cpp" even on linux where ..\ is invalid and should be ../../ ~
--- End quote ---
Can you report this in the issues tracker, so it won't get lost?
Please post a bit more detailed steps to reproduce it.
--- Quote from: Hans Henrik on July 27, 2015, 06:16:33 pm ---every time i try to delete a Build Target, i get an (seemingly) unlimited loop of assertion errors like this...
--- End quote ---
This should be fixed in svn-trunk, please test again and report any more problems with it.
Thanks both of you for reporting these issues.
If you see more similar issues don't hesitate to report them.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version