Compatibility method in TextDiffTool jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 27 Mar 2012 17:39:28 +0100
branchjv
changeset 12209 44647f143fd0
parent 12208 1c796c400c01
child 12210 681e23c3e348
Compatibility method in TextDiffTool
Tools__TextDiffTool.st
extensions.st
stx_libtool.st
--- a/Tools__TextDiffTool.st	Mon Mar 26 18:36:49 2012 +0100
+++ b/Tools__TextDiffTool.st	Tue Mar 27 17:39:28 2012 +0100
@@ -436,6 +436,14 @@
     ^self textCHolder value: aString
 
     "Created: / 16-03-2012 / 13:05:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+title: aString
+    <resource: #obsolete>
+
+    ^self label: aString
+
+    "Created: / 30-08-2011 / 09:45:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !TextDiffTool methodsFor:'aspects'!
@@ -804,5 +812,5 @@
 !TextDiffTool class methodsFor:'documentation'!
 
 version_SVN
-    ^ '$Id: Tools__TextDiffTool.st 7944 2012-03-19 15:32:45Z vranyj1 $'
+    ^ '$Id: Tools__TextDiffTool.st 7956 2012-03-27 16:39:28Z vranyj1 $'
 ! !
--- a/extensions.st	Mon Mar 26 18:36:49 2012 +0100
+++ b/extensions.st	Tue Mar 27 17:39:28 2012 +0100
@@ -1970,5 +1970,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 extensionsVersion_SVN
-    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.77 2012/03/20 21:37:52 cg Exp $'
+    ^ '$Id: extensions.st 7956 2012-03-27 16:39:28Z vranyj1 $'
 ! !
\ No newline at end of file
--- a/stx_libtool.st	Mon Mar 26 18:36:49 2012 +0100
+++ b/stx_libtool.st	Tue Mar 27 17:39:28 2012 +0100
@@ -98,17 +98,17 @@
 
     ^ #(
         #'stx:goodies/sunit'    "TestResult - referenced by Tools::TestRunner2>>debugError: "
-        #'stx:libbasic'    "Autoload - superclass of Tools::NavigationHistoryTests "
-        #'stx:libbasic2'    "List - superclass of SettingsDialog::HierarchicalApplicationList "
-        #'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
-        #'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
-        #'stx:libcomp'    "Scanner - superclass of SyntaxHighlighter2 "
-        #'stx:libhtml'    "DidYouKnowTipViewer - referenced by AbstractLauncherApplication>>showTipOfTheDay "
-        #'stx:libui'    "ViewSpec - superclass of FileBrowserV2UISpecifications::PanelSpec "
-        #'stx:libview'    "StandardSystemView - superclass of DebugView "
-        #'stx:libview2'    "Model - superclass of SystemBrowser "
-        #'stx:libwidg'    "VariablePanel - superclass of FileBrowserV2PanelView "
-        #'stx:libwidg2'    "HierarchicalItem - superclass of Tools::HierarchicalClassCategoryList::ClassCategoryItem "
+        #'stx:libbasic'    "ArrayedCollection - superclass of Win32FileDialog::OpenFilenameStructure "
+        #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
+        #'stx:libbasic3'    "Change - superclass of extended CompositeChange "
+        #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
+        #'stx:libcomp'    "Parser - superclass of SyntaxHighlighter2 "
+        #'stx:libhtml'    "HTMLDocumentView - referenced by Tools::NewSystemBrowser>>openDocumentation "
+        #'stx:libui'    "MenuComponentSpec - superclass of EditFieldWithCompletionSpec "
+        #'stx:libview'    "GraphicsMedium - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
+        #'stx:libview2'    "ApplicationModel - superclass of Tools::LintRuleSelectionDialog "
+        #'stx:libwidg'    "Button - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
+        #'stx:libwidg2'    "HierarchicalFileList - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL "
     )
 ! !
 
@@ -476,10 +476,10 @@
         'GenericToolbarIconLibrary class' versionMerged24x24
         ArrayedCollection inspector2TabForHexDump
         LimitedPrecisionReal inspectorExtraAttributes
-        ParseTreeSourceRewriter executeTree:
-        RBStringReplaceRule foundMatchFor:
         UninterpretedBytes inspector2Tabs
     )
+
+    "Modified: / 27-03-2012 / 17:39:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_libtool class methodsFor:'description - project information'!
@@ -531,13 +531,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"7953"$"
+    ^ "$SVN-Revision:"7954M"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libtool.st 7954 2012-03-26 15:34:31Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7956 2012-03-27 16:39:28Z vranyj1 $'
 !
 
 version_CVS
@@ -545,5 +545,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 7954 2012-03-26 15:34:31Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7956 2012-03-27 16:39:28Z vranyj1 $'
 ! !