|
Smalltalk/X WebserverDocumentation of class 'Diff3TextView': |
|
|
Class: Diff3TextViewInheritance:Object | +--GraphicsMedium | +--DisplaySurface | +--SimpleView | +--SyncedMultiColumnTextView | +--ThreeColumnTextView | +--Diff3TextView
Description:
a view showing merged diff3 (see rcsmerge / merge unix manual pages) output in a
user-friendly form.
The view is created and opened with:
d := Diff3TextView openOn:text label:l1 label:l2 label:l3.
and it will show the 3 versions side-by-side
Its main use is for the SourceCodeManager, to show merged sources after
a failed checkin.
Notice:
This has diff3 output (or cvs diff output) hardwired into it.
Needs to be adapted, if that format ever changes.
Related information:
TextView
EditTextView
DiffTextView
Class protocol:instance creation
Instance protocol:initialization
|
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 10:02:01 GMT
|