diff options
| author | Florian Barbin | 2017-08-10 08:26:10 +0000 |
|---|---|---|
| committer | Florian Barbin | 2017-08-29 15:08:27 +0000 |
| commit | 403562c75de2576efaff7565e8f667d5261f13e5 (patch) | |
| tree | eaad3fba16b56a8589b2621e8c65dedf86bd25d3 | |
| parent | c1df2e6ba1d234d34126656f2d85cafa778d2dcd (diff) | |
| download | org.eclipse.sirius-403562c75de2576efaff7565e8f667d5261f13e5.tar.gz org.eclipse.sirius-403562c75de2576efaff7565e8f667d5261f13e5.tar.xz org.eclipse.sirius-403562c75de2576efaff7565e8f667d5261f13e5.zip | |
[516669] Fixes method name in documentation
Also fixes wrong encoding
Bug: 516669
Change-Id: I5d9d6d606a06d5efc3e170b36c0c09d256c7a0d0
Signed-off-by: Florian Barbin <florian.barbin@obeo.fr>
3 files changed, 9 insertions, 9 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/developer/representations_lazy_loading.html b/plugins/org.eclipse.sirius.doc/doc/developer/representations_lazy_loading.html index b9321c2336..62d6d6ad5d 100644 --- a/plugins/org.eclipse.sirius.doc/doc/developer/representations_lazy_loading.html +++ b/plugins/org.eclipse.sirius.doc/doc/developer/representations_lazy_loading.html @@ -36,7 +36,7 @@ </h3> <ul> <li> - <code>boolean provides(DRepresentation representation, Resource dViewResource)</code>: Indicates if this + <code>boolean providesURI(DRepresentation representation, Resource dViewResource)</code>: Indicates if this <code>DRepresentationLocationRule</code> provides a custom URI for this kind of representation and the resource that holds the <code>DView</code>. If not and if there is no other <code>DRepresentationLocationRule</code> that provides, Sirius fall back to the default implementation. diff --git a/plugins/org.eclipse.sirius.doc/doc/developer/representations_lazy_loading.textile b/plugins/org.eclipse.sirius.doc/doc/developer/representations_lazy_loading.textile index 9d7290be32..71e41b35d1 100644 --- a/plugins/org.eclipse.sirius.doc/doc/developer/representations_lazy_loading.textile +++ b/plugins/org.eclipse.sirius.doc/doc/developer/representations_lazy_loading.textile @@ -21,7 +21,7 @@ By default Sirius creates an *.srm file per representation. Developer may need t h3. The @DRepresentationLocationRule@ interface -* @boolean provides(DRepresentation representation, Resource dViewResource)@: Indicates if this @DRepresentationLocationRule@ provides a custom URI for this kind of representation and the resource that holds the @DView@. If not and if there is no other @DRepresentationLocationRule@ that provides, Sirius fall back to the default implementation. +* @boolean providesURI(DRepresentation representation, Resource dViewResource)@: Indicates if this @DRepresentationLocationRule@ provides a custom URI for this kind of representation and the resource that holds the @DView@. If not and if there is no other @DRepresentationLocationRule@ that provides, Sirius fall back to the default implementation. * @URI getResourceURI(DRepresentation representation, Resource dViewResource)@: Provides the new URI for the given representation. diff --git a/plugins/org.eclipse.sirius.doc/doc/specifier/properties/Properties_View_Description.html b/plugins/org.eclipse.sirius.doc/doc/specifier/properties/Properties_View_Description.html index a5ad36be85..39b763c1da 100644 --- a/plugins/org.eclipse.sirius.doc/doc/specifier/properties/Properties_View_Description.html +++ b/plugins/org.eclipse.sirius.doc/doc/specifier/properties/Properties_View_Description.html @@ -209,7 +209,7 @@ <li> <a href="#pages"> <em>Pages</em> - </a>, which correspond to «tabs»; + </a>, which correspond to “tabs”; </li> <li> <a href="#groups"> @@ -304,7 +304,7 @@ </p> <ul> <li>Extend the default rules model inside your VSM: from the top-level element of the VSM model, select - <em>New Properties> Extend Default Properties View</em>. This will allow you to redefine the behavior of the default rules thanks to the «extension mechanism»#extensibility_features. + <em>New Properties> Extend Default Properties View</em>. This will allow you to redefine the behavior of the default rules thanks to the “extension mechanism”#extensibility_features. </li> <li>Import a copy of the default rules model inside your VSM: from the top-level element of the VSM model, select <em>New Properties > Import Default Properties View</em>. @@ -368,7 +368,7 @@ <strong>Styles.</strong> Each kind of properties view element supports a rich set of possible <a href="#styling">styles</a>. </p> - <p>To find some documentation for each properties, you can also refer to the tool-tips available directly in the editor on the «question mark» icon of each property.</p> + <p>To find some documentation for each properties, you can also refer to the tool-tips available directly in the editor on the “question mark” icon of each property.</p> <p>Here is an example of a widget configuration (a single-line <a href="#text">text</a> in this case) which illustrates some of the common attributes: </p> @@ -413,7 +413,7 @@ <code>self</code> variable inside a <em>Page</em>, but inside a group <code>self</code> may have a different value is - <em>Semantic Candidate Expressions</em> were used, so this service can be used to obtain the «original self» from anywhere. + <em>Semantic Candidate Expressions</em> were used, so this service can be used to obtain the “original self” from anywhere. </li> <li> <code>input.getAllSemanticElements()</code>: returns @@ -421,7 +421,7 @@ <code>DRepresentationElement#semanticElements</code> if there are any. </li> <li> - <code>input.emfEditServices(EObject)</code>: provides a handle to invoke «EMF Edit»-related services on the model element specified in argument. See below for the list of services that can be called on the result. + <code>input.emfEditServices(EObject)</code>: provides a handle to invoke “EMF Edit”-related services on the model element specified in argument. See below for the list of services that can be called on the result. </li> <li> <code>input.context()</code>: provides a handle to invoke additional services to obtain more information about the overall context of the selection. See below fot the list of services that can be called on the result. @@ -461,7 +461,7 @@ <code>IItemLabelProvider</code>. </li> <li> - <code>getText(EStructuralFeature)</code>: returns the «display name» of the specified feature of + <code>getText(EStructuralFeature)</code>: returns the “display name” of the specified feature of <code>obj</code>, as defined by its <code>IItemPropertyDescriptor</code>, or the textual representation of the feature itself (as defined by its own <code>IItemLabelProvider</code>) if no display name is defined. @@ -1202,7 +1202,7 @@ <p>To define the behavior, you simply specify the behavior associated to the edition inside the <em>Begin</em> element using all the standard <a href="../general/Model_Operations.html">model operations</a>. A variable named - <code>onClickEventKind</code> is available to determine if the operation has been triggered by a single click or double click. In case of a single click, the variable has the value «SINGLE_CLICK» and «DOUBLE_CLICK» in case of a double click. + <code>onClickEventKind</code> is available to determine if the operation has been triggered by a single click or double click. In case of a single click, the variable has the value “SINGLE_CLICK” and “DOUBLE_CLICK” in case of a double click. </p> <p>The expressions defined under the <em>Begin</em> can use the |
