[squeak-dev] The Trunk: System-fbs.619.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Nov 23 17:46:46 UTC 2013


Frank Shearar uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-fbs.619.mcz

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

Name: System-fbs.619
Author: fbs
Time: 23 November 2013, 5:44:13.403 pm
UUID: df85c3cb-37ef-bb4b-b264-69188876d5df
Ancestors: System-fbs.618

Post Preference removal cleanup. (The methods were removed by #removePreference:, but of course we need to record that fact.)

=============== Diff against System-fbs.618 ===============

Item was removed:
- ----- Method: Preferences class>>syntaxHighlightingAsYouType (in category 'standard queries') -----
- syntaxHighlightingAsYouType
- 	^ self
- 		valueOfFlag: #syntaxHighlightingAsYouType
- 		ifAbsent: [ true ]!

Item was removed:
- ----- Method: Preferences class>>syntaxHighlightingAsYouTypeAnsiAssignment (in category 'standard queries') -----
- syntaxHighlightingAsYouTypeAnsiAssignment
- 	^ self
- 		valueOfFlag: #syntaxHighlightingAsYouTypeAnsiAssignment
- 		ifAbsent: [ false ]!

Item was removed:
- ----- Method: Preferences class>>syntaxHighlightingAsYouTypeLeftArrowAssignment (in category 'standard queries') -----
- syntaxHighlightingAsYouTypeLeftArrowAssignment
- 	^ self
- 		valueOfFlag: #syntaxHighlightingAsYouTypeLeftArrowAssignment
- 		ifAbsent: [ false ]!



More information about the Squeak-dev mailing list