Skip to content

Commit ed9e95e

Browse files
committed
Bump version to v0.8
1 parent 021afd4 commit ed9e95e

20 files changed

+27
-27
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.7.1.{build}
1+
version: 0.8.0.{build}
22
image: Visual Studio 2015
33

44
platform:

docs/classes/Editor.html

Lines changed: 3 additions & 5 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.7.1</sub></h1>
26+
<h1>LuaScript <sub>v0.8</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>
@@ -111,8 +111,6 @@ <h1>Class <code>Editor</code></h1>
111111
<p>Scintilla wrapper.</p>
112112
<p> This is a straight forward API to directly control Scintilla. This documentation is not intended to fully describe the Scintilla API, but only to give a brief description. The <a href="http://www.scintilla.org/ScintillaDoc.html">official Scintilla documentation</a> should be consulted for more details. All constants from the official documentation are exposed as Lua globals variables.</p>
113113

114-
<p> Some Scintilla messages, such as "<code>SCI_SETxxx</code>" and "<code>SCI_GETxxx</code>", are implemented in LuaScript as a single property. For example <a href="../classes/Editor.html#Editor.CurrentPos">Editor.CurrentPos</a> is a read/write property that calls both "<code>SCI_GETCURRENTPOS</code>" and "<code>SCI_SETCURRENTPOS</code>". The automatically generated documentation below may only refer to one or the other.</p>
115-
116114
<p> This class cannot be instantiated, rather predefined globals are available to use.</p>
117115

118116
<ul>
@@ -733,7 +731,7 @@ <h2><a href="#Scrolling_and_automatic_scrolling">Scrolling and automatic scrolli
733731
</tr>
734732
<tr>
735733
<td class="name" nowrap><a href="#Editor.VScrollBar">Editor.VScrollBar</a></td>
736-
<td class="summary">Show or ire the vertical scroll bar.</td>
734+
<td class="summary">Show or hide the vertical scroll bar.</td>
737735
</tr>
738736
<tr>
739737
<td class="name" nowrap><a href="#Editor.XOffset">Editor.XOffset</a></td>
@@ -6388,7 +6386,7 @@ <h3>See also:</h3>
63886386
<strong>Editor.VScrollBar</strong>
63896387
</dt>
63906388
<dd>
6391-
Show or ire the vertical scroll bar.
6389+
Show or hide the vertical scroll bar.
63926390

63936391

63946392
<ul>

docs/classes/Match.html

Lines changed: 1 addition & 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.7.1</sub></h1>
26+
<h1>LuaScript <sub>v0.8</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/classes/Notepad.html

Lines changed: 1 addition & 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.7.1</sub></h1>
26+
<h1>LuaScript <sub>v0.8</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/classes/Styler.html

Lines changed: 1 addition & 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.7.1</sub></h1>
26+
<h1>LuaScript <sub>v0.8</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/bookmark.lua.html

Lines changed: 1 addition & 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.7.1</sub></h1>
26+
<h1>LuaScript <sub>v0.8</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/highlightoccurrences.lua.html

Lines changed: 1 addition & 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.7.1</sub></h1>
26+
<h1>LuaScript <sub>v0.8</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/luaautoindent.lua.html

Lines changed: 1 addition & 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.7.1</sub></h1>
26+
<h1>LuaScript <sub>v0.8</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

docs/examples/luasyntaxchecker.lua.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.7.1</sub></h1>
26+
<h1>LuaScript <sub>v0.8</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>
@@ -84,6 +84,8 @@ <h2>luasyntaxchecker.lua</h2>
8484
<span class="keyword">local</span> line = <span class="global">tonumber</span>(err:match(<span class="string">":(%d+):"</span>)) - <span class="number">1</span>
8585
editor.AnnotationText[line] = err
8686
editor.AnnotationStyle[line] = STYLE_BRACELIGHT
87+
editor:GotoLine(line)
88+
editor:VerticalCentreCaret()
8789
<span class="keyword">return</span> <span class="keyword">false</span>
8890
<span class="keyword">end</span>)</pre>
8991

docs/examples/randomizelines.lua.html

Lines changed: 1 addition & 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.7.1</sub></h1>
26+
<h1>LuaScript <sub>v0.8</sub></h1>
2727

2828
<ul>
2929
<li><a href="../index.html">Index</a></li>

0 commit comments

Comments
 (0)