Re: [Harbour] SF.net SVN: harbour-project:[14518]

2010-05-20 Thread Viktor Szakáts
> > >> Though for this to be true the editor is best to support >> moving past EOL. Something which is not supported >> by HBIDE and several other editors (f.e. vi, MSVS). > > I had just found recently how to set it in MSVS2005: > Tools | Options | Text Editor | All Languages (or just the lang y

Re: [Harbour] SF.net SVN: harbour-project:[14518]

2010-05-20 Thread Chen Kedem
Viktor , > Though for this to be true the editor is best to support > moving past EOL. Something which is not supported > by HBIDE and several other editors (f.e. vi, MSVS). I had just found recently how to set it in MSVS2005: Tools | Options | Text Editor | All Languages (or just the lang you

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread francesco perillo
Line blocks are the "yy" command in vi ? And the p/P for paste ? I use it always (I don't know how to do other types of cut/paste in vi) Francesco ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread Viktor Szakáts
Hi, >> I know I have to also paste it in column 1. > > And this is the very inefficient part in stream block > pasting which causes that they are not such flexible > as line blocks when whole lines are copied. Just simply > it forces additional horizontal cursor synchronization > which is not nec

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread Przemysław Czerpak
On Tue, 18 May 2010, Szak�ts Viktor wrote: Hi, > I know I have to also paste it in column 1. And this is the very inefficient part in stream block pasting which causes that they are not such flexible as line blocks when whole lines are copied. Just simply it forces additional horizontal cursor s

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread Viktor Szakáts
>> I'm copying lines by the thousands since long time >> using stream method, and it causes no perceivable >> overhead, so most probably I will not miss it in >> my lifetime anymore. One less feature to worry about, >> and this is always a good thing :) > > I can only repeat myself: because you've

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread Mindaugas Kavaliauskas
On 2010.05.18 11:12, Viktor Szakáts wrote: That's because you've never tried line selection mode. After you'll try it, you'll miss it. I promise you :) I'm copying lines by the thousands since long time using stream method, and it causes no perceivable overhead, so most probably I will not mis

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread Viktor Szakáts
>> So, I never in the last 15 years missed this feature. >> Stream handles the matter just fine: >> Home, Shift+Up/Down,, PgUp/PgDn/Up/Down >> to proper place,, bingo. > > That's because you've never tried line selection mode. After you'll try it, > you'll miss it. I promise you :) I'm copyi

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread Mindaugas Kavaliauskas
Viktor, So, I never in the last 15 years missed this feature. Stream handles the matter just fine: Home, Shift+Up/Down,, PgUp/PgDn/Up/Down to proper place,, bingo. That's because you've never tried line selection mode. After you'll try it, you'll miss it. I promise you :) Seems muc

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.18 10:11, Viktor Szakáts wrote: What is the reason you want to handle "line" selection separately from stream selection? Line selection looks like a stream which ends and begins at column zero. Could be much simpler with two modes: stream and block. Yes, line mode is a simila

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread Viktor Szakáts
>> What is the reason you want to handle "line" >> selection separately from stream selection? >> Line selection looks like a stream which ends >> and begins at column zero. >> Could be much simpler with two modes: stream and block. > > It's not the same. > When you paste line selected block the

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread Przemysław Czerpak
On Tue, 18 May 2010, Szak�ts Viktor wrote: Hi, > What is the reason you want to handle "line" > selection separately from stream selection? > Line selection looks like a stream which ends > and begins at column zero. > Could be much simpler with two modes: stream and block. It's not the same.

Re: [Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-18 Thread Viktor Szakáts
> 2010-15-17 19:05 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) > * contrib/hbqt/hbqt_hbqplaintextedit.cpp > * contrib/hbqt/hbqt_hbqplaintextedit.h > * contrib/hbide/ideedit.prg > * contrib/hbide/ideeditor.prg > * contrib/hbide/ideshortcuts.prg >+ Prepared to handle three modes of selectio

[Harbour] SF.net SVN: harbour-project:[14518] trunk/harbour

2010-05-17 Thread vouchcac
Revision: 14518 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14518&view=rev Author: vouchcac Date: 2010-05-18 02:07:33 + (Tue, 18 May 2010) Log Message: --- 2010-15-17 19:05 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/hbqt_hbqplaint