Skip to content

Commit ae279d8

Browse files
microbit-markmicrobit-carlos
authored andcommitted
Docs: Rename "text window" -> "text editor" (#305)
1 parent 0f28dad commit ae279d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

help.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3 id="Menu">Menu</h3>
9898
<p><img src="static/img/header.png" class="image img-responsive center-block"
9999
alt="A picture of the buttons along the top of the editor."/></p>
100100

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.
102102
</p>
103103

104104
<table class="table">
@@ -259,14 +259,14 @@ <h3 id="Menu">Menu</h3>
259259
<p>The name and description for your script is shown on the top
260260
right hand side. Click them to edit them.</p>
261261

262-
<h3 id="text-window">Text window</h3>
263-
<p>The other part of the editor is the text window, where we edit our scripts.</p>
262+
<h3 id="text-editor">Text Editor</h3>
263+
<p>The Text Editor is where we write and edit our scripts.</p>
264264

265265
<p><img src="static/img/editor_text.png"
266266
class="image img-responsive center-block img-rounded"
267267
alt="A picture of the text area in the code editor."/></p>
268268

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
270270
all the different parts of program are. For example, Python keywords
271271
(words built into the Python language) are grey. The brighter coloured
272272
words are bits of the program <em>you</em> have created. Brown words
@@ -336,8 +336,8 @@ <h2 id="fs">Files and Modules</h2>
336336

337337
<p>A status bar shows you the file types you have uploaded and how much free space you still have available.
338338
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 <a href="#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 <a href="#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>
341341

342342
<p>As you add files, they will appear in a list underneath the status bar. The list indicates
343343
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

Comments
 (0)