Re: [Pharo-project] Problems loading underscore assignments

2012-01-29 Thread Sean P. DeNigris
Mariano Martinez Peck wrote > > I don't know which image version you are using > 1.3 Mariano Martinez Peck wrote > > I fixed this: > Great, thanks. -- View this message in context: http://forum.world.st/Problems-loading-underscore-assignments-tp4337617p4339360.html Sent from the Pharo Sma

Re: [Pharo-project] Problems loading underscore assignments

2012-01-29 Thread Mariano Martinez Peck
On Sun, Jan 29, 2012 at 5:31 AM, Sean P. DeNigris wrote: > I tried both programmatically ("Scanner allowUnderscoreAsAssignment: true") > and via the settings browser to allow underscore assignments, but I still > got errors loading AtomMorph. e.g. > I don't know which image version you are using

Re: [Pharo-project] Problems loading underscore assignments

2012-01-29 Thread Lukas Renggli
The programmatic way described on http://book.pharo-project.org/book/Tidbits/TipsAndTricks/FixingUnderscores does the same as what I described below. It should just be updated to work with a more recent version of the refactoring engine: Gofer new squeaksource: 'rb'; package: 'A

Re: [Pharo-project] Problems loading underscore assignments

2012-01-29 Thread Lukas Renggli
Yes, the refactoring engine contains a code transformation that fixes automatically and preserves all formatting. Just run Code Critics on your package and apply the suggested transformations for "Transformations > Underscore assignements should be avoided". Again you must evaluate "Scanner allowU

Re: [Pharo-project] Problems loading underscore assignments

2012-01-28 Thread Sean P. DeNigris
Is there a way for fix underscores via OB in lieu of the programmatic way shown at http://book.pharo-project.org/book/Tidbits/TipsAndTricks/FixingUnderscores ? -- View this message in context: http://forum.world.st/Problems-loading-underscore-assignments-tp4337617p4337618.html Sent from the Pharo

[Pharo-project] Problems loading underscore assignments

2012-01-28 Thread Sean P. DeNigris
I tried both programmatically ("Scanner allowUnderscoreAsAssignment: true") and via the settings browser to allow underscore assignments, but I still got errors loading AtomMorph. e.g. "Syntax Error" randomPositionIn: aRectangle maxVelocity: maxVelocity "Give this atom a random pos