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

Splitting debugger in two - specific debugger and common GUI

<< < (35/136) > >>

oBFusCATed:
Thanks.

No, I don't have it in my latest patchset (no posted here, but will when I have more to show).
But I was having it before the latest changes in the wxPropertyGrid.
The way to fix it:

--- Code: ---m_grid->SetColumnProportions(0, 50);
m_grid->SetColumnProportions(1, 50);

// I may have misspelled the method name!

--- End code ---

oBFusCATed:
Here is another patch for the branch... some GUI improvements

1. Delete key in Breakpoints window deletes the selected breakpoint
2. Fixed the splitter position in the watches window (thanks to Jaakko Salli)
3. Added calls to wxPropertyGrid::Refresh here and there in order to fix, some rendering bugs
4. Fixed the changed value handling in the watches window
5. Ensure visible the selected/active frame in the backtrace window
6. Some cleaning here and there

And the patch : http://smrt.is-a-geek.org/codeblocks/dbg_refactor0011.1.patch

oBFusCATed:
Morten can you apply the last patch, any problems with it?

Also I've noticed a strange bug ->
1. Select something in the editor
2. Start to drag it
3. Drop it in the watches window
4. The text is cut not copied

I 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?

Jenna:

--- Quote from: oBFusCATed on February 28, 2010, 05:29:31 pm ---Also I've noticed a strange bug ->
1. Select something in the editor
2. Start to drag it
3. Drop it in the watches window
4. The text is cut not copied

I 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?

--- End quote ---

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.

Jenna:

--- Quote from: jens on February 28, 2010, 06:08:02 pm ---
--- Quote from: oBFusCATed on February 28, 2010, 05:29:31 pm ---Also I've noticed a strange bug ->
1. Select something in the editor
2. Start to drag it
3. Drop it in the watches window
4. The text is cut not copied

I 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?

--- End quote ---

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.

--- End quote ---

Works fine here (actual sources from debugger-branch).
Is it possible, that it is related to your latest (not yet comitted) patch ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version