Skip to content

Commit ef77a7c

Browse files
committed
Bump version to v0.6.0
Closes #42
1 parent a5ba156 commit ef77a7c

17 files changed

+1174
-141
lines changed

docs/classes/Editor.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.5.1</sub></h1>
26+
<h1>LuaScript <sub>v0.6.0</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>
@@ -92,6 +92,8 @@ <h2>Examples</h2>
9292
<ul class="nowrap">
9393
<li><a href="../examples/bookmark.lua.html">bookmark.lua</a></li>
9494
<li><a href="../examples/highlightoccurrences.lua.html">highlightoccurrences.lua</a></li>
95+
<li><a href="../examples/luaautoindent.lua.html">luaautoindent.lua</a></li>
96+
<li><a href="../examples/luasyntaxchecker.lua.html">luasyntaxchecker.lua</a></li>
9597
<li><a href="../examples/selectionaddnext.lua.html">selectionaddnext.lua</a></li>
9698
<li><a href="../examples/sessionmanager.lua.html">sessionmanager.lua</a></li>
9799
<li><a href="../examples/stylecsv.lua.html">stylecsv.lua</a></li>
@@ -113,7 +115,8 @@ <h1>Class <code>Editor</code></h1>
113115
<li><code>editor</code> - the currently selected editor</li>
114116
<li><code>editor1</code> - the first editor (usually on the left)</li>
115117
<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>
117120
</ul>
118121

119122
<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>

docs/classes/Match.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div id="navigation">
2525
<br/>
26-
<h1>LuaScript <sub>v0.5.1</sub></h1>
26+
<h1>LuaScript <sub>v0.6.0</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>
@@ -52,6 +52,8 @@ <h2>Examples</h2>
5252
<ul class="nowrap">
5353
<li><a href="../examples/bookmark.lua.html">bookmark.lua</a></li>
5454
<li><a href="../examples/highlightoccurrences.lua.html">highlightoccurrences.lua</a></li>
55+
<li><a href="../examples/luaautoindent.lua.html">luaautoindent.lua</a></li>
56+
<li><a href="../examples/luasyntaxchecker.lua.html">luasyntaxchecker.lua</a></li>
5557
<li><a href="../examples/selectionaddnext.lua.html">selectionaddnext.lua</a></li>
5658
<li><a href="../examples/sessionmanager.lua.html">sessionmanager.lua</a></li>
5759
<li><a href="../examples/stylecsv.lua.html">stylecsv.lua</a></li>

0 commit comments

Comments
 (0)