You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alt="A picture of the buttons along the top of the editor."/></p>
100
100
101
-
<p>As well as using a mouse, you can use the <kbd>TAB</kbd> key to navigate through the options and <kbd>Enter</kbd> to activate them. If you're in the text window, The <kbd>ESC</kbd> key will re-focus on the menu.
101
+
<p>As well as using a mouse, you can use the <kbd>TAB</kbd> key to navigate through the options and <kbd>Enter</kbd> to activate them. If you're in the text editor, The <kbd>ESC</kbd> key will re-focus on the menu.
102
102
</p>
103
103
104
104
<tableclass="table">
@@ -259,14 +259,14 @@ <h3 id="Menu">Menu</h3>
259
259
<p>The name and description for your script is shown on the top
260
260
right hand side. Click them to edit them.</p>
261
261
262
-
<h3id="text-window">Text window</h3>
263
-
<p>The other part of the editor is the text window, where we edit our scripts.</p>
262
+
<h3id="text-editor">Text Editor</h3>
263
+
<p>The Text Editor is where we write and edit our scripts.</p>
alt="A picture of the text area in the code editor."/></p>
268
268
269
-
<p>The editor tries to help out by colouring the text to show what
269
+
<p>The text editor tries to help out by colouring the text to show what
270
270
all the different parts of program are. For example, Python keywords
271
271
(words built into the Python language) are grey. The brighter coloured
272
272
words are bits of the program <em>you</em> have created. Brown words
@@ -336,8 +336,8 @@ <h2 id="fs">Files and Modules</h2>
336
336
337
337
<p>A status bar shows you the file types you have uploaded and how much free space you still have available.
338
338
The status bar is colour coded to indicate file types; main.py is purple and the external emoji.py shown in the example is green.
339
-
The <strong>main.py</strong> file is your program, the python script from the <ahref="#text-window">text window</a>. It is pre-set in the status bar and cannot be removed.
340
-
If you try to upload another main.py file this will replace your code in the text window. The emoji.py is a python module, that we can now reference in main.py.</p>
339
+
The <strong>main.py</strong> file is your program, the python script from the <ahref="#text-editor">text editor</a>. It is pre-set in the status bar and cannot be removed.
340
+
If you try to upload another main.py file this will replace your code in the text editor. The emoji.py is a python module, that we can now reference in main.py.</p>
341
341
342
342
<p>As you add files, they will appear in a list underneath the status bar. The list indicates
343
343
the filename, the file type, the size of the file and the options to download or to trash/delete the file if you have added it by accident.</p>
0 commit comments