[etoys-dev] Etoys: MorphicExtras-bf.2.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 11 02:39:33 EDT 2010


Bert Freudenberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-bf.2.mcz

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

Name: MorphicExtras-bf.2
Author: bf
Time: 10 May 2010, 11:39:07 pm
UUID: 427f8af3-9118-4a7b-a75f-b811d5a16cdd
Ancestors: MorphicExtras-bf.1

- remove Celeste and Scamper from Tools flap

=============== Diff against MorphicExtras-bf.1 ===============

Item was changed:
  ----- Method: Flaps class>>defaultsQuadsDefiningToolsFlap (in category 'flaps registry') -----
  defaultsQuadsDefiningToolsFlap
  	"Answer a structure defining the default Tools flap.
  	previously in quadsDefiningToolsFlap"
  
  	^ OrderedCollection new
  	addAll: {
  	{#Browser. 		#prototypicalToolWindow.	'Browser'  translatedNoop.	'A Browser is a tool that allows you to view all the code of all the classes in the system' translatedNoop}.
  	{#TranscriptStream.		#openMorphicTranscript.		'Transcript'  translatedNoop.		'A Transcript is a window usable for logging and debugging; browse references to #Transcript for examples of how to write to it.' translatedNoop}.
  	{#Workspace.	#prototypicalToolWindow	.	'Workspace'  translatedNoop.		'A Workspace is a simple window for editing text.  You can later save the contents to a file if you desire.' translatedNoop}};
  		add: { Preferences useFileList2 ifTrue: [ #FileList2 ] ifFalse: [ #FileList ].
  				#prototypicalToolWindow.
  				'File List' translatedNoop.
  				'A File List is a tool for browsing folders and files on disks and FTP servers.' translatedNoop };
  	addAll: {
  	{#DualChangeSorter.		#prototypicalToolWindow.	'Change Sorter' translatedNoop.	'Shows two change sets side by side' translatedNoop}.
+ 	{#SelectorBrowser.		#prototypicalToolWindow.	'Method Finder' translatedNoop.	'A tool for discovering methods by providing sample values for arguments and results' translatedNoop}.
- 	{#SelectorBrowser,		#prototypicalToolWindow.	'Method Finder' translatedNoop.	'A tool for discovering methods by providing sample values for arguments and results' translatedNoop}.
  	{#MessageNames	.	#prototypicalToolWindow	.	'Message Names' translatedNoop.		'A tool for finding, viewing, and editing all methods whose names contain a given character sequence.' translatedNoop}.
  	{#Preferences.		#preferencesControlPanel.	'Preferences' translatedNoop.		'Allows you to control numerous options' translatedNoop}.
  	{#Utilities.			#recentSubmissionsWindow.	'Recent' translatedNoop.				'A message browser that tracks the most recently-submitted methods' translatedNoop}.
  	{#ProcessBrowser.	#prototypicalToolWindow.	'Processes' translatedNoop.		'A Process Browser shows you all the running processes' translatedNoop}.
  	{#Preferences.		#annotationEditingWindow.	'Annotations' translatedNoop.	'Allows you to specify the annotations to be shown in the annotation panes of browsers, etc.' translatedNoop}.
- 	{#Scamper.			#newOpenableMorph.	'Scamper' translatedNoop.			'A web browser' translatedNoop}.
- 	{#Celeste.			#newOpenableMorph.	'Celeste' translatedNoop.				'Celeste -- an EMail reader' translatedNoop}.
  	{#PackagePaneBrowser.	#prototypicalToolWindow	.	'Packages' translatedNoop.	'Package Browser:  like a System Browser, except that if has extra level of categorization in the top-left pane, such that class-categories are further organized into groups called "packages"' translatedNoop}.
  	{#ChangeSorter.		#prototypicalToolWindow.	'Change Set' translatedNoop.		'A tool that allows you to view and manipulate all the code changes in a single change set' translatedNoop}};
  		yourself!



More information about the etoys-dev mailing list