Skip to content

Commit

Permalink
Fixes #95
Browse files Browse the repository at this point in the history
  • Loading branch information
eMaringolo committed Nov 4, 2021
1 parent b11cfca commit 0b6d91e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
38 changes: 19 additions & 19 deletions source/.configmaps
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
[
{
#conditions : [ ],
#ts : 3813214717,
#ts : 3813497911,
#comment : '',
#formatVersion : '1.1',
#applications : OrderedCollection [
{
#name : 'TonelBaseApp',
#versionName : '1.4.7',
#ts : 3812608735
#versionName : '1.4.10',
#ts : 3813497911
},
{
#name : 'TonelFileSystem',
#versionName : '1.4.7',
#ts : 3812609203
#versionName : '1.4.10',
#ts : 3813497911
},
{
#name : 'TonelLoaderInteractiveApp',
#versionName : '1.4.7',
#ts : 3812609203
#versionName : '1.4.10',
#ts : 3813497973
},
{
#name : 'TonelLoaderModel',
#versionName : '1.4.9',
#ts : 3813216453
#versionName : '1.4.10',
#ts : 3813497911
},
{
#name : 'TonelReaderModel',
#versionName : '1.4.9',
#ts : 3813216037
#versionName : '1.4.10',
#ts : 3813497911
},
{
#name : 'TonelTools',
#versionName : '1.4.7',
#ts : 3812609203
#versionName : 'V 11.0.0 [495]',
#ts : 3810536888
},
{
#name : 'TonelWriterModel',
#versionName : '1.4.7',
#ts : 3812609203
#versionName : '1.4.10',
#ts : 3813497911
}
],
#name : 'ENVY/Image Tonel',
#versionName : '1.4.9'
#versionName : '1.4.10'
},
{
#conditions : [ ],
#ts : 3812609204,
#ts : 3813497912,
#comment : '',
#formatVersion : '1.1',
#applications : OrderedCollection [
{
#name : 'EmLibraryToolsApp',
#versionName : '',
#ts : 3812609203
#versionName : '390d2a1-master',
#ts : 3812608417
},
{
#name : 'TonelLoaderTests',
Expand Down
7 changes: 7 additions & 0 deletions source/TonelLoaderInteractiveApp/TonelLoader.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Extension {
#name : 'TonelLoader'
}

{ #category : '*TonelLoaderInteractiveApp',
#vaCategories : ['STS-Support'] }
TonelLoader class >> loaded [

EsImageStartUp debuggerClass: (#StsDebugger asClass ifNil: [#DbgDebugger class])
]

{ #category : '*TonelLoaderInteractiveApp',
#vaCategories : ['strategies-convenience'] }
TonelLoader >> beInteractive [
Expand Down

0 comments on commit 0b6d91e

Please sign in to comment.