Thanks Steve for the help. I am doing step by step but I have a problem in step 3. I am trying to install the bug fix from installer like this:

Installer mantis bug: 5637  fix: 'PluggableTextMorph-scrollSelectionIntoView.1.cs'.

any ideas?

And have the following stacktrace:

MessageNotUnderstood: SmallInteger>>,
Proceed
Abandon
Debug
Create
SmallInteger(Object)>>doesNotUnderstand: #,
InstallerMantis>>maUrl
InstallerMantis>>maPage
InstallerMantis>>maFiles
InstallerMantis>>maStreamForFile:
InstallerMantis>>maThing:date:
InstallerMantis>>bug:fix:date:
InstallerMantis>>bug:fix:
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:logged:
[] in TextMorphForShoutEditor(ParagraphEditor)>>evaluateSelection {[rcvr class evaluatorClass new   evaluate: self selectionAsStream   in: ctxt...]}
BlockContext>>on:do:
TextMorphForShoutEditor(ParagraphEditor)>>evaluateSelection
TextMorphForShoutEditor(ParagraphEditor)>>doIt
[] in TextMorphForShoutEditor(ParagraphEditor)>>doIt: {[self doIt]}
TextMorphForShoutEditor(Controller)>>terminateAndInitializeAround:
TextMorphForShoutEditor(ParagraphEditor)>>doIt:
TextMorphForShoutEditor(ParagraphEditor)>>dispatchOnCharacter:with:
TextMorphForShoutEditor(TextMorphEditor)>>dispatchOnCharacter:with:
TextMorphForShoutEditor(ParagraphEditor)>>readKeyboard

SmallInteger(Object)>>doesNotUnderstand: #,
InstallerMantis>>maUrl
InstallerMantis>>maPage
InstallerMantis>>maFiles
InstallerMantis>>maStreamForFile:
InstallerMantis>>maThing:date:
InstallerMantis>>bug:fix:date:
InstallerMantis>>bug:fix:
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:logged:
[] in TextMorphForShoutEditor(ParagraphEditor)>>evaluateSelection {[rcvr class evaluatorClass new   evaluate: self selectionAsStream   in: ctxt...]}
BlockContext>>on:do:
TextMorphForShoutEditor(ParagraphEditor)>>evaluateSelection
TextMorphForShoutEditor(ParagraphEditor)>>doIt
[] in TextMorphForShoutEditor(ParagraphEditor)>>doIt: {[self doIt]}
TextMorphForShoutEditor(Controller)>>terminateAndInitializeAround:
TextMorphForShoutEditor(ParagraphEditor)>>doIt:
TextMorphForShoutEditor(ParagraphEditor)>>dispatchOnCharacter:with:
TextMorphForShoutEditor(TextMorphEditor)>>dispatchOnCharacter:with:
TextMorphForShoutEditor(ParagraphEditor)>>readKeyboard


On Wed, Feb 25, 2009 at 1:34 AM, Steve Wart <steve.wart@gmail.com> wrote:
Step by step instructions are here

http://www.nabble.com/-squeak-dev--Contributing-to-3.11%3A-Step-by-step-p22031393.html

Steve


On Tue, Feb 24, 2009 at 6:43 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Thanks for the help Steve. I look in mantis bugs and I found exactly the same bug I was going to report. I noticed it was fixed and a .cs attached. I tried it and work like a charm.

http://bugs.squeak.org/view.php?id=5637

So, now, the question is....will this .cs be included in future squeak images ? I mean, how is the process for the bug fixes ? when are the fixes put in the images ?

thanks for the help.

Mariano


On Wed, Feb 25, 2009 at 12:11 AM, Steve Wart <steve.wart@gmail.com> wrote:
Please log a bug. If you have some better ideas about how text editing should work please make a detailed proposal and work with the developers to understand possible side-effects and how to avoid them.
 
The Mantis wiki page is here - I'm not sure if Pharo has a different tracking system but I'm sure someone will be working on a coordination mechanism (maybe we should log that as a bug too)
 
 
Steve

On Tue, Feb 24, 2009 at 4:51 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi people: I am having a problem and I think is a known bug but I want to be sure. Sometimes, not very often, I have a method that is bigger (vertically speaking) than the editor inside the class browser. I mean, the whole method cannot be see in the edit but a vertical scroll appear. I want to select text, using shift and down narrow for example, and go to the end of the method. The scroll should move and the editor should show the end of the method, but it doesn't happen. The visible part of the method doesn't change. However, it does select all the text (the one is down, I can see it).

Please, don't answer me "this is a feature. You must extract something to another method"  because this is not ALWAYS true just sometimes.

Thanks for the help,

Mariano