Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5f25702a8f7a520fcef93808d4e565982d6be66a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
-------------------------------------------------------------------------------

--------------------------
! 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 Formatter !
---------------------

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.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.

-------------------------------------------------------------------------------

Back to the top