Re: EOL characters removed when pasting a source code into a program listing section

2012-02-06 Thread Guenter Milde
On 2012-02-03, Marcin Zajączkowski wrote: ... > I just did CTRL-V (normal Edit -> Paste). When after a reply I tried > with paste special "Plain Text" keeps as expected the end of line > characters while "Plain Text, Join Lines" not. > So, generally thanks for your explanation, but don't you thi

Re: EOL characters removed when pasting a source code into a program listing section

2012-02-02 Thread Guenter Milde
On 2012-02-02, Rich Shepard wrote: > On Thu, 2 Feb 2012, Paul A. Rubin wrote: >> How are you doing the pasting? The edit menu gives a couple of options for >> pasting external content, one of which preserves line breaks. >... which is the LyX code environment. The "LyX code" environment is a

Re: EOL characters removed when pasting a source code into a program listing section

2012-02-02 Thread Rich Shepard
On Thu, 2 Feb 2012, Paul A. Rubin wrote: How are you doing the pasting? The edit menu gives a couple of options for pasting external content, one of which preserves line breaks. ... which is the LyX code environment. Rich

Re: EOL characters removed when pasting a source code into a program listing section

2012-02-02 Thread Paul A . Rubin
How are you doing the pasting? The edit menu gives a couple of options for pasting external content, one of which preserves line breaks. Paul

EOL characters removed when pasting a source code into a program listing section

2012-02-02 Thread Marcin Zajączkowski
Hi, When I add Program Listing section (Insert -> Program Listing) and paste source code from IDE or a text editor the EOL characters are removed. For example: usedArgument.setValue1(); usedArgument.getValue2(); becase: usedArgument.setValue1(); usedArgument.getValue2(); Is it necessary to remo