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/Photon Work Description/Usability/Auto complete type"

Line 1: Line 1:
 
== Auto complete type ==
 
== Auto complete type ==
  
This widget will be reported in Oxygen.3 (Papyrus 3.3.0) but not as default (only available in custom property view)
+
This feature will be reported in Oxygen.3 (Papyrus 3.3.0).
 +
You can export a model in a static website:
 +
*open your mdodel
 +
*open model explorer view
 +
*right click on root element > Export > HTML Export
 +
=> the website is generated in your eclipse project
  
[[File:TypeAutoCompletion.gif]]
+
You may extend the generation using ''org.eclipse.papyrus.uml.export.generation'' extension point.
 +
 
 +
You may disable some part of the generation in Preferences> Papyrus > HTML Export.
 +
 
 +
[[File:HTMLSite.gif]]
  
  
 
==Related Bugs==
 
==Related Bugs==
https://bugs.eclipse.org/bugs/show_bug.cgi?id=518317
+
https://bugs.eclipse.org/bugs/show_bug.cgi?id=518310

Revision as of 10:58, 18 December 2017

Auto complete type

This feature will be reported in Oxygen.3 (Papyrus 3.3.0). You can export a model in a static website:

  • open your mdodel
  • open model explorer view
  • right click on root element > Export > HTML Export

=> the website is generated in your eclipse project

You may extend the generation using org.eclipse.papyrus.uml.export.generation extension point.

You may disable some part of the generation in Preferences> Papyrus > HTML Export.

File:HTMLSite.gif


Related Bugs

https://bugs.eclipse.org/bugs/show_bug.cgi?id=518310

Back to the top