Jurgen aka keepITcool

Results 5 issues of 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...

olevba
proposal

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...

My json contains ulong values, but the parser incorrectly converts values that exceed the maxvalue of a long to floats. I'm assuming it happens here [https://github.com/molsonkiko/JsonToolsNppPlugin/blob/d45a7e5ac491af6dbf4f2bc2f381797cff5984b1/JsonToolsNppPlugin/JSONTools/JsonParser.cs#L1257] ``` [ { "State":...

enhancement
probably fixed?

### Describe the bug A DropDownButton will always show its flyout with ContextMenu.Placement="Bottom". Expected WPF design would use a default of "Bottom" (via MetaData or Control Template) but allow a...

bug