<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'><div class="zmail_extra"><blockquote style="border-left: 1px solid #0000FF;padding-left: 6px; margin: 0 0 0 5px"><div>Hi Levente</div><div><br>Thank you for the response.</div><div><br></div><div>>allowUnderscoreSelectors should be initialized by SHParserST80 >> #parse:   <br>>to the value of the expression: Scanner prefAllowUnderscoreSelectors.  <br>>What does that expression evaluate to in your image?   <br>   <br>Scanner prefAllowUnderscoreSelectors ->  true</div><div><br></div><div><br><br>The <br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>SHParserST80 >>parse: </div></blockquote> <br></div><div>does initialize the instance variables via this message send</div><div><br></div><div><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>self initializeInstanceVariables.</div></blockquote> <br></div><div>Which just loads an array of the instance variable names into an Array</div><div><br></div><div><div></div><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>initializeInstanceVariables</div><div><br></div><div><span style="white-space:pre">    </span>instanceVariables := classOrMetaClass </div><div><span style="white-space:pre">           </span>ifNil: [ #() ]</div><div><span style="white-space:pre">                </span>ifNotNil: [ classOrMetaClass allInstVarNames asArray ].</div></div></blockquote> Looking at the SHParserST80>>initialize<div></div></div><div><br></div><div>it sends SHParserST90>initialize</div><div><br></div><div>Which loads Smalltalk globals into the environment instance variable.</div><div><br></div><div>Inspecting that, I see no reference to the preferences.</div><div><br></div><div><br></div><div>If you think it should be in there, let me know and I will initialize the preferences there.</div><div><br></div><div>Thanks for your time.</div></blockquote></div></div><br></body></html>