SmallSense__Info.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 02 Sep 2013 13:10:24 +0100
changeset 75 2046f40e5dde
parent 67 020b7461b15e
child 174 3e08d765d86f
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 }"

Object subclass:#Info
	instanceVariableNames:'manager'
	classVariableNames:''
	poolDictionaries:''
	category:'SmallSense-Smalltalk-Types-Info'
!


!Info class methodsFor:'documentation'!

version_HG

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

version_SVN
    ^ '$Id: SmallSenseInfo.st 7834 2011-11-29 19:25:06Z vranyj1 $'
! !