Skip to content

Commit 2799a4c

Browse files
committed
update Editor displays
1 parent 8359fd7 commit 2799a4c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/solidity_editor.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ Editor
55
- Remix saves the current file every 5 seconds.
66
- The Remix Editor will highlight keywords in Soldiity, JS, and TS.
77

8-
## Editor displays concerning the Solidity Compiler and the Debugger
9-
The Editor works with the Soldity Compiler to display warnings and errors in the gutter.
8+
## Editor displays information from other plugins
9+
The main purpose of the Editor is, of course, to edit code. But it also works with other plugins, notably, the Soldity Compiler and the Debugger.
1010

11-
It also works with the Debugger for inputting breakpoints as well as for highlighting when stepping through code.
11+
- The Solidity Compiler will display warnings and errors in the Editor's gutter at the problematic line.
12+
- Breakpoints for the Debugger are input in the Editor's gutter.
13+
- When stepping through code in the Debugger, the relevant code will be highlighted in the Editor.
1214

1315
![](images/a-editor-general.png)
1416

0 commit comments

Comments
 (0)