SmallSenseGenericEditSupport.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 06 Aug 2013 02:55:01 +0100
changeset 53 84e9840dd522
parent 42 48307f46ff8e
permissions -rw-r--r--
Inprovement in code completion: close completion list after Tab pressed if there are no more alternatives.

"{ Package: 'jv:smallsense' }"

SmallSenseEditSupport subclass:#SmallSenseGenericEditSupport
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SmallSense-Services'
!

!SmallSenseGenericEditSupport methodsFor:'accessing'!

language
    ^nil

    "Created: / 24-07-2013 / 23:44:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
! !