[squeak-dev] The Trunk: Tools-mt.1143.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Mar 15 13:51:16 UTC 2022


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.1143.mcz

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

Name: Tools-mt.1143
Author: mt
Time: 15 March 2022, 2:51:11.166959 pm
UUID: 3ef730f5-b20c-4b46-af3e-ee656552cd9f
Ancestors: Tools-mt.1142

Remove manual line breaks in dialog texts. Keep double-breaks (i.e., '\\' or '<br><br>') as visual gap.

=============== Diff against Tools-mt.1142 ===============

Item was changed:
  ----- Method: CodeHolder>>informPossiblyCorruptSource (in category 'misc') -----
  informPossiblyCorruptSource
  
  	| sourcesName |
  	sourcesName := FileDirectory localNameFor: Smalltalk sourcesName.
+ 	self inform: ('There may be a problem with your sources file!!
- 	self inform: 'There may be a problem with your sources file!!
  
+ The source code for every method should (usually) start with the method selector but this is not the case with this method!! You may proceed with caution but it is recommended that you get a new source file.
- The source code for every method should (usually) start with the
- method selector but this is not the case with this method!! You may
- proceed with caution but it is recommended that you get a new source file.
  
+ This can happen if you download the "{1}" file, or the ".changes" file you use, as TEXT. It must be transfered in BINARY mode, even if it looks like a text file, to preserve the CR line ends.
- This can happen if you download the "' , sourcesName  , '" file, 
- or the ".changes" file you use, as TEXT. It must be transfered 
- in BINARY mode, even if it looks like a text file, 
- to preserve the CR line ends.
  
+ Mac users: This may have been caused by Stuffit Expander. To prevent the files above to be converted to Mac line ends when they are expanded, do this: Start the program, then from Preferences... in the File menu, choose the Cross Platform panel, then select "Never" and press OK. Then expand the compressed archive again.
- Mac users: This may have been caused by Stuffit Expander. 
- To prevent the files above to be converted to Mac line ends 
- when they are expanded, do this: Start the program, then 
- from Preferences... in the File menu, choose the Cross 
- Platform panel, then select "Never" and press OK. 
- Then expand the compressed archive again.
  
+ (Occasionally, the source code for a method may legitimately start with a non-alphabetic character -- for example, Behavior
+ method #formalHeaderPartsFor:.  In such rare cases, you can happily disregard this warning.)' translated format: {sourcesName})!
- (Occasionally, the source code for a method may legitimately
- start with a non-alphabetic character -- for example, Behavior
- method #formalHeaderPartsFor:.  In such rare cases, you can
- happily disregard this warning.)'!



More information about the Squeak-dev mailing list