The Inbox: ToolBuilder-Morphic-kfr.155.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: ToolBuilder-Morphic-kfr.155.mcz

commits-2
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]!