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.
Add enable internal mode tasks and gifs
- Loading branch information
1 parent
4705e75
commit 93013dd
Showing
8 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,3 +1,4 @@ | ||
custom_name: Introduction | ||
content: | ||
- welcomeLesson | ||
- setupLesson |
5 changes: 5 additions & 0 deletions
5
...ternalModeSetupTask/src/main/kotlin/org/jetbrains/academy/plugin/course/dev/setup/Main.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package org.jetbrains.academy.plugin.course.dev.setup | ||
|
||
fun main() { | ||
|
||
} |
5 changes: 5 additions & 0 deletions
5
introductionSection/setupLesson/internalModeSetupTask/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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: theory | ||
custom_name: Enable Internal Mode | ||
files: | ||
- name: src/main/kotlin/org/jetbrains/academy/plugin/course/dev/setup/Main.kt | ||
visible: false |
1 change: 1 addition & 0 deletions
1
introductionSection/setupLesson/internalModeSetupTask/task-remote-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 |
---|---|---|
@@ -0,0 +1 @@ | ||
id: 853483765 |
12 changes: 12 additions & 0 deletions
12
introductionSection/setupLesson/internalModeSetupTask/task.md
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
To have access to some internal actions you need to enable `Internal Mode`. | ||
Please, follow steps in internal mode instruction configuration [by this link](https://plugins.jetbrains.com/docs/intellij/enabling-internal.html) and enable it in your IDE. | ||
|
||
![Internal mode documentation](./../../../common/src/main/resources/images/internal-mode-doc.gif) | ||
|
||
**Do not forget to restart you IDE after changing idea.properties file!!!** | ||
|
||
Also, following gif will show you how Helena done this in her IDE. | ||
|
||
![Internal mode documentation](./../../../common/src/main/resources/images/internal-mode-ide.gif) | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
custom_name: Setup before you start | ||
content: | ||
- internalModeSetupTask |