Re: [Tutor] sifting through a long program

2011-11-10 Thread Alan Gauld
On 10/11/11 18:58, Nathaniel Trujillo wrote: How do I get to line 362 of a program without counting each line ? Thanks for the help. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman

Re: [Tutor] sifting through a long program

2011-11-10 Thread Max S.
Alt+G, or Edit>Go To Line. On Thu, Nov 10, 2011 at 1:58 PM, Nathaniel Trujillo wrote: > How do I get to line 362 of a program without counting each line ? Thanks > for the help. > ___ > Tutor maillist - Tutor@python.org > To unsubscribe or change sub

Re: [Tutor] sifting through a long program

2011-11-10 Thread Joel Goldstick
if you are using vim type 262G This is a list for python tutoring. People use a variety of text editors. You should google 'how do I go to a specific line in On Thu, Nov 10, 2011 at 1:58 PM, Nathaniel Trujillo wrote: > How do I get to line 362 of a program without counting each line ? Thanks

[Tutor] sifting through a long program

2011-11-10 Thread Nathaniel Trujillo
How do I get to line 362 of a program without counting each line ? Thanks for the help. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor