I’m new to Processing, and computer stuff in general. I have the most recent version of Processing, I have all my processing sketch files and the application file stored in the same folder on my mac. When I first downloaded processing I had absolutely no issues with it. Now I have issues with the help and reference links.
Suppose there’s an error in my code, the bottom console will tell me that I have an error, and it will be underlined. I used to be able to right click on the line in question, and click “Find in Reference”, that or click “Help” and get some guidance there. For whatever reason, about a week after I downloaded Processing 3, both of these features are suddenly no longer available.
What types of words do you underline when you use “Find in Reference”?
Note that only words in the reference are searchable. If you search for complete lines of code or variable manes, comments and so forth the processing ide will tell you that "no reference is available for “underlined word”. Only classes, methods and keyword part of the processing reference are searchable.
In the processing window, the double click “find in reference” option does not seem to be available for the “for” loop, width, and height. Is that normal?
Also I’m aware that something is wrong with my for loop, I’m still figuring out iterations and such thank you again for your thoughts