From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/pt-pt/tools/webide/index.html | 41 ------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 files/pt-pt/tools/webide/index.html (limited to 'files/pt-pt/tools/webide/index.html') diff --git a/files/pt-pt/tools/webide/index.html b/files/pt-pt/tools/webide/index.html deleted file mode 100644 index ade5815623..0000000000 --- a/files/pt-pt/tools/webide/index.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: WebIDE -slug: Tools/WebIDE -tags: - - Aplicações - - Apps - - Depuração - - Fiirefox OS - - WebIDE - - ferramenta -translation_of: Archive/WebIDE ---- -
{{ToolsSidebar}}
-

WebIDE permite-lhe criar, editar, executar, e depurar as aplicações da Web, utilizando o FSimulador de Firefox OS ou um dispositivo real com o Firefox OS.

- -

It also enables you to connect the Firefox Developer Tools to a number of other browsers, including Firefox for Android, Chrome on Android, and Safari on iOS. See the Remote Debugging page for instructions on how to connect to a specific browser.

-
- -

With WebIDE, you first set up one or more runtimes. A runtime is an environment in which you'll run and debug the app. A runtime could be a Firefox OS device connected to the desktop over USB (or over Wi-Fi since Firefox 39), or it could be a Firefox OS Simulator installed on the desktop itself.

- -

Next, you create an app, or open an existing app. If you're creating a new app you can start with a template that includes the directory structure and the minimum boilerplate you need to get started, or a more complete template that shows how to use a privileged API. WebIDE shows your app's files in a tree, and you can edit and save them using a built-in source editor. Of course, you don't have to use the built-in editor: you can develop your app entirely outside WebIDE, and only use it for debugging.

- -

Finally, you can install the app in one of the runtimes and run it. You can then open the usual suite of developer tools - the Inspector, Console, JavaScript Debugger and so on - to examine and modify the running app.

- -
-
-
Abrir WebIDE
-
How to open WebIDE from within Firefox.
-
Setting up runtimes
-
How to connect to a runtime in which you can install apps, including Firefox OS devices, the the Firefox OS Simulator, and Firefox for Android.
-
Criação e edição de aplicações
-
How to create, open, and develop apps using WebIDE.
-
The runtime menu
-
Once you've selected a runtime, use the runtime menu to get information about the runtime and its apps, modify settings, and take a screenshot.
-
Running and debugging apps
-
How to install apps to a runtime and debug them using the Firefox Developer Tools.
-
Working with Cordova apps in WebIDE
-
From Firefox 39, you can edit and debug Cordova apps using WebIDE.
-
Resolução de Problemas
-
Help for problems with WebIDE, especially problems connecting to a runtime.
-
-- cgit v1.2.3-54-g00ecf