icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ILSpy features support status

jeffreye opened this issue · comments

  • Resources String/Object Table
  • Tooltip and Cursor on DecompilerTextView
  • Context menu: Open folder window on Linux
  • Context menu: Open command line shell on Linux
  • Context menu: Open hyperlink
  • Update Checker (Download)
  • Caret Animations
  • Navigation History
  • Cross-platform Keyboard Shortcuts
  • Font options
  • Dark Mode
  • 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

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

image

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.

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

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.