-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
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
- Processing version: 4.x
- Operating System and OS version: Window-10
Possible Causes / Solutions
Delete character 'ä' and try again... it works fine
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists