stx_goodies_smallsense.st
branchcvs_MAIN
changeset 324 305760826051
parent 320 5242593726f0
child 386 21f377c318cd
child 398 5bdac9c83963
equal deleted inserted replaced
323:411b58d6c744 324:305760826051
    16 License along with this library; if not, write to the Free Software
    16 License along with this library; if not, write to the Free Software
    17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    18 "
    18 "
    19 "{ Package: 'stx:goodies/smallsense' }"
    19 "{ Package: 'stx:goodies/smallsense' }"
    20 
    20 
       
    21 "{ NameSpace: Smalltalk }"
       
    22 
    21 LibraryDefinition subclass:#stx_goodies_smallsense
    23 LibraryDefinition subclass:#stx_goodies_smallsense
    22 	instanceVariableNames:''
    24 	instanceVariableNames:''
    23 	classVariableNames:'Swizzled'
    25 	classVariableNames:'Swizzled'
    24 	poolDictionaries:''
    26 	poolDictionaries:''
    25 	category:'* Projects & Packages *'
    27 	category:'* Projects & Packages *'
    43 Lesser General Public License for more details.
    45 Lesser General Public License for more details.
    44 
    46 
    45 You should have received a copy of the GNU Lesser General Public
    47 You should have received a copy of the GNU Lesser General Public
    46 License along with this library; if not, write to the Free Software
    48 License along with this library; if not, write to the Free Software
    47 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    49 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
       
    50 "
       
    51 !
       
    52 
       
    53 documentation
       
    54 "
       
    55     Package documentation:
       
    56 
       
    57     Jan Vrany's productivity tools for the Smalltalk code editor.
       
    58     Includes different code completion engine, bracket insertion and other enhancements.
    48 "
    59 "
    49 ! !
    60 ! !
    50 
    61 
    51 !stx_goodies_smallsense class methodsFor:'accessing - tests'!
    62 !stx_goodies_smallsense class methodsFor:'accessing - tests'!
    52 
    63 
   493     "Modified: / 07-10-2014 / 15:09:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   504     "Modified: / 07-10-2014 / 15:09:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   494 ! !
   505 ! !
   495 
   506 
   496 !stx_goodies_smallsense class methodsFor:'documentation'!
   507 !stx_goodies_smallsense class methodsFor:'documentation'!
   497 
   508 
       
   509 version
       
   510     ^ '$Header: /cvs/stx/stx/goodies/smallsense/stx_goodies_smallsense.st,v 1.2 2015-02-03 22:23:33 cg Exp $'
       
   511 !
       
   512 
       
   513 version_CVS
       
   514     ^ '$Path: stx/goodies/smallsense/stx_goodies_smallsense.st, Version: 1.0, User: cg, Time: 2015-02-03T23:23:58.941+01$'
       
   515 !
       
   516 
   498 version_HG
   517 version_HG
   499 
   518 
   500     ^ '$Changeset: <not expanded> $'
   519     ^ '$Changeset: <not expanded> $'
   501 !
   520 !
   502 
   521 
   503 version_SVN
   522 version_SVN
   504     ^ '$Id$'
   523     ^ '$Id: stx_goodies_smallsense.st,v 1.2 2015-02-03 22:23:33 cg Exp $'
   505 ! !
   524 ! !
   506 
   525