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

Newline character added to strings unexpectedly #96

Open
woolgathering opened this issue Jul 9, 2018 · 0 comments
Open

Newline character added to strings unexpectedly #96

woolgathering opened this issue Jul 9, 2018 · 0 comments

Comments

@woolgathering
Copy link
Contributor

It appears that newlines are added to strings and that it happens sometimes when strings are concatenated (in my case while creating paths).

fork{ loop{"...".post; 0.5.wait}} produces the following in Atom:

...
...
...
...
...
...
...
...

while the same produces the expected result in the IDE:

.....................

I'm using the most up-to-date version of atom-supercollider with some of my own keymaps and additional keywords so the meat-and-potatoes of the package are the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant