Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhaopen committed Jul 10, 2018
1 parent 7315ab8 commit 9569a6a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,19 @@ PrefabWin窗口一开始时肯定是没东西的啦,你可以往里面拉prefab,

按ctrl+shift+c可以复制选中的节点名到剪切板上,生成的字符串是带路径的:
![image](https://github.com/BalckCat/UIEditor/blob/master/Picture/img_5.png)


## TODO

运行结束后重新加载所有正在编辑的界面(因为运行期间的修改在运行结束后会重置的)

记录每个界面的参考图(现在每次重新打开界面都要添加一次参考图太麻烦了)

支持大部分操作的Undo(在操作前用Undo这个工具类记录)

右键显示颜色框(有时代码要设置颜色值可以用的)

增加项目相关的配置文件(现在的配置是编辑器相关的,比如保存下来的"上次打开界面的目录"在A项目和B项目是共用的,切项目时蛋疼)



0 comments on commit 9569a6a

Please sign in to comment.