SmallSense__SnippetPO.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 17 Sep 2013 17:18:14 +0100
changeset 88 4db839c0a78f
parent 67 020b7461b15e
child 133 bd659b67811c
permissions -rw-r--r--
Fix in CompletionWindow>>complete Fixed completion in cases where completed text does not start with typed text. i.e, original source is `1 fa` but completing `1 exponent`.

"{ 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 $'
! !