[squeak-dev] The Inbox: ToolBuilder-Morphic-kfr.155.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jan 9 22:38:42 UTC 2016


A new version of ToolBuilder-Morphic was added to project The Inbox:
http://source.squeak.org/inbox/ToolBuilder-Morphic-kfr.155.mcz

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

Name: ToolBuilder-Morphic-kfr.155
Author: kfr
Time: 6 January 2016, 11:38:05.814914 pm
UUID: 43f3809b-ca19-4e70-a321-702dc2e0762a
Ancestors: ToolBuilder-Morphic-cmm.154

Restore use of preference syntaxHighlightingAsYouType

=============== Diff against ToolBuilder-Morphic-cmm.154 ===============

Item was changed:
  ----- Method: PluggableTextMorphPlus>>okToStyle (in category 'testing') -----
  okToStyle
  
+ 	^ styler 
- 	^ styler
  		ifNil:[false]
+ 		ifNotNil: [:s | s class syntaxHighlightingAsYouType
+ 						ifTrue:[model aboutToStyle: s]
+ 						ifFalse:[false]]!
- 		ifNotNil: [:s | model aboutToStyle: s]!



More information about the Squeak-dev mailing list