Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/DevelopperDocuments/templates/HowToUseTemplates.txt')
-rw-r--r--doc/DevelopperDocuments/templates/HowToUseTemplates.txt23
1 files changed, 19 insertions, 4 deletions
diff --git a/doc/DevelopperDocuments/templates/HowToUseTemplates.txt b/doc/DevelopperDocuments/templates/HowToUseTemplates.txt
index c2b55e1c8fc..02661d30d45 100644
--- a/doc/DevelopperDocuments/templates/HowToUseTemplates.txt
+++ b/doc/DevelopperDocuments/templates/HowToUseTemplates.txt
@@ -16,9 +16,9 @@ Select the place where the file "Papyrus Code Templates.xml" is.
-------------------------------------------------------------------------------
---------------------
-! Papyrus Formater !
---------------------
+---------------------
+! Papyrus Formatter !
+---------------------
In Eclipse workbench, select "Window" -> "preferences"
@@ -27,6 +27,21 @@ In the opened window, in the left tree, select:
On the right, click on the button: "Import..."
-Select the place where the file "Papyrus Formatter profile.xml" is.
+Select the place where the file "papyrus_formatter.xml" is.
+
+-------------------------------------------------------------------------------
+
+-------------------
+! Papyrus Cleanup !
+-------------------
+
+In Eclipse workbench, select "Window" -> "preferences"
+
+In the opened window, in the left tree, select:
+"Java" -> "Code Style" -> "Clean Up"
+
+On the right, click on the button: "Import..."
+
+Select the place where the file "papyrus_cleanup.xml" is.
------------------------------------------------------------------------------- \ No newline at end of file

Back to the top