We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Irregularly, but frequently, the post window doesn't show the result of the code evaluated. No reproducer, can be any code.
The text was updated successfully, but these errors were encountered:
maybe related to #1217
Sorry, something went wrong.
A reproducer by Stephan Wittwer: Post without trailing newline is broken, try:
// okay fork { 5.do { ".\n".post; 0.5.wait; }}; // not okay // (nothing posted or invisible) fork { 5.do { ".\t".post; 0.5.wait; }}; fork { 5.do { ".".post; 0.5.wait; }};
IDE: improve handling of newlines when colorizing
2d178d9
fixes #1216, #1219. This is a provisional solution, a more extended refactor (described in http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Post-window-colorization-pull-request-td7610633.html#a7611643) will change the behavior of cases like #1217 Conflicts: editors/sc-ide/widgets/post_window.cpp editors/sc-ide/widgets/post_window.hpp
5cc74eb
f96fa34
fixes supercollider#1216, supercollider#1219. This is a provisional solution, a more extended refactor (described in http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Post-window-colorization-pull-request-td7610633.html#a7611643) will change the behavior of cases like supercollider#1217
No branches or pull requests
Irregularly, but frequently, the post window doesn't show the result of the code evaluated.
No reproducer, can be any code.
The text was updated successfully, but these errors were encountered: