Mindaugas Kavaliauskas wrote:
> 
> Some more tests:
> 1)
>     ::toggleColumnSelectionMode()
>     Down
>     Down
>     Right
>     Right
>     ::toggleColumnSelectionMode()   (cursor changes position!)
> 
> 2)
>     ::toggleColumnSelectionMode()
>     Down
>     Down
>     Right
>     Right
>     ::toggleColumnSelectionMode()
>     Down
>     Down
>     Down
>     Down
>     ::toggleStreamSelectionMode()  (cursor jumps a selects blocks)
> 
> 3)
>     ::toggleColumnSelectionMode()
>     Down
>     Down
>     Right
>     Right
>     ::toggleColumnSelectionMode()
>     X (the whole block is filled by character X)
> 
> 4)
>     ::toggleColumnSelectionMode()
>     ::clearSelection() (cursor remains unvisible, text not editable. 
> Perhaps ::clearSelection shold stop selection process if it is started)
> 

1,2,4 fixed after r14524.

Some explanation for #3:

When cursor is in column selection anywhere, any character 
typed is "filling" it with it. It is speially helpful to clear a rect of 
any characters. I heavily use this feature and is a mainstay of 
xMate functionality.

This behavior cannot be set for program controlled selection because
the moment it is initiated selection mode is already set to normal.

If you move the cursor a column next you will not see this happen.


-----
     enjoy hbIDEing...
        Pritpal Bedi 
http://hbide.vouch.info/
-- 
View this message in context: 
http://harbour-devel.1590103.n2.nabble.com/SF-net-SVN-harbour-project-14519-trunk-harbour-tp5068769p5072437.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to