processing / processing/processing4
determining path for portable preferences file is wrong for windows OS
未关闭
适合新手
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 497
- 派生
- 183
- 平均合并
- 4 小时 39 分钟
- 30 天内合并 PR
- 3
描述
This is currently searching for portable preferences at: <installdir>\Processing.exe\preferences.txt on windows.
guess, should be: <installdir>\preferences.txt
the replaceall should consider \ as path separator on windows.
Cheers
--- mnse
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 app/utils/src/main/java/processing/utils/Settings.java 的第 102 行附近开始,这里会确定 portable preferences 的路径。复现或跟踪 Windows 路径处理,并检查分隔符替换如何影响结果。完成标准是 portable preferences 解析为 \preferences.txt,而不是将 preferences.txt 放置在 Processing.exe 下方。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- desktop, operating-systems
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 76/100