# HG changeset patch # User Claus Gittinger # Date 1378210767 -7200 # Node ID 78279a57b313f985ca939b04584e92fcd54cbae6 # Parent 89fd61f3c8211452d3d087b6bd8a354ee60a9fae x diff -r 89fd61f3c821 -r 78279a57b313 CodeCompletionHelpMenuView.st --- a/CodeCompletionHelpMenuView.st Tue Sep 03 14:18:01 2013 +0200 +++ b/CodeCompletionHelpMenuView.st Tue Sep 03 14:19:27 2013 +0200 @@ -1,3 +1,14 @@ +" + COPYRIGHT (c) 2013 by Claus Gittinger + All Rights Reserved + + This software is furnished under a license and may be used + only in accordance with the terms of that license and with the + inclusion of the above copyright notice. This software may not + be provided or otherwise made available to, or used by, any + other person. No title to or ownership of the software is + hereby transferred. +" "{ Package: 'stx:libtool' }" MenuView subclass:#CodeCompletionHelpMenuView @@ -7,6 +18,33 @@ category:'Interface-Help' ! +!CodeCompletionHelpMenuView class methodsFor:'documentation'! + +copyright +" + COPYRIGHT (c) 2013 by Claus Gittinger + All Rights Reserved + + This software is furnished under a license and may be used + only in accordance with the terms of that license and with the + inclusion of the above copyright notice. This software may not + be provided or otherwise made available to, or used by, any + other person. No title to or ownership of the software is + hereby transferred. +" +! + +documentation +" + used with code completion suggestions + + [author:] + Claus Gittinger + + [See also:] + Workspace::CodeCompletionService +" +! ! !CodeCompletionHelpMenuView methodsFor:'queries'! @@ -21,10 +59,10 @@ !CodeCompletionHelpMenuView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/CodeCompletionHelpMenuView.st,v 1.1 2013-09-03 12:18:01 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/CodeCompletionHelpMenuView.st,v 1.2 2013-09-03 12:19:27 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/CodeCompletionHelpMenuView.st,v 1.1 2013-09-03 12:18:01 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/CodeCompletionHelpMenuView.st,v 1.2 2013-09-03 12:19:27 cg Exp $' ! !