Menu

Colum??

2007-10-14
2012-11-14
  • Nobody/Anonymous

    Hi,
    I'm not a C or C++ deveopper so I cannot write my own pluging
    Perhaps somebody can code it (if it's good)

    I oen usue Notepad to comare file with ASCII strçngs
    for example

    file1.txt

    11234
    23564
    12562
    42411
    45144

    File2.txt

    11545
    41215
    41210
    32112
    30214
    98787

    I want to merge them butwith colums to ge tha
    11234   11545
    23564   41215
    12562   41210
    42411  ...
    45144
    or mixing them one line of each fie

    Perhaps this function is available but I don't found it
    Can You help me

    Papy

     
    • Patrick K

      Patrick K - 2007-10-16

      To further explain what Steackhacher said a "column selection" is made by holding down alt and clicking and dragging. Then just put as space after the first line and paste it in.

      It can be trickey to get it to what you want sometimes but this should be pretty straight forward.

       
    • steakhacher

      steakhacher - 2007-10-14

      Hi

      Even if notepad++ is not the best for column mode, this is possible.
      You just have to make a column selection of the block you want in file 2 by maintaining the alt key when making selection and make copy then you just need to place cursor at the place that you want to insert text and make paste.

      I hope that it help you