Skip to content

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

@processing-bot

Description

@processing-bot

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

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions