mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 07:42:33 +01:00
Author:halw
Date:2011-01-11T22:14:55.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@731 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
BIN
documentation/current/_images/Review_icon_1.png
Normal file
BIN
documentation/current/_images/Review_icon_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
3
documentation/current/_images/Review_icon_1.png.data
Normal file
3
documentation/current/_images/Review_icon_1.png.data
Normal file
@@ -0,0 +1,3 @@
|
||||
title=LogoReviewRequested
|
||||
author=halw
|
||||
path=content/logoreviewrequested
|
||||
1
documentation/current/_templates/ReviewRequested.tpl
Normal file
1
documentation/current/_templates/ReviewRequested.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<center><p style="text-align:center; width: 500px; border: 1px solid #0000CC; padding: 10px; background-color: #FFFFFF; color: black;">[[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.</p></center>
|
||||
@@ -0,0 +1,3 @@
|
||||
title=ReviewRequested
|
||||
author=halw
|
||||
path=content/reviewrequested
|
||||
@@ -3,6 +3,10 @@
|
||||
[[Property:uuid|ecb9dd1e-52a9-25c4-b27b-4b5ec806b115]]
|
||||
{{UnderConstruction}}
|
||||
|
||||
|
||||
{{ReviewRequested}}
|
||||
|
||||
|
||||
=Introduction=
|
||||
|
||||
The '''tracing facility''' allows you to see a structured log of the flow of control through your system, feature by feature. By default, execution traces are written to standard output.
|
||||
|
||||
@@ -15,6 +15,16 @@ Initial distribution:
|
||||
|
||||
:A class <code>EV_RIBBON_TITLED_WINDOW</code> is provided with the library. <code>EV_RIBBON_TITLED_WINDOW</code> is a descendant of the standard EiffelVision 2 class <code>EV_TITLED_WINDOW</code>. The ribbon classes generated by EiffelRibbon tool can be added only to instances of <code>EV_RIBBON_TITLED_WINDOW</code>.
|
||||
|
||||
==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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user