www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - run.dlang.io/ add scrolling window and possibly src line mapping

reply IntegratedDimensions <IntegratedDimensions gmail.com> writes:
Large code is produced for assmly and others and it would be nice 
if it had it's own window to scroll rather than scrolling the 
entire window.

Also it would be nice if clicking on a line in the src scrolled 
to the proper location in the output

It would also be nice if the imports were removed or hiddable 
from the source.

Probably would be easier to read if also the source code lines 
that generate the assembly were inserted in the code where they 
are disassembled.
May 23 2018
parent Mike Franklin <slavo5150 yahoo.com> writes:
On Wednesday, 23 May 2018 at 22:33:05 UTC, IntegratedDimensions 
wrote:
 Large code is produced for assmly and others and it would be 
 nice if it had it's own window to scroll rather than scrolling 
 the entire window.

 Also it would be nice if clicking on a line in the src scrolled 
 to the proper location in the output

 It would also be nice if the imports were removed or hiddable 
 from the source.

 Probably would be easier to read if also the source code lines 
 that generate the assembly were inserted in the code where they 
 are disassembled.
Please file issues for run.dlang.io at https://github.com/dlang-tour/core/issues Thanks, Mike
May 23 2018