View previous topic :: View next topic |
Author |
Message |
leniviy
Joined: 10 Sep 2010 Posts: 1
|
Posted: Fri Sep 10, 2010 7:29 am Post subject: newline format unix paste problem |
|
|
Hi. When I'm editing a file with unix newline format, if I try to paste to Notepad or command prompt, it pastes as 1 line.
Is there a workaround for this? (Beside temporary switching to DOS format)
I use version 4.4.7 |
|
Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 6250
|
Posted: Fri Sep 10, 2010 12:57 pm Post subject: |
|
|
leniviy
You can add this command to HotKeys plugin and assign it to Ctrl+C:
Code: | Call("Scripts::Main", 1, "EvalCmd.js", `"var pText=AkelPad.GetSelText(3); if (pText) AkelPad.SetClipboardText(pText);"`) |
|
|
Back to top |
|
 |
|