eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::DiffCodeView2':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: DiffCodeView2 (in Tools)


Inheritance:

   Object
   |
   +--GraphicsMedium
      |
      +--DisplaySurface
         |
         +--SimpleView
            |
            +--SyncedMultiColumnTextView
               |
               +--TwoColumnTextView
                  |
                  +--Tools::DiffCodeView2
                     |
                     +--Tools::Diff2CodeView2
                     |
                     +--Tools::Diff3CodeView2

Package:
stx:libtool
Category:
Interface-CodeView
Version:
rev: 1.12 date: 2015/06/30 06:21:40
user: cg
file: Tools__DiffCodeView2.st directory: libtool
module: stx stc-classLibrary: libtool

Class protocol:

defaults
o  textViewClass
return the type of the synced subViews.
Can be redefined in subclasses


Instance protocol:

accessing
o  classHolder: aValueModel

o  codeAspect: aSymbol
tell the textViews what is shown, so they can adjust their
syntaxhighlighters.
See SyntaxHighlighter codeAspectXXX for possible aspects.

o  languageHolder: aValueModel

o  modeHolder: aValueModel

o  text1: t1 text2: t2

initialization
o  initialize

private
o  computeDiffDataForText1: t1 text2: t2
created diffText object from two strings
This processes the DiffData as returned by the (now internal) Diff-tool

o  createArray: text1
cg: isn't that an obfuscated variation of #asCollectionOfLines ?

o  old_computeDiffDataForText1: t1 text2: t2
created diffText object from two strings
This processes the DiffData as returned by the (now internal) Diff-tool


Private classes:

    DiffData


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 26 Apr 2024 02:30:56 GMT