processing/processing

Find in Reference doesn't know about class methods

已关闭

#4,655 创建于 2016年9月8日

 (1 条评论) (0 个反应) (0 位负责人)Java (1,540 个派生)batch import
help wanted

仓库指标

星标
 (6,431 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南