initial checkin
authorClaus Gittinger <cg@exept.de>
Tue, 01 Sep 2015 18:58:19 +0200
changeset 888 73fac35edb5f
parent 887 b124a9e4025b
child 889 54e2a1443d3d
initial checkin class: SmallSense::CompletionView added: #flash:withColor: comment/format in: #flash (grafted from 2e7c91b6773acd42080f06a23a69fea48254a076)
SmallSense__CompletionView.st
--- a/SmallSense__CompletionView.st	Thu Aug 27 16:52:44 2015 +0200
+++ b/SmallSense__CompletionView.st	Tue Sep 01 18:58:19 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2015 Jan Vrany
@@ -184,13 +186,31 @@
 !CompletionView methodsFor:'redrawing'!
 
 flash
+    "delegate"
+
     listView flash.
 
     "Created: / 31-03-2014 / 22:56:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+flash:message withColor:flashColor
+    "delegate"
+
+    listView flash:message withColor:flashColor.
+
+    "Created: / 31-03-2014 / 22:56:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !CompletionView class methodsFor:'documentation'!
 
+version
+    ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Path: stx/goodies/smallsense/SmallSense__CompletionView.st, Version: 1.0, User: cg, Time: 2015-09-01T18:58:15.172+02$'
+!
+
 version_HG
 
     ^ '$Changeset: <not expanded> $'