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

2010-05-18 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > Some more tests: > 1) > ::toggleColumnSelectionMode() > Down > Down > Right > Right > ::toggleColumnSelectionMode() (cursor changes position!) > > 2) > ::toggleColumnSelectionMode() > Down > Down > Right > Right >

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

2010-05-18 Thread Mindaugas Kavaliauskas
On 2010.05.18 21:55, Pritpal Bedi wrote: Some more tests: 1) ... Once selection process is okayed, I will concentrate on the positioning of cursor, which, in column selection mode specifically, is out or order right now. Please confirm that selection process, programatically and visually, is

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

2010-05-18 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > Some more tests: > 1) > ::toggleColumnSelectionMode() > Down > Down > Right > Right > ::toggleColumnSelectionMode() (cursor changes position!) > > 2) > ::toggleColumnSelectionMode() > Down > Down > Right > Right >

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

2010-05-18 Thread Mindaugas Kavaliauskas
On 2010.05.18 21:12, Pritpal Bedi wrote: This itiration has caused by not compiling hbQT. Hmm... Some problem on my side, though recompiling hbqt did not helped. Recompiling all Harbour helped. I'm not sure that was the reason of this... Sorry. Some more tests: 1) ::toggleColumnSelectio

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

2010-05-18 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > 1) > ::toggleStreamSelectionMode() > Down > Down (do not select text - bad) > It does. > 2) > ::toggleColumnSelectionMode() > Down > Left (do not select text - bad) > It does. > 3) Public methods in Keyboard Macros has names ::...SelectionMode(), but

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

2010-05-18 Thread Pritpal Bedi
Mindaugas Kavaliauskas wrote: > > Hi. > >> + Finalized: all the three modes of selection programatically. >> ::toggleStreamSelection()No Key >> ::toggleColumnSelection()No Key >> ::toggleLineSelection() == F11 >> ::clearSelection()== Sh

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

2010-05-18 Thread Mindaugas Kavaliauskas
On 2010.05.18 20:06, Mindaugas Kavaliauskas wrote: Hi. + Finalized: all the three modes of selection programatically. ::toggleStreamSelection() No Key ::toggleColumnSelection() No Key ::toggleLineSelection() == F11 ::clearSelection() == Sh+F11 If a selection mode is initiated by above three met

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

2010-05-18 Thread Mindaugas Kavaliauskas
Hi. + Finalized: all the three modes of selection programatically. ::toggleStreamSelection()No Key ::toggleColumnSelection()No Key ::toggleLineSelection() == F11 ::clearSelection()== Sh+F11 If a selection mode is initiated by abov