diff --git a/documentation/current/_images/Review_icon_1.png b/documentation/current/_images/Review_icon_1.png new file mode 100644 index 00000000..b6ea96b4 Binary files /dev/null and b/documentation/current/_images/Review_icon_1.png differ diff --git a/documentation/current/_images/Review_icon_1.png.data b/documentation/current/_images/Review_icon_1.png.data new file mode 100644 index 00000000..4b06db70 --- /dev/null +++ b/documentation/current/_images/Review_icon_1.png.data @@ -0,0 +1,3 @@ +title=LogoReviewRequested +author=halw +path=content/logoreviewrequested diff --git a/documentation/current/_templates/ReviewRequested.tpl b/documentation/current/_templates/ReviewRequested.tpl new file mode 100644 index 00000000..4b6a3cc7 --- /dev/null +++ b/documentation/current/_templates/ReviewRequested.tpl @@ -0,0 +1 @@ +
[[Image:LogoReviewRequested|24px]] '''Review requested: '''The material on this page needs to be reviewed for completeness and accuracy. If you have knowledge of this material, please review this page. If you are a [[Community|contributor]], feel free to make appropriate additions and/or corrections. If not, you can note improvements on the [[Community#Using the Comments pages|comments]] page.
EV_RIBBON_TITLED_WINDOW is provided with the library. EV_RIBBON_TITLED_WINDOW is a descendant of the standard EiffelVision 2 class EV_TITLED_WINDOW. The ribbon classes generated by EiffelRibbon tool can be added only to instances of EV_RIBBON_TITLED_WINDOW.
+==Known issues and limitations==
+
+Initial distribution:
+
+* Not all elements shown in the Type selector can actually be used in a design. For the unusable elements, pick-and-drop is disabled.
+* Resizing policy is not yet supported.
+* It is necessary to freeze the target system each time the EiffelRibbon code is regenerated.
+* When using EV_RICH_TEXT within a ribbon, the EV_RICH_TEXT may not be refreshed right after the ribbon has been displayed.
+
+
=System requirements=
To use the EiffelRibbon library and tools you must have:
@@ -45,6 +55,12 @@ The typical usage of the design tool is much like the typical usage of EiffelBui
* Use EiffelStudio to compile the generated code.
+=The EiffelRibbon class library=
+
+The EiffelRibbon class library contains a set of classes which make using ribbons in EiffelVision 2 applications possible.
+
+The classes in the EiffelRibbon library all have class names beginning "EV_", the default prefix for EiffelVision 2 classes. So the EiffelRibbon classes can be seen as an extension to the EiffelVision 2 library, although unlike other EiffelVision 2 classes, the ribbon classes only work in applications targeted to Microsoft Windows.
+