Alt-Selection, knock as block selection in your help file, has an issue with it that is very frustrating that I am hoping can be addressed. In Visual Studio or Notepad++ (or almost any modern IDE), if you hold Alt+Shift and arrow key up through multiple lines, the caret extends over those lines and allows you to type on those lines. This does not happen in the Actipro Syntax Editor. The Syntax Editor, instead, highlights the entirety of the lines between the locations in the document, which is not what standard IDEs do in this case. It then disallows you from typing on those lines. Block selection works in the Syntax Editor in the case where the block selection is at least 1 character wide, but it doesn't support zero-width selections.
This is reproduceable in the demo solutions that come packaged with the product as well.
Is there any way to correct this to allow for zero-width alt-selection? Furthermore, is there any way to get the caret to show across multiple lines like in other IDEs?
[Modified 12 years ago]