Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c25777f

Browse files
committed
preference updates
1 parent 77e4a91 commit c25777f

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

JavaPreferences.js

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,26 @@ define(function (require, exports, module) {
2828
type: "Section"
2929
},
3030
"java.gen.javaDoc": {
31-
text: "Generate JavaDoc",
31+
text: "JavaDoc",
32+
description: "Generate JavaDoc comments.",
3233
type: "Check",
3334
default: true
3435
},
3536
"java.gen.useTab": {
36-
text: "Use Tab for indentation",
37+
text: "Use Tab",
38+
description: "Use Tab for indentation instead of spaces.",
3739
type: "Check",
3840
default: false
3941
},
4042
"java.gen.indentSpaces": {
41-
text: "Number of spaces for indentation",
43+
text: "Indent Spaces",
44+
description: "Number of spaces for indentation.",
4245
type: "Number",
4346
default: 4
4447
},
4548
"java.gen.headerComment": {
46-
text: "Generate header comments",
49+
text: "Header Comments",
50+
description: "Generate header comments for all generated Java source files.",
4751
type: "Check",
4852
default: true
4953
},
@@ -52,27 +56,32 @@ define(function (require, exports, module) {
5256
type: "Section"
5357
},
5458
"java.rev.association": {
55-
text: "Reverse Java Fields as UML Associations",
59+
text: "Use Association",
60+
description: "Reverse Java Fields as UML Associations.",
5661
type: "Check",
5762
default: true
5863
},
5964
"java.rev.publicOnly": {
60-
text: "Reverse public members only",
65+
text: "Public Only",
66+
description: "Reverse public members only.",
6167
type: "Check",
6268
default: false
6369
},
6470
"java.rev.typeHierarchy": {
65-
text: "Create a type hierarchy diagram",
71+
text: "Type Hierarchy Diagram",
72+
description: "Create a type hierarchy diagram for all classes and interfaces",
6673
type: "Check",
6774
default: true
6875
},
6976
"java.rev.packageOverview": {
70-
text: "Create overview diagram for each package",
77+
text: "Package Overview Diagram",
78+
description: "Create overview diagram for each package",
7179
type: "Check",
7280
default: true
7381
},
7482
"java.rev.packageStructure": {
75-
text: "Create a package structure diagram",
83+
text: "Package Structure Diagram",
84+
description: "Create a package structure diagram for all packages",
7685
type: "Check",
7786
default: true
7887
}

0 commit comments

Comments
 (0)