Jani:
--------------------------------------------------------------------------------
Hi,

Is it possible to join lines of two different files in PSPad?

Let's say for instance that I've got one file with the following lines of text
in it:
This is 
And this is 

And another file containing the following:
the first line.
the second one.

After joining these two files, the end result would be a third file that
contains the following text:
This is the first line.
And this is the second one.

Is that doable?

-- 
Jani
--------------------------------------------------------------------------------


You can use block select and paste the text rectangles next to each other.

Copy the left part of the text to a new file,
select the other (right) text part using Alt+ mouse_select (or change the
selection mode - Edit: Block... - and select with keyboard) and copy it to
clipboard;

place the cursor at the end of the first line in the new file and make some
extra spaces to match the longest left line (+ 1 space); 

paste the previous rectangular selection at that position; 

remove the extra spaces if needed (Edit: Lines manipulation: ...)

vbr

-- 
<http://forum.pspad.com/read.php?2,54102,54105>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem