The Trunk: PreferenceBrowser-mt.162.mcz

[email protected]
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Marcel Taeumel uploaded a new version of PreferenceBrowser to project The Trunk:
http://source.squeak.org/trunk/PreferenceBrowser-mt.162.mcz

==================== Summary ====================

Name: PreferenceBrowser-mt.162
Author: mt
Time: 5 August 2026, 1:47:52.595172 pm
UUID: 38e3fa07-96c5-b048-a54f-0de4f89ddb10
Ancestors: PreferenceBrowser-mt.161

Since first-time FFI usage is still quirky, inform the user properly.

=============== Diff against PreferenceBrowser-mt.161 ===============

Item was changed:
  ----- Method: PreferenceWizardMorph>>installFFI (in category 'actions - packages') -----
  installFFI
  
  	Metacello new
  		configuration: 'FFI';
  		load.
+ 		
+ 	('Squeak''s foreign function interface (FFI) was installed successfully.
+ 	
+ Depending on your host platform, you might have to restart Squeak (i.e., the OpenSmalltalk VM) once now to be able to load external modules successfully.
+ 
+ Click {1} to save the image and quit now. Then start Squeak again manually.' translated asText format: { 'here' asText addAttribute: (PluggableTextAttribute evalBlock: [Smalltalk snapshot: true andQuit: true]); yourself })
+ 	
+ 	editWithLabel: 'Squeak FFI Notice' translated.
+ 		
  "
  	(Installer squeak)
  		project: 'FFI';
  		install: 'FFI-Pools';
  		install: 'FFI-Kernel';
  		install: 'FFI-Libraries';
  		install: 'FFI-Callbacks';		
  		install: 'FFI-Tools';
  		install: 'FFI-Tests';
  		install: 'FFI-PoolsTests';
  		install: 'FFI-CallbacksTests'
  "!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.