ProfStef and the Seaside download

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

ProfStef and the Seaside download

Nick
Hi,

If I load ProfStef into the Seaside 3.0 release image from Seaside.st there's no syntax highlighting within the tutorial - even though I can open a Shout workspace which highlights as expected.
I load the ProfStef using:

Gofer new
  squeaksource:'MetacelloRepository';
  package:'ConfigurationOfProfStef';
  load.

ConfigurationOfProfStef project latestVersion load


I also tested with the latest images from http://hudson.lukas-renggli.ch/ and found the same problem.

Any idea why it's not working?

Cheers

Nick

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ProfStef and the Seaside download

laurent laffont
Hi Nick,

I've seen PluggableShoutMorph>>#okToStyle implementation has changed (don't know why).

If I add
LessonView>>shoutAboutToStyle: aPluggableShoutMorphOrView
^ true 

highlighting works again.....


Laurent Laffont

Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/


On Tue, Nov 16, 2010 at 11:08 AM, Nick Ager <[hidden email]> wrote:
Hi,

If I load ProfStef into the Seaside 3.0 release image from Seaside.st there's no syntax highlighting within the tutorial - even though I can open a Shout workspace which highlights as expected.
I load the ProfStef using:

Gofer new
  squeaksource:'MetacelloRepository';
  package:'ConfigurationOfProfStef';
  load.

ConfigurationOfProfStef project latestVersion load


I also tested with the latest images from http://hudson.lukas-renggli.ch/ and found the same problem.

Any idea why it's not working?

Cheers

Nick

_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: ProfStef and the Seaside download

Nick
Hi Laurent,

If I add
LessonView>>shoutAboutToStyle: aPluggableShoutMorphOrView
^ true 

highlighting works again.....

perfect - that fixes it for me.

Thanks

Nick 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ProfStef and the Seaside download

laurent laffont
OK, commited in ProfStef-Core-LaurentLaffont.13

Cheers,

Laurent

On Wed, Nov 17, 2010 at 1:03 AM, Nick Ager <[hidden email]> wrote:
Hi Laurent,

If I add
LessonView>>shoutAboutToStyle: aPluggableShoutMorphOrView
^ true 

highlighting works again.....

perfect - that fixes it for me.

Thanks

Nick 

_______________________________________________
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