processing/processing

Find in Reference doesn't know about class methods

Geschlossen

#4.655 geöffnet am 08.09.2016

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Java (1.540 Forks)batch import
help wanted

Repository-Metriken

Stars
 (6.431 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

There's currently no good way to handle Find in Reference for things like the size() method of StringList, or the pixels field of PImage.

As of 3.2.2, we're defaulting to the bare (found in PApplet) built-in function over a haphazard “what was the last thing seen in keywords.txt” behavior to fix #4224.

Contributor Guide