forked from makinoshi/intellj-setting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ide-features-trainer.xml
58 lines (58 loc) · 3.53 KB
/
ide-features-trainer.xml
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
48
49
50
51
52
53
54
55
56
57
58
<application>
<component name="LangManager">
<option name="languageName" value="JAVA" />
</component>
<component name="LessonStateBase">
<option name="myMap">
<map>
<entry key="CodeAssistance.CodeFormatting" value="NOT_PASSED" />
<entry key="CodeAssistance.EditorCodingAssistance" value="NOT_PASSED" />
<entry key="CodeAssistance.ParameterInfo" value="NOT_PASSED" />
<entry key="CodeAssistance.QuickPopups" value="NOT_PASSED" />
<entry key="Completions.BasicCompletion" value="NOT_PASSED" />
<entry key="Completions.CompletionwithTab" value="NOT_PASSED" />
<entry key="Completions.SmartTypeCompletion" value="NOT_PASSED" />
<entry key="Completions.StatementCompletion" value="NOT_PASSED" />
<entry key="EditorBasics.Collapse" value="NOT_PASSED" />
<entry key="EditorBasics.CommentLine" value="NOT_PASSED" />
<entry key="EditorBasics.DeleteLine" value="NOT_PASSED" />
<entry key="EditorBasics.Duplicate" value="NOT_PASSED" />
<entry key="EditorBasics.Move" value="NOT_PASSED" />
<entry key="EditorBasics.MultipleSelections" value="NOT_PASSED" />
<entry key="EditorBasics.Selection" value="NOT_PASSED" />
<entry key="Navigation.Declaration/Implementation" value="NOT_PASSED" />
<entry key="Navigation.FileStructure" value="NOT_PASSED" />
<entry key="Navigation.JumptoSource" value="NOT_PASSED" />
<entry key="Navigation.Next/PreviousOccurrences" value="NOT_PASSED" />
<entry key="Refactorings.ExtractMethod" value="NOT_PASSED" />
<entry key="Refactorings.ExtractVariable/Field" value="NOT_PASSED" />
<entry key="Refactorings.RefactoringBasics" value="NOT_PASSED" />
<entry key="Refactorings.Rename" value="NOT_PASSED" />
<entry key="swift.codeassistance.codeformatting" value="NOT_PASSED" />
<entry key="swift.codeassistance.quickpopups" value="NOT_PASSED" />
<entry key="swift.codegeneration.createfromusage" value="NOT_PASSED" />
<entry key="swift.codegeneration.generate" value="NOT_PASSED" />
<entry key="swift.codegeneration.overrideimplement" value="NOT_PASSED" />
<entry key="swift.codegeneration.quickfixes" value="NOT_PASSED" />
<entry key="swift.completions.basiccompletion" value="NOT_PASSED" />
<entry key="swift.editorbasics.collapse" value="NOT_PASSED" />
<entry key="swift.editorbasics.commentline" value="NOT_PASSED" />
<entry key="swift.editorbasics.deleteline" value="NOT_PASSED" />
<entry key="swift.editorbasics.duplicate" value="NOT_PASSED" />
<entry key="swift.editorbasics.move" value="NOT_PASSED" />
<entry key="swift.editorbasics.multipleselections" value="NOT_PASSED" />
<entry key="swift.editorbasics.selection" value="NOT_PASSED" />
<entry key="swift.navigation.code" value="NOT_PASSED" />
<entry key="swift.navigation.search" value="NOT_PASSED" />
<entry key="swift.navigation.toolwindows" value="NOT_PASSED" />
<entry key="swift.rdt.debug" value="NOT_PASSED" />
<entry key="swift.rdt.run" value="NOT_PASSED" />
<entry key="swift.rdt.test" value="NOT_PASSED" />
<entry key="swift.refactorings.extract.closure" value="NOT_PASSED" />
<entry key="swift.refactorings.extract.method" value="NOT_PASSED" />
<entry key="swift.refactorings.extract.variable" value="NOT_PASSED" />
<entry key="swift.refactorings.rename" value="NOT_PASSED" />
</map>
</option>
</component>
</application>