generated from jetbrains-academy/kotlin-course-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Valerii
committed
Jan 9, 2024
1 parent
33de2c3
commit 5e59fab
Showing
33 changed files
with
57 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ugin/course/dev/access/ElementsCounter.kt → ...ugin/course/dev/access/ElementsCounter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../course/dev/access/FunctionNameChanger.kt → .../course/dev/access/FunctionNameChanger.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/course/dev/access/PsiElementsSorter.kt → ...in/course/dev/access/PsiElementsSorter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
courseSection/accessingPsiElements/accessingPsiElementesTheory/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
type: theory | ||
custom_name: How to Access PSI Elements | ||
files: | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/ElementsCounter.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/AnnotationBuilder.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/AnnotationBuilder.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/ElementsCounter.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/FunctionNameChanger.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/FunctionNameChanger.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/PsiElementsSorter.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/PsiElementsSorter.kt | ||
visible: true |
2 changes: 1 addition & 1 deletion
2
...in/course/dev/access/AnnotationBuilder.kt → ...in/course/dev/access/AnnotationBuilder.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ugin/course/dev/access/ElementsCounter.kt → ...ugin/course/dev/access/ElementsCounter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../course/dev/access/FunctionNameChanger.kt → .../course/dev/access/FunctionNameChanger.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/course/dev/access/PsiElementsSorter.kt → ...in/course/dev/access/PsiElementsSorter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
courseSection/accessingPsiElements/accessingPsiElementsAddAnnotationsPlugin/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
type: edu | ||
custom_name: Psi Manipulation Advanced | ||
files: | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/AnnotationBuilder.kt | ||
visible: true | ||
- name: test/Tests.kt | ||
visible: false | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/ElementsCounter.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/AnnotationBuilder.kt | ||
visible: true | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/ElementsCounter.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/FunctionNameChanger.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/FunctionNameChanger.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/PsiElementsSorter.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/PsiElementsSorter.kt | ||
visible: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/course/dev/access/AnnotationBuilder.kt → ...in/course/dev/access/AnnotationBuilder.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ugin/course/dev/access/ElementsCounter.kt → ...ugin/course/dev/access/ElementsCounter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../course/dev/access/FunctionNameChanger.kt → .../course/dev/access/FunctionNameChanger.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/course/dev/access/PsiElementsSorter.kt → ...in/course/dev/access/PsiElementsSorter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
courseSection/accessingPsiElements/accessingPsiElementsClassCounterPlugin/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
type: edu | ||
custom_name: Count number of classes | ||
files: | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/ElementsCounter.kt | ||
visible: true | ||
- name: test/Tests.kt | ||
visible: false | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/AnnotationBuilder.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/AnnotationBuilder.kt | ||
visible: true | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/ElementsCounter.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/FunctionNameChanger.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/FunctionNameChanger.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/PsiElementsSorter.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/PsiElementsSorter.kt | ||
visible: true |
2 changes: 1 addition & 1 deletion
2
courseSection/accessingPsiElements/accessingPsiElementsClassCounterPlugin/test/Tests.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/course/dev/access/AnnotationBuilder.kt → ...in/course/dev/access/AnnotationBuilder.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ugin/course/dev/access/ElementsCounter.kt → ...ugin/course/dev/access/ElementsCounter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../course/dev/access/FunctionNameChanger.kt → .../course/dev/access/FunctionNameChanger.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/course/dev/access/PsiElementsSorter.kt → ...in/course/dev/access/PsiElementsSorter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
courseSection/accessingPsiElements/accessingPsiElementsRenamePlugin/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
type: edu | ||
custom_name: Rename function using PSI | ||
files: | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/FunctionNameChanger.kt | ||
visible: true | ||
- name: test/Tests.kt | ||
visible: false | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/AnnotationBuilder.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/AnnotationBuilder.kt | ||
visible: true | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/ElementsCounter.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/ElementsCounter.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/FunctionNameChanger.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/PsiElementsSorter.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/PsiElementsSorter.kt | ||
visible: true |
2 changes: 1 addition & 1 deletion
2
courseSection/accessingPsiElements/accessingPsiElementsRenamePlugin/test/Tests.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/course/dev/access/AnnotationBuilder.kt → ...in/course/dev/access/AnnotationBuilder.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ugin/course/dev/access/ElementsCounter.kt → ...ugin/course/dev/access/ElementsCounter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../course/dev/access/FunctionNameChanger.kt → .../course/dev/access/FunctionNameChanger.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/course/dev/access/PsiElementsSorter.kt → ...in/course/dev/access/PsiElementsSorter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
courseSection/accessingPsiElements/accessingPsiElementsSortMethodsPlugin/task-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
type: edu | ||
custom_name: Psi Manipulation Basics | ||
files: | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/PsiElementsSorter.kt | ||
visible: true | ||
- name: test/Tests.kt | ||
visible: false | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/AnnotationBuilder.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/AnnotationBuilder.kt | ||
visible: true | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/ElementsCounter.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/ElementsCounter.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/FunctionNameChanger.kt | ||
visible: true | ||
- name: src/main/kotlin/jetbrains/academy/plugin/course/dev/access/FunctionNameChanger.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/PsiElementsSorter.kt | ||
visible: true |
2 changes: 1 addition & 1 deletion
2
courseSection/accessingPsiElements/accessingPsiElementsSortMethodsPlugin/test/Tests.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cademy/plugind/course/dev/intro/Person.kt → ...academy/plugin/course/dev/intro/Person.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
type: theory | ||
custom_name: What is PSI? | ||
files: | ||
- name: src/main/kotlin/jetbrains/academy/plugind/course/dev/intro/Person.kt | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/intro/Person.kt | ||
visible: true |
2 changes: 1 addition & 1 deletion
2
...cademy/plugind/course/dev/intro/Person.kt → ...academy/plugin/course/dev/intro/Person.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters