SmallSense__SnippetPO.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 02 Sep 2013 13:10:24 +0100
changeset 75 2046f40e5dde
parent 67 020b7461b15e
child 133 bd659b67811c
permissions -rw-r--r--
Fixes to make SmallSense code completion working on eXept CVS version (part 1) - fix DoWhatIMeanSupport - disables CodeCompletionService - disables lint service on eXept CVS (until fixed)

"{ Package: 'jv:smallsense' }"

"{ NameSpace: SmallSense }"

PO subclass:#SnippetPO
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SmallSense-Core-Interface-PO'
!


!SnippetPO methodsFor:'testing'!

isSmallSenseSnippetPO
    ^ true
! !

!SnippetPO class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
!

version_SVN
    ^ '$Id: SmallSenseSnippet.st 7825 2011-11-26 18:32:31Z vranyj1 $'
! !