You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ so if you find something of issue track it in issues. Please include the followi
9
9
- If you're comfortable, send me a copy of your XML to [email protected]
10
10
11
11
## Notes on Use
12
-
Right now (G)UI++ supports the beta version of UI++. Please review the [changelog](https://beta.uiplusplus.configmgrftw.com/download/) for applicable changes.
12
+
Right now (G)UI++ supports the beta version of UI++ (3.0). Please review the [changelog](https://beta.uiplusplus.configmgrftw.com/download/) for applicable changes.
13
13
Here are some of the known... features... of (G)UI++
14
14
- When creating an AppTree, you'll notice you don't have the option to add a SoftwareSets element (and if you import, it's missing). This is because
15
15
the SoftwareSets element has no attributes (e.g. cannot add a condition), and therefore only serves as a container for the AppTree Set elements.
@@ -22,6 +22,10 @@ Here are some of the known... features... of (G)UI++
22
22
- A handful of features (as documented in the UI++ 3.0 beta changelog) in (G)UI++ are only supported by UI++ 3.0. If you're not using UI++
23
23
3.0, then you might have a bad time.
24
24
- 4k monitor support is still touchy. The Info and ErrorInfo actions especially. Feel free to track this issue here: https://github.com/theznerd/GUIpp/issues/5
25
+
- Export uses single-quotes for attributes rather than double quotes. Without a large re-write of code, we can't pick and choose between both single and double quotes.
26
+
- InnerText for elements that use it for the value of the element do not wrap in CDATA right now. Currently any unsupported characters are converted
27
+
to their escaped versions in the xml. This is fully supported by the XML parser used for UI++, but decreases readbility of the XML. Weigh in on this
0 commit comments