当前位置:网站首页>Notepad++--列编辑模式--用法/实例
Notepad++--列编辑模式--用法/实例
2022-06-28 01:47:00 【IT利刃出鞘】
原文网址:Notepad++--列模式--用法/实例_IT利刃出鞘的博客-CSDN博客
简介
说明
本文用示例来介绍Notepad++的列编辑功能。
列编辑概述
Notepad++有列编辑功能,我们可以通过它很方便地操作列:删除列、插入列、复制粘贴列。
有了它,原本需要重复做的事情很快就可以搞定。
列的插入
需求描述
将下边的括号里都填上“abcd”。
()
()
()
()
()
()
()
()
方法
按住ALT=> 用鼠标从上到下选中括号内的空白列=> 输入“abcd” 。
如下图所示:
列的删除
需求描述
将下边的括号里的“ab”列删掉。
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
方法
按住ALT=> 用鼠标从上到下选中“ab”这两列=> 按下删除(BackSpace或者Delete) 。
如下图所示
选中整个列
需求
选中“ab”整个列。(省略号表示下边还有很多行)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
(abcd)
......
方法
用鼠标点击起始位置=> 按住ALT和SHIFT=> => 用鼠标点击结束位置。如下图所示:
列的复制与粘贴
需求
将下边的两列一一对应起来(中文后边跟着英文)。
第一列
苹果
梨
橙子
第二列
apple
pear
orange
想要的结果
苹果 apple
梨 pear
橙子 orange
正确操作
- 将第1个列拷贝到一个页面
- 将第2个列拷贝到一个页面
- 以列模式选择第2个列,CTRL+C复制
- 以列模式选择第1个列的最后位置,CTRL+V粘贴
如下图所示:
错误操作
- 将第1个列拷贝到一个页面
- 将第2个列拷贝到一个页面
- 普通模式选择第2个列,CTRL+C复制
- 以列模式选择第1个列的最后位置,CTRL+V粘贴
可见:这样操作之后,并不是一一对应的。
其他网址
Notepad++的列编辑功能,多列粘贴:在列模式中选中才能在粘贴到列模式中;notpad 中文乱码_ZhangJiQun.的博客-CSDN博客_notepad粘贴一列
边栏推荐
- 简单ELK配置实现生产级别的日志采集和查询实践
- isEmpty 和 isBlank 的用法区别
- 如何编写简洁代码?(上)
- [today in history] June 10: Apple II came out; Microsoft acquires gecad; The scientific and technological pioneer who invented the word "software engineering" was born
- math_ (function & sequence) meaning of limit & misunderstanding and symbol sorting / neighborhood & de centring neighborhood & neighborhood radius
- 面试:List 如何根据对象的属性去重?
- [today in history] June 23: Turing's birthday; The birth of the founder of the Internet; Reddit goes online
- 一位博士在华为的22年(干货满满)
- Intel Ruixuan A380 graphics card will be launched in China
- 【Kotlin】在Android官方文档中对其语法的基本介绍和理解
猜你喜欢
Severe Tire Damage:世界上第一个在互联网上直播的摇滚乐队
树莓派-环境设置和交叉编译
为什么大厂压力大,竞争大,还有这么多人热衷于大厂呢?
Online JSON to plaintext tool
Simple file transfer protocol TFTP
JDBC and MySQL databases
ByteDance Interviewer: how to calculate the memory size occupied by a picture
be fond of the new and tired of the old? Why do it companies prefer to spend 20K on recruiting rather than raise salaries to retain old employees
您的物联网安全性是否足够强大?
[today in history] June 15: the first mobile phone virus; AI master simahe was born; Chromebook launch
随机推荐
Livedata interview question bank and answers -- 7 consecutive questions for livedata interview~
将PCAP转换为Json文件的神器:joy(安装篇)
[today in history] June 8: the father of the world wide web was born; PHP public release; IPhone 4 comes out
Gateway微服務路由使微服務靜態資源加載失敗
Apache, IIS6 and ii7 independent IP hosts screen and intercept spider crawling (applicable to VPS virtual machine servers)
抓包整理外篇fiddler————了解工具栏[一]
新手炒股开户选哪家证券平台办理是最好最安全的
【插件-statistic】统计代码行数和相关数据
榜单首发——前装搭载率站上10%大关,数字钥匙方案供应商TOP10
StaticLayout的使用详解
分布式事务解决方案Seata-Golang浅析
[today in history] June 25: the father of notebook was born; Windows 98 release; First commercial use of generic product code
测试要掌握的技术有哪些?软件测试必懂的数据库设计大全篇
AgilePLM异常解决-Session篇
导致系统性能失败的十个原因
腾讯游戏发布40多款产品与项目 其中12款为新游戏
云成本优化有哪些优秀实践?
Packet capturing and sorting out external Fiddler -- understanding the toolbar [1]
初始线性回归
抓包整理外篇fiddler————了解工具栏[一]