doddoreul / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
0 stars 0 forks source link

Copy--Paste in Chrome and Firefox #211

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Simply put code with linenums

What is the expected output?  What do you see instead?
Using Chrome: Copy, and Paste code from page is good. Using the same action in 
FF I copy code with 5 spaces in each line. I dont want to have this space. How 
can I modify to fix this?

What version are you using?  On what browser?
Chrome, FF

Please provide any additional information below.

Original issue reported on code.google.com by cackoa...@gmail.com on 28 Apr 2012 at 3:58

GoogleCodeExporter commented 8 years ago
Sorry, that was 4 spaces.
For example pasting code from chrome:
for(int i = 0; ....)

if FF:
    for(int i = 0; ....)    // at the begining there is 4 spaces

Original comment by cackoa...@gmail.com on 28 Apr 2012 at 4:00