如何在记事本++中用另一列值替换一列值
How to replace column of values with another column of values in notepad++
如何在记事本++中用另一列值替换一列值
例如,假设我有文件 1 的内容如下
name2.address2.age.location
name3.address5.age.location
name1.address1.age.location
name4.address4.age.location
我想用另一个文件中的新值替换地址列
A123
234
5678
adafsffsafasfa
所以我替换的内容看起来像这样
name2.A123.age.location
name3.234.age.location
name1.5678.age.location
name4.adafsffsafasfa.age.location
我尝试了 Alt+c 和 alt+shift 组合,但没有帮助。
谢谢你的时间。
我在玩,无意中发现了解决问题的方法。
要替换列,请按照以下步骤操作:
1. Select the column using "`Shift + Alt + Down`" key combination
2. Then delete the column by pressing the "`Delete`" key.
3. Select "new" column using "`Shift + Alt + Down`" key combination
4. Do the `drag` while holding down the `Alt` key.
为了更清楚起见,附上动画。
Alt drag
也可用于移动列位置
如何在记事本++中用另一列值替换一列值 例如,假设我有文件 1 的内容如下
name2.address2.age.location
name3.address5.age.location
name1.address1.age.location
name4.address4.age.location
我想用另一个文件中的新值替换地址列
A123
234
5678
adafsffsafasfa
所以我替换的内容看起来像这样
name2.A123.age.location
name3.234.age.location
name1.5678.age.location
name4.adafsffsafasfa.age.location
我尝试了 Alt+c 和 alt+shift 组合,但没有帮助。 谢谢你的时间。
我在玩,无意中发现了解决问题的方法。 要替换列,请按照以下步骤操作:
1. Select the column using "`Shift + Alt + Down`" key combination
2. Then delete the column by pressing the "`Delete`" key.
3. Select "new" column using "`Shift + Alt + Down`" key combination
4. Do the `drag` while holding down the `Alt` key.
为了更清楚起见,附上动画。
Alt drag
也可用于移动列位置