processing / processing/processing-website
Surface methods should be replaced by new core methods in the reference
还没有人认领这个 Issue。
- 主要语言
- MDX
- 星标
- 90
- 派生
- 122
- 平均合并
- 1 小时 43 分钟
- 30 天内合并 PR
- 3
描述
Processing 4 added new core functions to replace the surface methods as can be seen in the Beta 5 and Beta 7 release notes. These changes are also mentioned here https://github.com/processing/processing4/issues/53
The reference needs to be updated to reflect those updates:
-
windowResize(w, h)replacessurface.setSize(w, h) -
windowResizable()replacessurface.setResizable()(reference) -
windowMove(x, y)replacessurface.setLocation(x, y)(reference) -
windowTitle()replacessurface.setTitle()(reference) - new
windowResized()event handler - new
windowMoved()event handler
In case you want to contribute to this task, here is how to edit the reference.
Note: surface methods are still backwards compatible but you are encouraged to use the new methods for future sketches
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 docs/reference.md 以及与 setResizable、setLocation 和 setTitle 相关联的参考页面开始。更新参考文档,描述列出的六个窗口方法和事件处理程序,然后验证检查清单中的每一项都已涵盖,并且 legacy surface 方法已标识为向后兼容。
由索引模型根据 Issue 内容生成。
评估
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 48/100