rcbellamy

Results 3 comments of rcbellamy

Having written a source generator for my project, in my opinion requiring the source generator to mention access modifiers, etc., is a very big deal. That information is simply never...

@CyrusNajmabadi , the link that you provide (specifically https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.syntaxnode.tostring?view=roslyn-dotnet-4.3.0) is certainly helpful to have, but does not help clarify if `UserDeclaration` is a class or a member, so I await...

I'd really like to use AvalonEdit in my application, but I need to handle Undo/Redo outside the scope of any one control. Is there a way to get AvalonEdit to...