www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Drag values to memory and disassembly - Visual D

reply Rufus Smith <RufusSmith indi.com> writes:
Hi, Could you allow Visual D's memory and disassembler to accept 
drags from the locals window? Currently it inserts the the full 
text and not just the ptr value requiring editing.
Jul 18 2016
parent reply Rainer Schuetze <r.sagitario gmx.de> writes:
On 19.07.2016 05:19, Rufus Smith wrote:
 Hi, Could you allow Visual D's memory and disassembler to accept drags
 from the locals window? Currently it inserts the the full text and not
 just the ptr value requiring editing.
Have you tried dragging the variable or expression instead of the value? That works for me, but it might have been added in a recent version.
Jul 18 2016
parent Rufus Smith <RufusSmith indi.com> writes:
On Tuesday, 19 July 2016 at 06:23:17 UTC, Rainer Schuetze wrote:
 On 19.07.2016 05:19, Rufus Smith wrote:
 Hi, Could you allow Visual D's memory and disassembler to 
 accept drags
 from the locals window? Currently it inserts the the full text 
 and not
 just the ptr value requiring editing.
Have you tried dragging the variable or expression instead of the value? That works for me, but it might have been added in a recent version.
Yes, I found that out after I posted. I think it works. Thanks.
Jul 18 2016