dragnilar / Databvase

A (sorta) lightweight query tool for MS Sql Server that makes usage of DevExpress to provide a rich user interface
3 stars 1 forks source link

Enable Multiline Typing / Rectangular Sellection With Scintilla #38

Closed dragnilar closed 6 years ago

dragnilar commented 6 years ago

17dc2e02 - Users are now able to hold alt and make rectangular selections in the Scintilla editor to highlight rectangular regions of text. They are also now able to retain focus if they select a whole column of text and start typing and all text will go to all lines in the region.

Note: I know this is functionality that is of course baked into Scintilla/Notepad++ but its also important to have it since its EXTREMELY useful. SSMS features it as well.