ASPiK SDK
doc.h
1 // This file is part of VSTGUI. It is subject to the license terms
2 // in the LICENSE file found in the top-level directory of this
3 // distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
4 
5 // VSTGUI UI Description Documentation
6 
7 /*
8  Inline editing todo:
9  - Cut, copy, paste of selection (no high priority as you can copy views by alt dragging)
10  - changing z-order of views (can be done with the hierarchy browser, but an inline solution would also be nice)
11  - Point attributes should be editable as points not as string
12  - A lasso selection would also be nice
13  - delete templates
14 
15  UIDescription todo:
16  - CTabView support (skipped, UIViewSwitchContainer is the replacement)
17  - alternate font support (allow more than one font family for fallback when first font not available on system)
18 
19 */
20 
21