Summer of Code: 3 days left for the student applications

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

Summer of Code: 3 days left for the student applications

Giovanni Corriga
Hi all,

this is a friendly reminder to all the students interested in applying
for the Google Summer of Code program.

Remember that the deadline is Monday 26th (actually, Tuesday 27th at 00:00
UTC). This gives you a little more than 3 days for submitting your
application, so if you haven't submitted one yet, you should hurry up!

        Giovanni

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

Select line in textarea

Carl Gundel
Is there a way to either:

-Scroll to a specific line on a text area?
-Select a specific line in a text area?

Or even both?  With Run BASIC it would be very useful to take the user
straight to bad code when there is a compile error.

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

Re: Select line in textarea

Philippe Marschall
In reply to this post by Giovanni Corriga
2007/3/24, Carl Gundel <[hidden email]>:
> Is there a way to either:
>
> -Scroll to a specific line on a text area?
> -Select a specific line in a text area?

They both can not the done with HTML. The first might be possible with
JavaScript trickery but I highly doubt it. For the second maybe a
clever use of a background image works.

Philippe

> Or even both?  With Run BASIC it would be very useful to take the user
> straight to bad code when there is a compile error.
>
> -Carl Gundel
> http://www.runbasic.com
> _______________________________________________
> 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: Select line in textarea

Michel Bany
In reply to this post by Carl Gundel
> Is there a way to either:
>
> -Scroll to a specific line on a text area?
> -Select a specific line in a text area?
>
> Or even both?  With Run BASIC it would be very useful to take the user
> straight to bad code when there is a compile error.

Hi Carl,
You may want to play with (enhance?) #setCursorPosition:
The corresponding js is at WAStandardScripts>>misc.
HTH
Michel.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside