Neat Scintilla Trick - Alt mouse select...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Neat Scintilla Trick - Alt mouse select...

Christopher J. Demers
Dolphin has inherited a neat new text selection trick from Scintilla.  If
you hold down the ALT key while making a mouse selection you can draw a
rectangular selection box.  Any text in that selection box can be copied
into the clipboard.  This can be a neat way to extract parameters that fall
in the middle of other statements on multiple lines.  With this trick there
is less extraneous text to manually delete on both sides of the code you
want to copy.  This is probably not something one would use often, but it
can be handy when needed.

Chris