Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/NewAndNoteworthy/Oxygen"

(What's NEW?)
Line 3: Line 3:
 
== What's NEW? ==
 
== What's NEW? ==
  
 +
===User Experience and Usability===
  
=== Model Explorer ===
+
==== Model Explorer ====
====Quick Search in Model Explorer====
+
======Quick Search in Model Explorer======
 
[[File:FilterInModelExplorer.png]]
 
[[File:FilterInModelExplorer.png]]
  
Line 17: Line 18:
 
A case sensitive option is available (use Aa checkbox)
 
A case sensitive option is available (use Aa checkbox)
  
====Customize UML Label in Model Explorer====
+
======Customize UML Label in Model Explorer======
  
 
It's possible to directly customize labels from model explorer.
 
It's possible to directly customize labels from model explorer.
Line 33: Line 34:
 
[[File:labelUMLCusto.png]]
 
[[File:labelUMLCusto.png]]
  
====Expand in Model Explorer====
+
======Expand in Model Explorer======
 
The model explorer menu has two new menu items:
 
The model explorer menu has two new menu items:
 
*+ : that will expand the tree inside the selected element (or everything if no selection)
 
*+ : that will expand the tree inside the selected element (or everything if no selection)
Line 40: Line 41:
 
[[File:ExpandInModelExplorer.jpg]]
 
[[File:ExpandInModelExplorer.jpg]]
  
===Transversal Features===
+
====Transversal Features====
====Internationalization====
+
======Internationalization======
 
Papyrus now provides an internationalization mechanism for models using properties file by project. The internationalization is managed by language, country.
 
Papyrus now provides an internationalization mechanism for models using properties file by project. The internationalization is managed by language, country.
  
 
[[File:Papyrus-internationalization-example.png]]
 
[[File:Papyrus-internationalization-example.png]]
  
====Element Selection Dialog====
+
======Element Selection Dialog======
 
The dialog that opens to select an element to be referenced has been improved to ease modeling experience.
 
The dialog that opens to select an element to be referenced has been improved to ease modeling experience.
  
 
[[File:WidgetSelectionType.jpg]]
 
[[File:WidgetSelectionType.jpg]]

Revision as of 11:49, 15 May 2017

New and Noteworthy - Papyrus 3.0.0 (Oxygen)

What's NEW?

User Experience and Usability

Model Explorer

Quick Search in Model Explorer

FilterInModelExplorer.png

You can use:
? for any character
* for any string
; is used as OR
^ is used as start key
$ is used as end key

A case sensitive option is available (use Aa checkbox)

Customize UML Label in Model Explorer

It's possible to directly customize labels from model explorer.

For example, to have:

* Only the name
* The entire label with the stereotype, the metaclass and name
* the actual label
* the name, the stereotype in cold grey color.

By default, the customized label is not activated. To activate click at the icon "Customize Model Explorer". Add CustomizableUMLLabel to loaded customization then move it to the top of the list for the higher priority. Validate Changes. Then clic on "Customize UML Label..." to customize the label visualization:

LabelUMLCusto.png

Expand in Model Explorer

The model explorer menu has two new menu items:

  • + : that will expand the tree inside the selected element (or everything if no selection)
  • - : that will collapse the tree inside the selected element (or everything if no selection)

ExpandInModelExplorer.jpg

Transversal Features

Internationalization

Papyrus now provides an internationalization mechanism for models using properties file by project. The internationalization is managed by language, country.

Papyrus-internationalization-example.png

Element Selection Dialog

The dialog that opens to select an element to be referenced has been improved to ease modeling experience.

WidgetSelectionType.jpg

Back to the top