How can we help you today? How can we help you today?

More help with un-decompiled code/assemblies?

I was stepping through some decompiled code(see below) from a particular (DevExpress) assembly when I came across a method ("CancelCurrentRowEdit" below) that for which I wanted to see the decompiled code.

There was simply no help for me in determining the assembly of the method.

Would it be possible to add something here. If not tooltip then "Go To Reflector" integration or perhaps there are better ideas?
public virtual void CancelUpdateCurrentRow()
    {
      base.DataController.CancelCurrentRowEdit();
      this.SetFocusedRowModifiedCore(false);
      this.ClearColumnErrors();
      this.RefreshRow(this.FocusedRowHandle, false);
    }
MarkHD
0

Comments

1 comment

  • Alex D
    Yes, we'd like to get "Open in .NET Reflector" and "Go to Definition" working in decompiled code. Unfortunately the amount of data we'd need to manage to do that is quite large, and we just don't have time to set up that kind of system this version. It's definitely on the wishlist for a future version though.

    Cheers,
    Alex D
    0

Add comment

Please sign in to leave a comment.