class: Tools::LintRuleSelectionDialog
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jul 2013 17:47:37 +0200
changeset 13280 90dde9790cfc
parent 13279 f7df6ca415ee
child 13281 0c6a72cc4858
class: Tools::LintRuleSelectionDialog added: #shouldRememberLastExtent
Tools__LintRuleSelectionDialog.st
--- a/Tools__LintRuleSelectionDialog.st	Wed Jul 31 12:36:11 2013 +0200
+++ b/Tools__LintRuleSelectionDialog.st	Wed Jul 31 17:47:37 2013 +0200
@@ -227,6 +227,14 @@
     "Modified: / 01-03-2012 / 10:50:28 / cg"
 ! !
 
+!LintRuleSelectionDialog class methodsFor:'queries'!
+
+shouldRememberLastExtent
+    ^ true
+
+    "Created: / 31-07-2013 / 14:31:07 / cg"
+! !
+
 !LintRuleSelectionDialog methodsFor:'accessing'!
 
 selection
@@ -329,12 +337,23 @@
     "Created: / 24-07-2010 / 15:05:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!LintRuleSelectionDialog methodsFor:'queries'!
+
+shouldRememberLastExtent
+    "/ should we say:
+    ^ self accepted.
+    "/ ^ true
+
+    "Created: / 31-07-2013 / 17:27:56 / cg"
+! !
+
 !LintRuleSelectionDialog class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.3 2012-03-01 09:55:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.4 2013-07-31 15:47:37 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: Tools__LintRuleSelectionDialog.st 7617 2010-08-25 12:56:19Z vranyj1 §'
+    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.4 2013-07-31 15:47:37 cg Exp $'
 ! !
+