Bug 289045

Summary: watched variable edit
Product: [Applications] kdevelop Reporter: Chris Bruner <cbruner>
Component: CPP DebuggerAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: niko.sams
Priority: NOR    
Version: unspecified   
Target Milestone: 4.2.3   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Chris Bruner 2011-12-15 16:09:40 UTC
Version:           unspecified
OS:                Linux

Clicking on a watched variable should open an edit so the value could be
changed. qtcreator does this.

Reproducible: Didn't try

Steps to Reproduce:
Clicking on a watched variable should open an edit so the value could be
changed. qtcreator does this.


Expected Results:  
submission of the edit in the watched variable would send
var VarName = EditValue
to gdb
Comment 1 Niko Sams 2011-12-17 10:16:19 UTC
Should not be too hard to implement i guess.
Feel free to provide a patch :D
Comment 2 Chris Bruner 2011-12-17 16:08:24 UTC
I'd love to, but I don't understand gui.
Comment 3 Niko Sams 2011-12-17 19:01:41 UTC
It's not much about GUI, it's just about making the model item editable and sending a command on change.
If you want I can give more information where you find that...
Comment 4 Niko Sams 2011-12-30 18:21:40 UTC

*** This bug has been marked as a duplicate of bug 257343 ***