当前位置:网站首页>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
边栏推荐
- Are test / development programmers really young? The world is fair. We all speak by strength
- Live online source code, JS dynamic effect, sidebar scrolling fixed effect
- 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
- 短视频平台开发,点击链接、图片自动跳转到新的页面
- In the era of video explosion, who is supporting the high-speed operation of video ecological network?
- 玩转双指针
- Audio and video technology development weekly
- Severe tire damage: the first rock band in the world to broadcast live on the Internet
- Go language learning tutorial (14)
- 【Matlab BP回归预测】GA优化BP回归预测(含优化前的对比)【含源码 1901期】
猜你喜欢
随机推荐
2022-06-27:给出一个长度为n的01串,现在请你找到两个区间, 使得这两个区间中,1的个数相等,0的个数也相等, 这两个区间可以相交,但是不可以完全重叠,即两个区间的左右端点不可以完全一样。
Multithreading and high concurrency six: source code analysis of thread pool
MySQL gets the current date of the year
Multithreading and high concurrency V: detailed explanation of wait queue, executor and thread pool (key)
A summary of my recent situation in June 2022
How to traverse collections Ordereddict, taking it and forgetting items
视频直播系统源码,倒计时显示,商品秒杀倒计时
Ppt production tips
Pager when importing text files from MySQL
The development of the Internet has promoted the emergence of a series of new models such as unbounded retail, digital retail and instant retail
JS reverse massive star map sign signature
How can we speed up the chunksplitter when CDC extracts MySQL data in full?
[small program practice series] e-commerce platform source code and function implementation
JVM I: introduction to JVM and understanding of class files
mysql导入文本文件时的pager
Go language -select statement
易周金融 | Q1手机银行活跃用户规模6.5亿;理财子公司布局新兴领域
xml  File read / write
有大佬出现过mysql cdc用 datastream时,出现重复binlog消息的情况吗
If mysqlcdc sets multiple parallelism, will the incremental data repeat?









