如何在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组合,但这并没有帮助。 谢谢你的时间。
答案 0 :(得分:2)
我在玩,我不小心发现了问题的解决方案。 要更换列,请按照以下步骤操作:
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.