Closed
Description
Created by: clankill3r
processing 4.0.1
osx 15.7.1
If you [command] + [click] on chars
processing will freeze:
void test_hslab() {
char[] chars = {'H', 'S', 'L', 'A', 'B'};
}
void test_hslab_2() {
char[] chars = {'•', 'H', 'S', 'L', 'A', 'B'};
}
This is related to the usage window, if you delete the second function for example you get:
Activity