-
Notifications
You must be signed in to change notification settings - Fork 31
TODO List
jam edited this page Oct 18, 2019
·
20 revisions
欢迎大家提交 PR,改善 HSD。
可能的改善点:
- 接入 Chrome DevTools,调试 WebView
- 显示网络请求
- view debug, show clipped content,增量而不是全量更新视图
- 增加单元测试
- view debug 使用基类接口访问 view 的属性
- view debug 选中视图后自动 scroll navigation items
- 学习 Xcode "view hierarchy debug",丰富视图调试能力
- view debug, preventevent 控制台有 warning
- post 请求支持多数据块(验证大的 text/plain 是否会切块)
- 支持打印断点处的堆栈
- 减少对第三方库的依赖(如 FMDB)
完成
- 视图调试,选中视图时,显示其父视图链
- 支持 websocket(用于显示 console log、网络请求)
- 本地化字符串
- file explorer,支持上传文件后显示成功或失败 notification
- file explorer,支持上传文件
- file explorer,支持预览图片
- file explorer,支持右击删除
- view debug, show clipped content,两种显示方式切换
- 使用 localStorage 保存用户的使用习惯
- Orient to 2D 和 Orient to 3D 工具栏按钮状态跟画布的旋转状态保持同步
- view debug 拖拽旋转支持吸附效果
- 废弃对 SSZipArchive 的依赖
- view debug,支持导航侧边栏和属性侧边栏显示和隐藏
- file explorer,支持右击打开、下载