Skip to content

Commit

Permalink
Add enable internal mode tasks and gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiginamaria committed Jan 16, 2024
1 parent 4705e75 commit 93013dd
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 0 deletions.
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.
1 change: 1 addition & 0 deletions introductionSection/section-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
custom_name: Introduction
content:
- welcomeLesson
- setupLesson
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package org.jetbrains.academy.plugin.course.dev.setup

fun main() {

}
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 853483765
12 changes: 12 additions & 0 deletions introductionSection/setupLesson/internalModeSetupTask/task.md
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)


3 changes: 3 additions & 0 deletions introductionSection/setupLesson/lesson-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
custom_name: Setup before you start
content:
- internalModeSetupTask

0 comments on commit 93013dd

Please sign in to comment.