"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

Reply via email to