The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
Weired. But I would need to see the full log to clarify. I can try myself but in a VM it takes ages for the automake to complete, so I usually don't and leave that to somebody using Linux natively.
Not sure what you mean with "new" (I see the buttons as they have always been), but yes, "break" works, even in wx apps.
Another thing I've seen and I can reproduce at the moment is that a deleted breakpoint is hit again and again, even there is not red marker. Have you seen this, too?
Can I ask for another update of the wxPropertiGrid :lol:
Yes, another one, I'm communicating with Jaakko Salli (wxPG creator/maintainer) and he added one feature and now has fixed one bug + another new feature
m_grid->SetColumnProportions(0, 50);m_grid->SetColumnProportions(1, 50);// I may have misspelled the method name!
Also I've noticed a strange bug ->1. Select something in the editor2. Start to drag it3. Drop it in the watches window4. The text is cut not copiedI think this is caused by some change in the wxScintilla, but I may be wrong...Can someone familiar with wxScintilla's code tell me what is wrong/fix the bug?
Quote from: oBFusCATed on February 28, 2010, 05:29:31 pmAlso I've noticed a strange bug ->1. Select something in the editor2. Start to drag it3. Drop it in the watches window4. The text is cut not copiedI think this is caused by some change in the wxScintilla, but I may be wrong...Can someone familiar with wxScintilla's code tell me what is wrong/fix the bug?Might be related to a fix I apllied to our wxScintilla source (related to changes in newer scintilla) to fix a bug in drag and drop, where dragged text was always copied and never moved.I will look into it.
Works fine here (actual sources from debugger-branch).Is it possible, that it is related to your latest (not yet comitted) patch ?
OK, Thank you for your efforts.Just for clarification: My working codeblocks does not have the patch applied, also I've implemented a DropTarget, which doesn't have control over this kind of behaviour.