diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/customizing-tools-layout-and-toolbars.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/customizing-tools-layout-and-toolbars.wiki index 42204331..e991aa66 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/customizing-tools-layout-and-toolbars.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/customizing-tools-layout-and-toolbars.wiki @@ -1,9 +1,6 @@ [[Property:title|Customizing the tools layout and toolbars]] [[Property:weight|-8]] [[Property:uuid|eb75573e-c653-9290-376a-063cb5fa32d4]] -{{UnderConstruction}} - - ==Overview== We saw in [[Viewing Classes]] how EiffelStudio panes could be resized and how the Auto Hide feature works for a pane. diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/eiffelstudio-6-release-notes/release-notes-eiffelstudio-66.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/eiffelstudio-6-release-notes/release-notes-eiffelstudio-66.wiki index 00c5430e..c8a589f8 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/eiffelstudio-6-release-notes/release-notes-eiffelstudio-66.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/eiffelstudio-6-release-notes/release-notes-eiffelstudio-66.wiki @@ -16,7 +16,7 @@ ===Changes=== * The experimental mode available in 6.5 and earlier version has become the default mode. To have access to the default mode of 6.5, one has to use the compatible version. It can be accessed on Windows via the Start menu shortcut or by using "-compat" on the command line. * Gobo had its ECF removed and replaced by several corresponding to sub-libraries of the Gobo framework. This change was already present in 6.4 and 6.5 under the experimental mode. To upgrade, you need to adapt your project configuration file to use the right sub-library of the Gobo framework. -* The libraries (formerly the experimental mode of 6.4 and 6.5) contains some breaking changes to the compatible libraries. Those breaking changes were already part of 6.4 and 6.5. It affects the following classes: ARRAY, ARRAYED_LIST, HASH_TABLE, and SPECIAL. It is possible to adjust your code so that a single version compiles against both sets of libraries. See below under EiffelBase how to adapt your code to those breaking changes. +* The libraries (formerly the experimental mode of 6.4 and 6.5) contains some breaking changes to the compatible libraries. Those breaking changes were already part of 6.4 and 6.5. It affects the following classes: ARRAY, ARRAYED_LIST, HASH_TABLE, SPECIAL and TO_SPECIAL. It is possible to adjust your code so that a single version compiles against both sets of libraries. See below under EiffelBase how to adapt your code to those breaking changes. ===Bug fixes=== * Fixed an issue in which the error tooltip would keep flashing when the cursor is outside the EiffelStudio environment.