diff -r b124a9e4025b -r 73fac35edb5f 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 " +! + +flash:message withColor:flashColor + "delegate" + + listView flash:message withColor:flashColor. + + "Created: / 31-03-2014 / 22:56:12 / Jan Vrany " ! ! !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: $'