当前位置:网站首页>Notepad++ -- column editing mode -- Usage / instance
Notepad++ -- column editing mode -- Usage / instance
2022-06-28 04:40:00 【It blade out of sheath】
Original website :Notepad++-- Column mode -- usage / example _IT A blog with a sharp blade -CSDN Blog
brief introduction
explain
This article uses examples to introduce Notepad++ Column editing function of .
Column editing Overview
Notepad++ There are column editing functions , We can easily manipulate columns through it : Delete column 、 Insert column 、 Copy and paste Columns .
With it , What needs to be done repeatedly can be done quickly .
Insertion of columns
Requirements describe
Fill in the brackets below “abcd”.
()
()
()
()
()
()
()
()Method
Hold down ALT=> Use the mouse to select the blank column in brackets from top to bottom => Input “abcd” .
As shown in the figure below :

Column delete
Requirements describe
Put the... In the brackets below “ab” Column deletion .
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)Method
Hold down ALT=> Select from top to bottom with the mouse “ab” These two columns => Press Delete (BackSpace perhaps Delete) .
As shown in the figure below

Select the entire column
demand
Choose “ab” Entire column .( The ellipsis indicates that there are many lines below )
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
......Method
Click the start position with the mouse => Hold down ALT and SHIFT=> => Click the end position with the mouse . As shown in the figure below :

Copy and paste columns
demand
Match the two columns below one by one ( Chinese followed by English ).
First column
Apple
pear
The oranges Second column
apple
pear
orangeThe desired result
Apple apple
pear pear
The oranges orangeOperate correctly
- Will be the first 1 Copy columns to a page
- Will be the first 2 Copy columns to a page
- Select the... In column mode 2 Columns ,CTRL+C Copy
- Select the... In column mode 1 Last position of columns ,CTRL+V Paste
As shown in the figure below :

Wrong operation
- Will be the first 1 Copy columns to a page
- Will be the first 2 Copy columns to a page
- The normal mode is selected 2 Columns ,CTRL+C Copy
- Select the... In column mode 1 Last position of columns ,CTRL+V Paste

so : After doing this , It's not a one-to-one correspondence .
Other websites
边栏推荐
- One article explains in detail | those things about growth
- Sum of squares of each bit of a number
- Tiktok practice ~ pay attention to bloggers
- 求一个能判断表中数据,只填充不覆盖的sql
- 如何遍历collections.OrderedDict,服了又忘记items
- June 27, 2022: give a 01 string with a length of N. now please find two intervals so that the number of 1 and the number of 0 in the two intervals are equal. The two intervals can intersect, but not c
- RT-Thread 双向链表(学习笔记)
- The second round of free public classes of the red team is coming ~ 8:00 tomorrow night!
- Matlab exercises -- exercises related to symbolic operation
- 10:00面试,10:02就出来了 ,问的实在是太...
猜你喜欢

June 27, 2022: give a 01 string with a length of N. now please find two intervals so that the number of 1 and the number of 0 in the two intervals are equal. The two intervals can intersect, but not c

云厂商为什么都在冲这个KPI?

100+ data science interview questions and answers Summary - machine learning and deep learning

Multi project design and development · introduction to class library project

27年,微软IE结束了!

Design a stack with getmin function

From zero to one, I will teach you to build a "search by text and map" search service (I)

Simple factory mode

The company leader said that if the personal code exceeds 10 bugs, he will be dismissed. What is the experience?

MySQL gets the current date of the year
随机推荐
灵活的IP网络测试工具——— X-Launch
11_ Deliberate practice and elaboration
公司领导说,个人代码超10个Bug就开除,是什么体验?
浅析搭建视频监控汇聚平台的必要性及场景应用
Introversion, lying flat and midlife crisis
Principle of event delegation
Google Earth engine (GEE) - global flood database V1 (2000-2018)
first. Net core MVC project
Pager when importing text files from MySQL
Google Earth Engine(GEE)——全球洪水数据库 v1 (2000-2018年)
抖音实战~取关博主
From zero to one, I will teach you to build a "search by text and map" search service (I)
Little knowledge about function templates --
Is the securities account opened by qiniu safe? How to open an account
Go language -select statement
Why are cloud vendors targeting this KPI?
抖音实战~关注博主
Ppt production tips
C语言全局变量(c文件和h文件中的全局变量、静态全局变量)使用注意事项
【Matlab红绿灯识别】红绿灯识别【含GUI源码 1908期】