iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

Enable pretty print option in IceTipDiffPanel (Nice to have for some?)

Open ironirc opened this issue 3 years ago • 0 comments

IceTipDiffPanel>>#initializeDiffPanel
    diffPanel showOptions: true
IceTipDiffPanel>>#selectionChanged
    | itemValue |
    itemValue := iceNodesTree selectedItem value.
    itemValue ifNotNil: [ 
        diffPanel contextClass: itemValue contextClass.
        self
            diffContentsLeft: itemValue rightContents
            right: itemValue leftContents ]

ironirc avatar Aug 24 '22 18:08 ironirc