scharada / simple-assembly-exploror

Automatically exported from code.google.com/p/simple-assembly-exploror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class editor copy defunct

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Invalid
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
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

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