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
<li><code>editor</code> - the currently selected editor</li>
114
116
<li><code>editor1</code> - the first editor (usually on the left)</li>
115
117
<li><code>editor2</code> - the second editor (usually on the right)</li>
116
-
<li><code>console</code> - the console output used by LuaScript. Note that since this editor is "read-only" some functionality may not work as expected, e.g. manually adding or removing text.</li>
118
+
<li><code>console</code> - the console's output editor used by LuaScript. Note that since this editor is "read-only" some functionality may not work as expected, e.g. manually adding or removing text.</li>
119
+
<li><code>input</code> - the console's input editor used by LuaScript.</li>
117
120
</ul>
118
121
119
122
<p><strong>Note:</strong> Although the entire Scintilla API is available, a few parts of it should not be used since it would either have unexpected results, or does not make sense to use from Lua. </p>
0 commit comments