Block [Column] selection not working as expected

SyntaxEditor for Windows Forms Forum

Posted 10 years ago by Michael Dempsey - Sr. Developer, Teradata Corp
Version: 13.1.0311
Avatar

When I select a block of text and type a new string, the selected text is deleted from all the rows that the selection covers, but the new text is only inserted in the first line.

For example if I select the block

   bbb      in      aaabbbccc
   bbb              aaabbbccc
   bbb              aaabbbccc

 then type xxx

I expect it to become
    aaaxxxccc
    aaaxxxccc
    aaaxxxccc

but instead it becomes
  aaaxxxccc
  aaaccc
  aaaccc

Is there some property I need to change in order for it to work the way other applications work?

(Note that I verified this in your Syntax editor demo app just in case it was caused by something my own app does.)

Comments (1)

Answer - Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Mike,

Please try the latest build as I believe we added this feature already.  We did work in the latest build in this feature area.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.