Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty line is ignored when copy text #548

Closed
jcubic opened this issue Dec 17, 2019 · 1 comment
Closed

Empty line is ignored when copy text #548

jcubic opened this issue Dec 17, 2019 · 1 comment
Labels
Bug resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented Dec 17, 2019

Expected behavior

There should be blank space in copy text

Actual behavior

Text is merged.

Steps to reproduce

  1. Open my lisp demo and type:
  2. type:
(help ..)
(help string->symbol)

you will get this:

lips

copy the text, you will get this:

lips> (help ..)
(.. foo.bar.baz)
Macro that gets value from nested object where argument is comma separated symbol
lips> (help string->symbol)
(string->symbol string)
   Function convert string to LIPS symbol.
lips> 

the problem may be in css of the selection:

lips2

@jcubic jcubic added the Bug label Dec 17, 2019
@jcubic
Copy link
Owner Author

jcubic commented Dec 17, 2019

but maybe it will require to fix the code that process the selection text when copy.

jcubic added a commit that referenced this issue Dec 18, 2019
jcubic added a commit that referenced this issue Dec 18, 2019
@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Dec 18, 2019
@jcubic jcubic closed this as completed Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant