Jurgen aka keepITcool
Jurgen aka keepITcool
Please add a ToString override or [DebuggerDisplay] on the Model.DiffPiece e.g. $"Pos:{Pos,-6} Subs:{SubPieces.Count,-6} {Type,-16} {Text}" Then expanding a DiffPaneModel's Lines would actually show most of what you need.
Assume a module contains following (pseudo) code: ``` #If myarg = 1 Then Call AnyProc #End If ``` I need to know the value of myarg to see if AnyProc...
Win11 defaults to rounded corners, but sets square corners when you snap windows. With MV you may snap some windows and use Window/Set position for some others. Then you end...