Clipping a part of texts in Rich Text Editors


If you want to clip or replace some part of the paragraph then what you do? . Suppose you have to clip the below highlighted part :



In order to  select the above area simply press Alt key and select the area through mouse. See the below pic :





In MS Word you can cut / copy this selection but cannot paste or  replace  on this selection. But in Visual Studio and MS SQL Server you can replace the whole selected text with pasting new text or you can write in single line and it will replace the all selected line .



This way of selection works in almost every Rich Text Editors (Notepad++, Visual Studio, SQL Server, MS Word etc.)  except some like wordpad, Power point, Excel etc.


If you already using this tip then J else enjoy  this tip.

Comments