application/VDBStartup.st
changeset 49 2ec7f7ed9242
parent 47 25d82943a3cf
child 83 101ff2210613
equal deleted inserted replaced
48:0076f0700e5e 49:2ec7f7ed9242
       
     1 "
       
     2 jv:vdb - Visual / VM Debugger
       
     3 Copyright (C) 2015-now Jan Vrany
       
     4 
       
     5 This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
       
     6 
       
     7 You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
       
     8 "
     1 "{ Package: 'jv:vdb/application' }"
     9 "{ Package: 'jv:vdb/application' }"
     2 
    10 
     3 "{ NameSpace: Smalltalk }"
    11 "{ NameSpace: Smalltalk }"
     4 
    12 
     5 StandaloneStartup subclass:#VDBStartup
    13 StandaloneStartup subclass:#VDBStartup
     7 	classVariableNames:''
    15 	classVariableNames:''
     8 	poolDictionaries:''
    16 	poolDictionaries:''
     9 	category:'VDB-UI'
    17 	category:'VDB-UI'
    10 !
    18 !
    11 
    19 
       
    20 !VDBStartup class methodsFor:'documentation'!
       
    21 
       
    22 copyright
       
    23 "
       
    24 jv:vdb - Visual / VM Debugger
       
    25 Copyright (C) 2015-now Jan Vrany
       
    26 
       
    27 This software is licensed under 'Creative Commons Attribution-NonCommercial 4.0 International License'
       
    28 
       
    29 You may find a full license text in LICENSE.txt or at http://creativecommons.org/licenses/by-nc/4.0/
       
    30 "
       
    31 ! !
    12 
    32 
    13 !VDBStartup class methodsFor:'constants & defaults'!
    33 !VDBStartup class methodsFor:'constants & defaults'!
    14 
    34 
    15 applicationRegistryPath
    35 applicationRegistryPath
    16     "the key under which this application stores its process ID in the registry
    36     "the key under which this application stores its process ID in the registry