AvaloniaILSpy icon indicating copy to clipboard operation
AvaloniaILSpy copied to clipboard

ILSpy features support status

Open jeffreye opened this issue 7 years ago • 4 comments

  • [x] Resources String/Object Table
  • [x] Tooltip and Cursor on DecompilerTextView
  • [x] Context menu: Open folder window on Linux
  • [x] Context menu: Open command line shell on Linux
  • [x] Context menu: Open hyperlink
  • [x] Update Checker (Download)
  • [x] Caret Animations
  • [x] Navigation History
  • [x] Cross-platform Keyboard Shortcuts
  • [x] Font options
  • [x] Dark Mode
  • [x] Global menu for macOS and Linux (Blocked by Global menu bar support )
  • [ ] Drag n Drop (partially blocked by avalonia.native implementation)
  • [ ] High DPI Icons
  • [ ] Text styles on macOS
  • [ ] Tab navigation and other keyboard stuff

jeffreye avatar Sep 03 '18 15:09 jeffreye

What about Drag & Drop support? Avalonia supports this feature for now and ControlCatalog contains a sample.

image

KvanTTT avatar Jun 07 '19 19:06 KvanTTT

What about Drag & Drop support? Avalonia supports this feature for now and ControlCatalog contains a sample.

image

it is still being blocked by Mac implementation.

jeffreye avatar Jun 08 '19 03:06 jeffreye

But can be implemented for Windows only. Is it necessary to do features cross-platform for now.

KvanTTT avatar Jun 08 '19 08:06 KvanTTT

Font options do not allow selection from the drop-down on Linux. This is for version 4 of ILSpy;. Version 5 works OK when using zaphodef's fork fue to issues with offical bleeding edge builds.

borgdylan avatar Oct 01 '19 07:10 borgdylan