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

Paste in multiple StringBone should split by newline #22

Open
sveneberth opened this issue Jan 24, 2024 · 0 comments
Open

Paste in multiple StringBone should split by newline #22

sveneberth opened this issue Jan 24, 2024 · 0 comments
Assignees
Labels
feature New feature or request idea Priority: Low This issue can be considered with enough idle time.

Comments

@sveneberth
Copy link
Member

sveneberth commented Jan 24, 2024

If I insert a multi-line text into the input of a multiple StringBone, the text should be split after a newline and the corresponding number of entries should be appended and filled.

in psuedo code:

on PasteEvent:
  if input.bone.multiple:
     value = paste_value.split("\n")
     input.value.extend(value)
  else: 
     input.value.append(paste_value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request idea Priority: Low This issue can be considered with enough idle time.
Projects
None yet
Development

No branches or pull requests

3 participants