igor edit the page directly :) On Jun 8, 2011, at 12:56 PM, Igor Stasenko wrote:
>>>>> a new way of dealing with plugin brings in more security and >>>>> flexibility @igor please add something here@@ > > > There are two new primitives which i added to VM. > > SmalltalkImage>> > loadModule: aModuleName > "Primitive. Attempt to load a module of the given name. > Fail if module cannot be found, or cannot be loaded, > or failed to initialize" > > <primitive: 'primLoadModule' module: '' error: errorCode > > > And > disableModuleLoading > "Primitive. Disable a new module loading mechanism for the rest of > current session. > This operation is not reversible. > Any subsequent attempts to load either external or internal module(s) > will fail" > > <primitive: 'primitiveDisableModuleLoading' module: ''> > > > > -- > Best regards, > Igor Stasenko AKA sig. >
