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 save as 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 'save as'.
4. Select a file location.
5. Observe that the file was not written to disk.

What is the expected output? What do you see instead?
Write the file to disk, containing the selection as a delimited text document.

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.
None at this point.

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

In IL Editor, there was already Save As, in Reflector or ILSpy tab, you can use 
CTRL+C and Paste to your text editor.

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

  • Changed state: WontFix
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
I don't use either one of those tabs - all I said is that it does not work on 
the 'Class editor'/'Details' (which I do use).

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

The Save As on Details tab is working as I tried (Win7 x64 SP1), it save all 
instructions, if you want to save part of instructions, use CTRL+C and paste to 
your editor.

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

Select a part of the funtion, right click and select 'save as'.
It won't save anything. None. Zip. Zilch.
So, it does not work.
It should save something - either the selection or the whole thing.
Or else, just remove the save as item from the menu in case the user has 
selected something.

Original comment by turbotal...@gmail.com on 9 Feb 2015 at 6:43

As said, the "Save As" designed to save all instructions, and I can save file, 
so I can't simulate your case if you can't save something.

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