aboutsummaryrefslogtreecommitdiff
path: root/files/ru/tools/webide/запуск_webide
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/ru/tools/webide/запуск_webide
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/ru/tools/webide/запуск_webide')
-rw-r--r--files/ru/tools/webide/запуск_webide/index.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/files/ru/tools/webide/запуск_webide/index.html b/files/ru/tools/webide/запуск_webide/index.html
deleted file mode 100644
index 929a74b817..0000000000
--- a/files/ru/tools/webide/запуск_webide/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: Запуск WebIDE
-slug: Tools/WebIDE/Запуск_WebIDE
-tags:
- - Tools
- - WebIDE
-translation_of: Archive/WebIDE/Opening_WebIDE
----
-<div>{{ToolsSidebar}}</div><p>Есть три способа открытия WebIDE:</p>
-
-<ul>
- <li>В меню <em>Инструменты &gt; Веб-разработка</em>, нажмите пункт <em>WebIDE</em>.</li>
- <li>Используйте комбинацию клавиш <em>Shift + F8</em>.</li>
- <li>Click the dedicated icon in the Firefox toolbar. This is always present if you're using <a href="/ru/Firefox/Developer_Edition">Firefox Developer Edition</a>, and with any other Firefox from <a href="/ru/Firefox/Releases/36">version 36</a> onwards it appears after you've opened WebIDE once:</li>
-</ul>
-
-<p><img alt="" src="https://mdn.mozillademos.org/files/9437/webide-icon.png" style="display: block; margin-left: auto; margin-right: auto; width: 897px;"></p>
-
-<p>Нажмите на него и вы увидите как откроется WebIDE:<img alt="" src="https://mdn.mozillademos.org/files/8033/webide-initial.png" style="display: block; height: 560px; margin-left: auto; margin-right: auto; width: 720px;">Ниспадающий список слева с надписью <em>«Открыть Приложение» (Open App)</em> позволяет открывать существующие приложения или создавать новые. Ниспадающий список справа с надписью <em>«Выбрать Runtime» (Select Runtime)</em> позволяет выбрать среду исполнения или <a href="/ru/docs/Tools/WebIDE/Setting_up_runtimes">установить и настроить новую</a>.</p>
-
-<p>Кнопки посередине «запустить», «остановить» и «отладка» приложения активны только, когда уже открыто какое-то приложение и выбрана среда исполнения для него.</p>
-
-<p>You can change the font size throughout WebIDE using the standard keyboard shortcuts (use <code>Command</code> instead of <code>Control</code> on OS X):</p>
-
-<ul>
- <li><code>Ctrl +</code> increases font size.</li>
- <li><code>Ctrl -</code> decreases font size.</li>
- <li><code>Ctrl 0</code> resets the font size to the default.</li>
-</ul>