Community
Participate
Working Groups
Just a typo that could be corrected.
Actually this should be ViewpointSelection.openViewpointSelectionDialog(), this is our migration tool that went one step to far while renamming.
Thanks for the feedback. Fixed (along with several other instances in the same type) by http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/commit/?id=2e579aa0caaac213f14be2e0140ae4fe1e00a7bb. As Alex mentioned this is an artefact of the "rebranding" process we applied on the previous code base: the system used to be called "Viewpoint" instead of "Sirius", but "Viewpoint" is also the name of a central concept. When renaming into Sirius, many instances of "Viewpoint the concept" were (incorrectly) renamed into "Sirius". I'm leaving the bug opened and changing its title into something more general so that we can use it to reference the other commits related to this rebranding issue (we have already fixed some, but we know many remains).
I found some other entries wich should not have been renamed into Sirius. Two of them might be discussed: Viewpoint Specification Model and Viewpoint Specification Project (and associated icons, wizards, properties, doc entries). See Gerrit review https://git.eclipse.org/r/#/c/18140/
Several SiriusURI occurences can still be found (46 matches with file search), they should be renamed to ViewpointURI.
"Siriuss" occurences should be renamed into "Viewpoints".
Closing this for 0.9.0. There are certainly more instances where the names are wrong, but I think the vast majority are OK now. The remaining cases will be handled when we stumble on them.
Verified on 0.9.0.201312100846 build.
Released in Sirius 0.9.0
UserSession.from(newSession).selectViewpoint("XXX"); renamed in UserSession.from(newSession).selectSirius("XXX"); same thing for selectOnlySirius and findSiriusByName
Wrong rebrandings in UserSession have been corrected for on master (for 2.0.0) by commit 5068a5ed4bd25762863295dfbe1819041652addf (see corresponding review: https://git.eclipse.org/r/#/c/32466/)
Gerrit change https://git.eclipse.org/r/65190 was merged to [master]. Commit: http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/commit/?id=76645508f8fed514b4d0eed5bc418ec838335ad3