processing / processing/processing-website

Surface methods should be replaced by new core methods in the reference

未关闭
#335 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

Help Wanted Reference
主要语言
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) replaces surface.setSize(w, h)
  • windowResizable() replaces surface.setResizable() (reference)
  • windowMove(x, y) replaces surface.setLocation(x, y) (reference)
  • windowTitle() replaces surface.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

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 docs/reference.md 以及与 setResizable、setLocation 和 setTitle 相关联的参考页面开始。更新参考文档,描述列出的六个窗口方法和事件处理程序,然后验证检查清单中的每一项都已涵盖,并且 legacy surface 方法已标识为向后兼容。

由索引模型根据 Issue 内容生成。

评估

领域
documentation
Issue 类型
文档
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
描述清楚
新手友好度
48/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。