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"

(Replaced content with "This page should be deleted Category:Papyrus")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= List of Key bindings provided by Papyrus =
+
This page should be deleted
  
== Key Bindings ==
+
[[Category:Papyrus]]
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
+
|-
+
| ...
+
|
+
|
+
|}
+
 
+
 
+
=Delete Behaviors (added the 19th of May 2016) =
+
*Define Behavior for DEL and Shift DEL
+
{| class="wikitable"
+
!
+
! Delete From Model (DEL)
+
! Delete From Diagram (SHIFT+DEL)
+
! Example
+
! Delete From Model Action (DEL)
+
|-
+
| View with semantic
+
| style="text-align: center;" | Delete
+
| style="text-align: center;" | Hide
+
| style="text-align: center;" | Class
+
| style="text-align: center;" |
+
|-
+
| View with no semantic, but representing a feature
+
| style="text-align: center;" | Delete: remove the reference from the feature
+
| style="text-align: center;" | Hide
+
| style="text-align: center;" | Comment Link, Constraint Links (context and contrainedElement), DurationObservation and TimeObservation Link
+
| style="text-align: center;" | remove the link and remove the reference from the feature
+
|-
+
| View with no semantic
+
| style="text-align: center;" | Hide
+
| style="text-align: center;" | Hide
+
| style="text-align: center;" | ?
+
| style="text-align: center;" | remove the link
+
|-
+
| View with semantic Read Only
+
| style="text-align: center;" | Forbidden
+
| style="text-align: center;" | Hide
+
| style="text-align: center;" | PimitivesTypes::Integer
+
| style="text-align: center;" |
+
|-
+
| Metaclass All Diagram (Read-Only)
+
| style="text-align: center;" | Hide
+
| style="text-align: center;" | Hide
+
| style="text-align: center;" | Import Metaclass (Profile Diagram)
+
| style="text-align: center;" | keep the element imported, destroy the view o the metaclass
+
|}
+

Latest revision as of 11:36, 26 November 2020

This page should be deleted

Back to the top