1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 02:00:58 +01:00

Todo items.

This commit is contained in:
ocornut 2015-01-03 17:38:10 +00:00
parent 34664dc28c
commit ee49c2288d

View File

@ -233,8 +233,10 @@
- text edit: add multi-line text edit
- settings: write more decent code to allow saving/loading new fields
- settings: api for per-tool simple persistent data (bool,int,float) in .ini file
- log: LogButtons() options for specifying depth and/orhiding depth slider
- log: LogTofile() error handling
- log: have more control over the log scope (e.g. stop logging when leaving current tree node scope)
- log: be able to right-click and log a window or tree-node into tty/file/clipboard?
- log: be able to right-click and log a window or tree-node into tty/file/clipboard / generalized context menu?
- filters: set a current filter that tree node can automatically query to hide themselves
- filters: handle wildcards (with implicit leading/trailing *), regexps
- shortcuts: add a shortcut api, e.g. parse "&Save" and/or "Save (CTRL+S)", pass in to widgets or provide simple ways to use (button=activate, input=focus)