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 _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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 <[hidden email]> wrote:
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
if you want to get a chance that the bug/enh is integrated in pharo
read the pharo web page explaining how to report a bug in pharo I do no thav einternet right now. On Feb 25, 2009, at 3:43 AM, Mariano Martinez Peck 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 <[hidden email]> > 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) > > http://wiki.squeak.org/squeak/3860 > > Steve > > On Tue, Feb 24, 2009 at 4:51 PM, Mariano Martinez Peck <[hidden email] > > 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 > > > > > > > > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
On 25.02.2009, at 03:43, Mariano Martinez Peck 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 ? For Squeak, the only thing to note is that it has 1035 open reports, and not much activity to change that (even though 3.9 was handed over with just 230 or so open reports...). For Pharo, just add it to as a report to http://code.google.com/p/pharo/issues/list and it will get dealed with soon. Marcus -- Marcus Denker -- [hidden email] http://www.marcusdenker.de _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |