You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing Ctrl-key and click on a word crashes PDE if character 'ä' is used.
Expected Behavior
Pressing Ctrl-key and click on a word opens a window 'usage of ...'.
Current Behavior
Sketch crashes under processing v4.x if you insert character 'ä'
and press Ctrl-key and click on a word.
Steps to Reproduce
/* file: Processing_v4_bug.pde
Copy this example to PDE.
Press Ctrl-key and click on word 'text'
A window 'Usage of height' opens under processing v3.x.
With processing v4.x the sketch crashes!
Reason is the usage of character 'ä'.
If you delete it, all is working fine.
*/
void setup()
{ size(100, 80, P3D); }
void draw()
{ background (55);
text(frameCount,22,22);
}
Your Environment
Processing version: 4.x
Operating System and OS version: Window-10
Possible Causes / Solutions
Delete character 'ä' and try again... it works fine
The text was updated successfully, but these errors were encountered:
Created by: toniholzer
Description
Pressing Ctrl-key and click on a word crashes PDE if character 'ä' is used.
Expected Behavior
Pressing Ctrl-key and click on a word opens a window 'usage of ...'.
Current Behavior
Sketch crashes under processing v4.x if you insert character 'ä'
and press Ctrl-key and click on a word.
Steps to Reproduce
/* file: Processing_v4_bug.pde
Copy this example to PDE.
Press Ctrl-key and click on word 'text'
A window 'Usage of height' opens under processing v3.x.
With processing v4.x the sketch crashes!
Reason is the usage of character 'ä'.
If you delete it, all is working fine.
*/
void setup()
{ size(100, 80, P3D); }
void draw()
{ background (55);
text(frameCount,22,22);
}
Your Environment
Possible Causes / Solutions
Delete character 'ä' and try again... it works fine
The text was updated successfully, but these errors were encountered: