Good Morning Everyone,
I noticed that in the Seaside screencast http://www.pharocasts.com/2010/04/sandstonedb-simple-activerecord-style.html the presenter is using code auto-complete. This is working in the latest Pharo release (Pharo-1.2.1-CogOneClick) but not in the Seaside one (Pharo1.2.2, Latest update: #12353). Is there anyway of getting this really useful feature enabled again? Thanks, T.
Ted Wrinch
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I also miss the friendly presence of the finder - in its own browswer in Pharo and in the incredibly useful search box in Squeak. If I file out Finder from Pharo and into Seaside would this work?
T.
Ted Wrinch
Begin forwarded message:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Ted, Gofer it squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfSeaside30'; load. ConfigurationOfSeaside30 loadLatestVersion.
See Metacello documentation: https://gforge.inria.fr/frs/download.php/28462/Metacello.pdf OR you can always download the latest Seaside build from: Nick On 7 July 2011 10:09, Ted Wrinch <[hidden email]> wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Ted Wrinch
Also wanted to say: wonderful job everyone! I *love* Seaside and think it might be the future for web development ('Back to the future', in the immortal words of the Squeak manifesto!).
T.
Ted Wrinch
Begin forwarded message:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Nick
Thanks Nick,
Just tried the latest Seaside build from where you suggest and the problems remain. I tried loading Seaside into Pharo yesterday and it appeared to break - CPU at ~100% for several minutes loading the same package. I'll try again. T.
Ted Wrinch
On 7 Jul 2011, at 10:22, Nick Ager wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
The autocompletion in the mentioned Jenkins build works for me. Note
that these images use eCompletion, not OCompletion like most other Pharo builds. With eCompletion you have to press Ctrl+Space or Tab to see the completion (OCompletion annoyingly tries to constantly complete). Lukas On Thursday, 7 July 2011, Ted Wrinch <[hidden email]> wrote: > Thanks Nick, > Just tried the latest Seaside build from where you suggest and the problems remain. I tried loading Seaside into Pharo yesterday and it appeared to break - CPU at ~100% for several minutes loading the same package. I'll try again. > T. > > Ted Wrinch > > > > > > > On 7 Jul 2011, at 10:22, Nick Ager wrote: > Hi Ted, > You should be able to load Seaside into any version of Pharo with: > Gofer it squeaksource: 'MetacelloRepository'; > package: 'ConfigurationOfSeaside30'; load. > ConfigurationOfSeaside30 loadLatestVersion. > > See Metacello documentation: https://gforge.inria.fr/frs/download.php/28462/Metacello.pdf > OR > > you can always download the latest Seaside build from: > http://jenkins.lukas-renggli.ch/job/Seaside%203.0/ > > Nick > On 7 July 2011 10:09, Ted Wrinch <[hidden email]> wrote: > > I also miss the friendly presence of the finder - in its own browswer in Pharo and in the incredibly useful search box in Squeak. If I file out Finder from Pharo and into Seaside would this work? > > T. > > Ted Wrinch > > > > > > > Begin forwarded message: > From: Ted Wrinch <[hidden email]> > Date: 7 July 2011 09:10:52 GMT+01:00 > To: [hidden email] > Subject: Broken Auto-complete? > > Good Morning Everyone, > I noticed that in the Seaside screencast http://www.pharocasts.com/2010/04/sandstonedb-simple-activerecord-style.html the presenter is using code auto-complete. This is working in the latest Pharo release (Pharo-1.2.1-CogOneClick) but not in the Seaside one (Pharo1.2.2, Latest update: #12353). Is there anyway of getting this really useful feature enabled again? > > Thanks, > T. > > Ted Wrinch > > > > > > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Oh, I see. I didn't realise that's how you use it.
Thanks! T. Ted Wrinch On 7 Jul 2011, at 10:42, Lukas Renggli wrote: > The autocompletion in the mentioned Jenkins build works for me. Note > that these images use eCompletion, not OCompletion like most other > Pharo builds. With eCompletion you have to press Ctrl+Space or Tab to > see the completion (OCompletion annoyingly tries to constantly > complete). > > Lukas > > On Thursday, 7 July 2011, Ted Wrinch <[hidden email]> wrote: >> Thanks Nick, >> Just tried the latest Seaside build from where you suggest and the problems remain. I tried loading Seaside into Pharo yesterday and it appeared to break - CPU at ~100% for several minutes loading the same package. I'll try again. >> T. >> >> Ted Wrinch >> >> >> >> >> >> >> On 7 Jul 2011, at 10:22, Nick Ager wrote: >> Hi Ted, >> You should be able to load Seaside into any version of Pharo with: >> Gofer it squeaksource: 'MetacelloRepository'; >> package: 'ConfigurationOfSeaside30'; load. >> ConfigurationOfSeaside30 loadLatestVersion. >> >> See Metacello documentation: https://gforge.inria.fr/frs/download.php/28462/Metacello.pdf >> OR >> >> you can always download the latest Seaside build from: >> http://jenkins.lukas-renggli.ch/job/Seaside%203.0/ >> >> Nick >> On 7 July 2011 10:09, Ted Wrinch <[hidden email]> wrote: >> >> I also miss the friendly presence of the finder - in its own browswer in Pharo and in the incredibly useful search box in Squeak. If I file out Finder from Pharo and into Seaside would this work? >> >> T. >> >> Ted Wrinch >> >> >> >> >> >> >> Begin forwarded message: >> From: Ted Wrinch <[hidden email]> >> Date: 7 July 2011 09:10:52 GMT+01:00 >> To: [hidden email] >> Subject: Broken Auto-complete? >> >> Good Morning Everyone, >> I noticed that in the Seaside screencast http://www.pharocasts.com/2010/04/sandstonedb-simple-activerecord-style.html the presenter is using code auto-complete. This is working in the latest Pharo release (Pharo-1.2.1-CogOneClick) but not in the Seaside one (Pharo1.2.2, Latest update: #12353). Is there anyway of getting this really useful feature enabled again? >> >> Thanks, >> T. >> >> Ted Wrinch >> >> >> >> >> >> >> >> _______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> >> >> >> _______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> >> > > -- > Lukas Renggli > www.lukas-renggli.ch > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |