diff --git a/documentation/current/platform-specifics/_images/EiffelRibbon_design_tool_01.png b/documentation/current/platform-specifics/_images/EiffelRibbon_design_tool_01.png
new file mode 100644
index 00000000..1074ddcd
Binary files /dev/null and b/documentation/current/platform-specifics/_images/EiffelRibbon_design_tool_01.png differ
diff --git a/documentation/current/platform-specifics/_images/EiffelRibbon_design_tool_01.png.data b/documentation/current/platform-specifics/_images/EiffelRibbon_design_tool_01.png.data
new file mode 100644
index 00000000..e1d437cf
--- /dev/null
+++ b/documentation/current/platform-specifics/_images/EiffelRibbon_design_tool_01.png.data
@@ -0,0 +1,3 @@
+title=EiffelRibbon design tool 01
+author=halw
+path=content/eiffelribbon-design-tool-01
diff --git a/documentation/current/platform-specifics/microsoft-windows/eiffelribbon/index.wiki b/documentation/current/platform-specifics/microsoft-windows/eiffelribbon/index.wiki
index 7a817f35..722340bf 100644
--- a/documentation/current/platform-specifics/microsoft-windows/eiffelribbon/index.wiki
+++ b/documentation/current/platform-specifics/microsoft-windows/eiffelribbon/index.wiki
@@ -64,22 +64,14 @@ The typical usage of the design tool is much like the typical usage of EiffelBui
==Current state of development==
Initial distribution:
-:The EiffelRibbon library is not usable directly. The EiffelRibbon design tool allows you to design a ribbon and will generate code that relies on the EiffelRibbon library.
-
-:A class 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.
-
-:Custom size definition is not supported, but should be included in a release in the near term.
-
+* The EiffelRibbon library is not usable directly. The EiffelRibbon design tool allows you to design a ribbon and will generate code that relies on the EiffelRibbon library.
+* A class 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:
-
-* The Contextual Tab is not supported. For this unsupported element, 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.
-
+* When working in Application Mode, it is necessary to freeze the target system each time the EiffelRibbon code is regenerated. This is not necessary in DLL Mode.
=The EiffelRibbon Library=