Title: Signature.html
Ah, well. Back to the Scroll key. :-)

Alan Gauld wrote:

"Lie Ryan" <lie.1...@gmail.com> wrote

But I'm surprised there are no block movement commands given Scintilla's
primary goal of supporting programmers

I guess because block level movement is ambiguous in any programming
language supporting nested class/function definition?

Most programmers editors I've used in the past have had some kind of
block commands.vim and emacs both use the end-of-paragraph text mode
commands as end of block commands when in code modes.

Thats why, as I said earlier,  the next-paragraph seems to be the
best scintilla can do.

Alan G

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


--
           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)
            
         Copper and its alloys have been found effective in hospital
         sinks, hand rails, beds, ... in significantly reducing 
         bacteria. Estimates are 1/20 people admitted to a hospital
         become infected, and 1/20 die from the infection.
                       -- NPR Science Friday, 01/16/2009 

                    Web Page: <www.speckledwithstars.net/>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to