Skip to content

Pressing Ctrl-key and click on a word crashes PDE if character 'ä' is used. #682

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

Closed
processing-bot opened this issue Mar 4, 2023 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@processing-bot
Copy link
Collaborator

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

@processing-bot
Copy link
Collaborator Author

Created by: benfry

May be related to #527.

@processing-bot
Copy link
Collaborator Author

Created by: benfry

Closing as duplicate of #527

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant