djhenderson / simple-assembly-exploror

Automatically exported from code.google.com/p/simple-assembly-exploror
0 stars 0 forks source link

Class editor copy defunct #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open an assemlby
2. Navigate to a function of a class (so you see the 'Details' in the 'Class 
editor'.
3. Highlight a part of the funtion, right click and select 'copy'.
4. Observe that there is nothing placed onto the clipboard.

What is the expected output? What do you see instead?
Copy the highlighted lines as text (preferably, separated with tabs so I could 
insert it into a document nicely).

What version of the product are you using? On what operating system?
SAE.v1.14.4.x64
Windows 7 x64 SP1

Please provide any additional information below.
It's be nice if CTRL+C would work, too (to avoid the need to right-click).

Original issue reported on code.google.com by turbotal...@gmail.com on 22 Jan 2015 at 1:20

GoogleCodeExporter commented 9 years ago
Did you try CTRL+A and CTRL+C? the function was already there.

Original comment by simpledo...@gmail.com on 8 Feb 2015 at 1:50

GoogleCodeExporter commented 9 years ago
Ok, CTRL+C does work - sorry about that.
But the pop-up menu's "Copy" item does not.

Original comment by turbotal...@gmail.com on 8 Feb 2015 at 11:25

GoogleCodeExporter commented 9 years ago
The Copy context menu is used to copy instruction, but not text.

Original comment by simpledo...@gmail.com on 9 Feb 2015 at 12:01