I run Pharo on Win7 on a netbook and it works well. The only issue I have is the "intellisense". When I start typing a message it offers me some options in a list. To select anything but the first in the list takes upwards of 15 seconds. No biggy and I can certainly work round it.
Is there a minimum spec for Pharo? |
Welcome jeff.
This is strange. which version are you running? Stef > > I run Pharo on Win7 on a netbook and it works well. The only issue I have is > the "intellisense". When I start typing a message it offers me some options > in a list. To select anything but the first in the list takes upwards of 15 > seconds. No biggy and I can certainly work round it. > Is there a minimum spec for Pharo? > > -- > View this message in context: http://forum.world.st/Minimum-spec-tp3022984p3022984.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > _______________________________________________ > Pharo-users mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users _______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
Thanks Stef.
I'm running Pharo-1.1-11411 The symptom is when I press the keyboard arrows I get the delay. Eg If perhaps 3 options pop up and I immediately press down arrow once and enter key then, after a long delay, the 2nd item in the list is used as expected. |
In reply to this post by Stéphane Ducasse
Strange
is ti on long text? or even on small methods? On Nov 3, 2010, at 2:52 AM, Jeff Gray wrote: > > Thanks Stef. > > I'm running Pharo-1.1-11411 > > The symptom is when I press the keyboard arrows I get the delay. > Eg If perhaps 3 options pop up and I immediately press down arrow once and > enter key then, after a long delay, the 2nd item in the list is used as > expected. > -- > View this message in context: http://forum.world.st/Minimum-spec-tp3022984p3024757.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > _______________________________________________ > Pharo-users mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users _______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
I've experienced the same using the initial 1.1 one-click release.
Using the latest one-click build from Luka's hudson - the issue is gone. Stanislav Paskalev On Wed, Nov 3, 2010 at 9:49 AM, Stéphane Ducasse <[hidden email]> wrote: > Strange > is ti on long text? > or even on small methods? > > On Nov 3, 2010, at 2:52 AM, Jeff Gray wrote: > >> >> Thanks Stef. >> >> I'm running Pharo-1.1-11411 >> >> The symptom is when I press the keyboard arrows I get the delay. >> Eg If perhaps 3 options pop up and I immediately press down arrow once and >> enter key then, after a long delay, the 2nd item in the list is used as >> expected. >> -- >> View this message in context: http://forum.world.st/Minimum-spec-tp3022984p3024757.html >> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >> >> _______________________________________________ >> Pharo-users mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users > > > _______________________________________________ > Pharo-users mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users > _______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
Yeah, try one of the builds from my server, e.g. one that contains all
the development tools: http://hudson.lukas-renggli.ch/job/Development/lastSuccessfulBuild/artifact/omnibrowser/*zip*/omnibrowser.zip I don't load OCompletion ("intellisense"), but eCompletion that only pops up when you press tab. It is much faster. Lukas On 3 November 2010 09:15, Stanislav Paskalev <[hidden email]> wrote: > I've experienced the same using the initial 1.1 one-click release. > Using the latest one-click build from Luka's hudson - the issue is > gone. > Stanislav Paskalev > > > > On Wed, Nov 3, 2010 at 9:49 AM, Stéphane Ducasse > <[hidden email]> wrote: >> Strange >> is ti on long text? >> or even on small methods? >> >> On Nov 3, 2010, at 2:52 AM, Jeff Gray wrote: >> >>> >>> Thanks Stef. >>> >>> I'm running Pharo-1.1-11411 >>> >>> The symptom is when I press the keyboard arrows I get the delay. >>> Eg If perhaps 3 options pop up and I immediately press down arrow once and >>> enter key then, after a long delay, the 2nd item in the list is used as >>> expected. >>> -- >>> View this message in context: http://forum.world.st/Minimum-spec-tp3022984p3024757.html >>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >>> >>> _______________________________________________ >>> Pharo-users mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users >> >> >> _______________________________________________ >> Pharo-users mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users >> > > _______________________________________________ > Pharo-users mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
Hi,
There was longer discussion on this topic a while back, and as far as I remember, this issue was supposed to be fixed in OCompletion as well. In any case, as the fix happened after the release of 1.1, it is not available in the Dev image. Cheers, Doru On 3 Nov 2010, at 09:31, Lukas Renggli wrote: > Yeah, try one of the builds from my server, e.g. one that contains all > the development tools: > > http://hudson.lukas-renggli.ch/job/Development/lastSuccessfulBuild/artifact/omnibrowser/*zip*/omnibrowser.zip > > I don't load OCompletion ("intellisense"), but eCompletion that only > pops up when you press tab. It is much faster. > > Lukas > > > On 3 November 2010 09:15, Stanislav Paskalev <[hidden email]> wrote: >> I've experienced the same using the initial 1.1 one-click release. >> Using the latest one-click build from Luka's hudson - the issue is >> gone. >> Stanislav Paskalev >> >> >> >> On Wed, Nov 3, 2010 at 9:49 AM, Stéphane Ducasse >> <[hidden email]> wrote: >>> Strange >>> is ti on long text? >>> or even on small methods? >>> >>> On Nov 3, 2010, at 2:52 AM, Jeff Gray wrote: >>> >>>> >>>> Thanks Stef. >>>> >>>> I'm running Pharo-1.1-11411 >>>> >>>> The symptom is when I press the keyboard arrows I get the delay. >>>> Eg If perhaps 3 options pop up and I immediately press down arrow once and >>>> enter key then, after a long delay, the 2nd item in the list is used as >>>> expected. >>>> -- >>>> View this message in context: http://forum.world.st/Minimum-spec-tp3022984p3024757.html >>>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. >>>> >>>> _______________________________________________ >>>> Pharo-users mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users >>> >>> >>> _______________________________________________ >>> Pharo-users mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users >>> >> >> _______________________________________________ >> Pharo-users mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users >> > > > > -- > Lukas Renggli > www.lukas-renggli.ch > > _______________________________________________ > Pharo-users mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users -- www.tudorgirba.com "Every now and then stop and ask yourself if the war you're fighting is the right one." _______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
Free forum by Nabble | Edit this page |