mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
AvaloniaEdit's TextEditorOptions.RequireControlModifierForHyperlinkClick only flows into its *built-in* LinkElementGenerator (via the IBuiltinElementGenerator.FetchOptions hook the editor calls from UpdateBuiltinElementGeneratorsFromOptions). Subclasses added to ElementGenerators by hand inherit whatever the parameterless base constructor sets — which is "true" — so the editor-level flag flipped in DecompilerTextView didn't actually reach our generator. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
2 changed files with 21 additions and 0 deletions
Loading…
Reference in new issue