How to select the data vertically using the Notepad++ editor
This tutorial will show you how to select data vertically using the Notepad++ editor
1st show:
*******
Reference: https://notepad-plus-plus.org/features/column-mode-editing.html
2nd show
********
Reference : http://www.tech-recipes.com/rx/49525/select-text-columns-or-boxes-vertically-in-notepad-and-sql-server-2012/
To download the Notepad++ editot click on the link below:
https://notepad-plus-plus.org/download/v7.3.2.html
1st show:
*******
Column Mode Editing
Using
Alt + Mouse dragging or
Alt + Shift + Arrow keys
to switch to column mode:
Alt + Mouse dragging or
Alt + Shift + Arrow keys
to switch to column mode:
Reference: https://notepad-plus-plus.org/features/column-mode-editing.html
2nd show
********
In any source code, we frequently need to select a piece of text vertically (column mode). This is not possible with typical editors such as Notepad or Wordpad. Vertically selecting text columns or boxes is one of the coolest tricks everyone should know in order to save time and increase productivity. This tutorial explains how with both Notepad++ and SQL Server 2012.
Vertically Select Text Columns or Boxes in Notepad++
1. First, place your cursor at the position from where you wish to start your selection.
2. Press and hold the SHIFT + ALT keys, and move down using the DOWN arrow on the keyboard (while still holding SHIFT + ALT).
3. To move to the left side, press and hold the SHIFT + ALT keys while pressing the LEFT arrow on the keyboard.
Vertical Text Column or Box Selection in Notepad++
Vertical Text Column or Box Selection in SQL Server 2012
1. First, place your cursor at the position from where you wish to start your selection.
2. Press and hold the SHIFT + ALT keys, and move down using the DOWN arrow on the keyboard (while still holding SHIFT + ALT).
3. To move to the left side, press and hold the SHIFT + ALT keys while pressing the LEFT arrow on the keyboard.
Vertical Text or Box Selection in SQL Server 2012
Reference : http://www.tech-recipes.com/rx/49525/select-text-columns-or-boxes-vertically-in-notepad-and-sql-server-2012/
To download the Notepad++ editot click on the link below:
https://notepad-plus-plus.org/download/v7.3.2.html
No comments