processing / processing/processing4
PDE enhancements - variable highlight + pop out console
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 494
- 派生
- 183
- 平均合并
- 4 小时 39 分钟
- 30 天内合并 PR
- 3
描述
Relevant sub-area for this feature?
PDE
Feature description
Hi there,
I would like to request some enhancements to the PDE.
-
When you click on a variable, it would be good to see on the right side of the scroll bar instances of the variable. Tabs containing the variables should also be highlighted.
This feature is available in Matlab editor.
Notepad++ has the highlighting but not the side bar. -
The ability to pop out the console. This will be very helpful for people developing GUI connected to pieces of hardware (e.g. Arduino, NI-USB ...)
Benefits
The highlighting feature will allow an easy access to all lines containing a given variable.
The ability of the pop out the console will add convenience when debugging code using two monitors: one monitor for the GUI, the other monitor for the IDE and the console side by side.
Possible challenges
No response
Additional context
No response
Would you like to work on the issue?
This should be easy to implement for someone familiar with the IDE development.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先在 processing4 仓库中定位 PDE 编辑器和控制台的入口点。检查当前如何处理编辑器标签页、滚动条、变量高亮和控制台;完成的标准是两个请求的增强功能能够协同工作,同时不影响现有的 PDE 行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- desktop, developer-experience
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100