Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfesenko2010-06-24 12:59:43 +0000
committertfesenko2010-06-24 12:59:43 +0000
commit60fdc17fccfe1336636df3d481813acba6d5d7fc (patch)
treea95616f5721b5c04ecb68b456058e2600966a0bd /doc/DevelopperDocuments/templates/HowToUseTemplates.txt
parent489bbd904230a5d52be6df71701d03e7d1736c18 (diff)
downloadorg.eclipse.papyrus-60fdc17fccfe1336636df3d481813acba6d5d7fc.tar.gz
org.eclipse.papyrus-60fdc17fccfe1336636df3d481813acba6d5d7fc.tar.xz
org.eclipse.papyrus-60fdc17fccfe1336636df3d481813acba6d5d7fc.zip
317587 - [General] Papyrus shall provide documentation
Diffstat (limited to 'doc/DevelopperDocuments/templates/HowToUseTemplates.txt')
-rw-r--r--doc/DevelopperDocuments/templates/HowToUseTemplates.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/DevelopperDocuments/templates/HowToUseTemplates.txt b/doc/DevelopperDocuments/templates/HowToUseTemplates.txt
new file mode 100644
index 00000000000..c2b55e1c8fc
--- /dev/null
+++ b/doc/DevelopperDocuments/templates/HowToUseTemplates.txt
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------------------
+
+--------------------------
+! Papyrus Code Templates !
+--------------------------
+
+In Eclipse workbench, select "Window" -> "preferences"
+
+In the opened window, in the left tree, select:
+"Java" -> "Code Style" -> "Code Templates"
+
+On the right, click on the button: "Import..."
+
+Select the place where the file "Papyrus Code Templates.xml" is.
+
+
+-------------------------------------------------------------------------------
+
+--------------------
+! Papyrus Formater !
+--------------------
+
+In Eclipse workbench, select "Window" -> "preferences"
+
+In the opened window, in the left tree, select:
+"Java" -> "Code Style" -> "Formatter"
+
+On the right, click on the button: "Import..."
+
+Select the place where the file "Papyrus Formatter profile.xml" is.
+
+------------------------------------------------------------------------------- \ No newline at end of file

Back to the top