Skip to content

Commit 0b7585f

Browse files
authored
Merge pull request #229 from jetbrains-academy/konstantin/introduction_improvements
Add new style icon in task description
2 parents 2a8e2c3 + c1f77d6 commit 0b7585f

File tree

6 files changed

+40
-24
lines changed

6 files changed

+40
-24
lines changed
Loading
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
type: theory
22
files:
3-
- name: main.py
4-
visible: true
5-
- name: images/back.svg
6-
visible: false
7-
- name: images/commentTask.svg
8-
visible: false
9-
- name: images/edu_next_button.png
10-
visible: false
11-
- name: images/edu_peek_solution.png
12-
visible: false
13-
- name: images/reset.svg
14-
visible: false
15-
- name: images/forward.svg
16-
visible: false
17-
- name: images/gear.svg
18-
visible: false
19-
- name: images/hideToolWindow.svg
20-
visible: false
21-
- name: images/edu_task_description_window_settings_dark.png
22-
visible: false
23-
- name: images/edu_task_description_window_settings.png
24-
visible: false
3+
- name: main.py
4+
visible: true
5+
- name: images/back.svg
6+
visible: false
7+
- name: images/commentTask.svg
8+
visible: false
9+
- name: images/edu_next_button.png
10+
visible: false
11+
- name: images/edu_peek_solution.png
12+
visible: false
13+
- name: images/reset.svg
14+
visible: false
15+
- name: images/forward.svg
16+
visible: false
17+
- name: images/gear.svg
18+
visible: false
19+
- name: images/hideToolWindow.svg
20+
visible: false
21+
- name: images/edu_task_description_window_settings_dark.png
22+
visible: false
23+
- name: images/edu_task_description_window_settings.png
24+
visible: false
25+
- name: images/moreVertical.svg
26+
visible: false
27+
- name: images/moreVertical_dark.svg
28+
visible: false
2529
feedback_link: https://docs.google.com/forms/d/e/1FAIpQLSfRlDlldKfuq-cHMNFfHMER61P1PRIan7KG6yp1GvaweDI7GA/viewform?usp=pp_url&entry.2103429047=Introduction+/+Task+Description

Introduction/Task Description/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Use Task Description icons for the following actions:
2020

2121
We recommend keeping the Task Description window visible and not hiding it completely. If it is too distracting, you can hide it by clicking the ![](images/hideToolWindow.svg) button in the top right-hand corner of the Task Description window.
2222

23-
If you use two monitors, it may be helpful to switch the Task Description panel to the floating mode and move it to the second monitor, or just place it near the main IDE window. To do this, click the tool window settings ![](images/gear.svg) icon :
23+
If you use two monitors, it may be helpful to switch the Task Description panel to the floating mode and move it to the second monitor, or just place it near the main IDE window. To do this, click the tool window settings ![](images/gear.svg) / ![](images/moreVertical.svg) icon :
2424

2525

26-
<img src="images/edu_task_description_window_settings_dark.png" class="center" width=600>
26+
<img src="images/edu_task_description_window_settings.png" class="center" width=600>
2727

2828
<style>
2929
img {

0 commit comments

Comments
 (0)