Bug 454573 - Mistakes in the documentation
Summary: Mistakes in the documentation
Status: CLOSED FIXED
Alias: None
Product: Sirius
Classification: Modeling
Component: Documentation (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Windows 7
: P1 normal (vote)
Target Milestone: 3.0.0M4   Edit
Assignee: Florian Barbin CLA
QA Contact: Belqassim Djafer CLA
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks: 454596
  Show dependency tree
 
Reported: 2014-12-09 09:07 EST by Nathalie Lepine CLA
Modified: 2015-06-24 11:14 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathalie Lepine CLA 2014-12-09 09:07:25 EST
In https://www.eclipse.org/sirius/doc/developer/extensions-provide_tabbar_extensions.html:
in Define a tab-bar extension part:
"Sirius defines several property tester" -> "Sirius defines several property testerS"

in Example part:
"You have to add you menu contribution in the plugin.xml file." -> "You have to add youR menu contribution in the plugin.xml file."
Comment 1 Nathalie Lepine CLA 2014-12-09 09:43:46 EST
In Example part :
<visibleWhen checkEnabled="false">
      <and>
         <with variable="activeEditorId">
            <equals value="org.eclipse.sirius.diagram.part.SiriusDiagramEditorID"/>
         </with>
         <with variable="activeEditor">
             <test property="org.eclipse.sirius.sample.tabbar.isConcernedEditor"/>
         </with>
         <with variable="selection">
            <iterate ifEmpty="false" operator="or">
               <and>
                  <test property="org.eclipse.sirius.diagram.isDDiagramElement"/>
                  <test property="org.eclipse.sirius.sample.tabbar.shouldActivateTabbarExtension"/>
               </and>
            </iterate>
         </with>
      </and>
   </visibleWhen>

should be

<test property="org.eclipse.sirius.diagram.UI.isDDiagramElement"/>
Comment 2 Florian Barbin CLA 2014-12-09 10:53:06 EST
Cloned as bug 454596 to backport into 2.0.x
Comment 3 Florian Barbin CLA 2014-12-09 11:49:05 EST
Gerrit: https://git.eclipse.org/r/#/c/37883/
Comment 4 Maxime Porhel CLA 2014-12-10 02:54:16 EST
Fixed by commit 14436b7116abc103798cbe30b331d2ba0d1a3b68
Comment 5 Belqassim Djafer CLA 2015-04-08 05:03:33 EDT
Verified on Sirius 3.0.0M6
Comment 6 Pierre-Charles David CLA 2015-06-24 11:14:57 EDT
Available in Sirius 3.0.0. See https://wiki.eclipse.org/Sirius/3.0.0.