- Posted by
- How can I avoid pasting 2 line breaks instead of 1 with text copied with Citrix viewer to clipboard?Hi, new Citrix Viewer version has solved this issue! :-) This new version is: Citrix Viewer 19.3.0.21 (1903) Workaround is not longer necessary. Thank you very much for your help.Posted in UltraEdit for Mac General Discussion
-   Topics
-   Views
- XavRom
Mar 29, 2019
- How can I avoid pasting 2 line breaks instead of 1 with text copied with Citrix viewer to clipboard?It seems a Citrix Viewer bug.... https://discussions.citrix.com/topic/401433-copy-and-paste-adding-extra-blank-lines/ It's similar, but maybe not the same issue.... I wait for the next release of Citrix Viewer.Posted in UltraEdit for Mac General Discussion
-   Topics
-   Views
- XavRom
Mar 06, 2019
- How can I avoid pasting 2 line breaks instead of 1 with text copied with Citrix viewer to clipboard?Hi, If I paste in hex mode, I can see double "0D" :-O If I only put replace command inside IF block, paste does not work ... and now I know why. This is my script now. if (UltraEdit.document.length > 0) // Is any file opened? { var sLineTerm = "\n"; // The column mode property is a property of ...Posted in UltraEdit for Mac General Discussion
-   Topics
-   Views
- XavRom
Mar 06, 2019
- How can I avoid pasting 2 line breaks instead of 1 with text copied with Citrix viewer to clipboard?Hi! Thank you for this script! It doesn't work exactly as you wrote it (I don't know why), but I use the script like this: if (UltraEdit.document.length > 0) // Is any file opened? { var sLineTerm = "\n"; // The column mode property is a property of the UltraEdit object in // UltraEdit for Windo...Posted in UltraEdit for Mac General Discussion
-   Topics
-   Views
- XavRom
Mar 06, 2019
- How can I avoid pasting 2 line breaks instead of 1 with text copied with Citrix viewer to clipboard?When I copy some text from other applications (e.g. connected to some Windows machine through Citrix) to UltraEdit for MAC, single line breaks are transformed to double line breaks. I see some configuration options in UltraEdit documentation, but I think that these options are not available in Ultra...Posted in UltraEdit for Mac General Discussion
-   Topics
-   Views
- XavRom
Mar 05, 2019