Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 Key Binding"

(List of Key bindings provided by Papyrus)
Line 1: Line 1:
= List of Key bindings provided by Papyrus =
+
This page should be deleted
 
+
== Key Bindings ==
+
You may find them in Preferences > Keys
+
 
+
 
+
[[File:PreferencesPapyrusKeyBindings.jpg]]
+
 
+
== Mouse Key Bindings ==
+
There is no easy way to list them (java hard coded)
+
 
+
This table contains some of the mouse bindings:
+
{| class="wikitable" border="1" cellspacing="0"
+
! Binding
+
! Location
+
! Action
+
|-
+
| CTRL+Left Mouse Click
+
| Diagram
+
| Allow multi selection
+
|-
+
| Shift+Left Mouse Click
+
| Diagram
+
| Allow multi selection
+
|-
+
| Shift + Drag & Drop
+
| Diagram
+
| Move along a line (Horizontal/Vertical/Diagonal)
+
|-
+
| Double click
+
| Diagram
+
| Navigate to hyperlink(s)
+
|-
+
| Double click
+
| Diagram
+
| Open hyperlink dialog (If no hyperlink exists)
+
|-
+
| Ctrl + Mouse wheel
+
| Diagram
+
| Zoom in (Wheel Up) or out (Wheel Down)
+
|-
+
| Drag & Drop
+
| Model Explorer to Diagram
+
| Display the element
+
|-
+
| Ctrl + Drag & Drop
+
| Model Explorer to Diagram
+
| Display the element, including its child nodes
+
|-
+
| ...
+
|
+
|
+
|}
+
  
 +
[[Category:Papyrus]]
  
 
=Delete Behaviors (added the 19th of May 2016) =
 
=Delete Behaviors (added the 19th of May 2016) =

Revision as of 11:35, 26 November 2020

This page should be deleted

Delete Behaviors (added the 19th of May 2016)

  • Define Behavior for DEL and Shift DEL
Delete From Model (DEL) Delete From Diagram (SHIFT+DEL) Example Delete From Model Action (DEL)
View with semantic Delete Hide Class
View with no semantic, but representing a feature Delete: remove the reference from the feature Hide Comment Link, Constraint Links (context and contrainedElement), DurationObservation and TimeObservation Link remove the link and remove the reference from the feature
View with no semantic Hide Hide  ? remove the link
View with semantic Read Only Forbidden Hide PimitivesTypes::Integer
Metaclass All Diagram (Read-Only) Hide Hide Import Metaclass (Profile Diagram) keep the element imported, destroy the view o the metaclass

Back to the top