Skip to content

Commit 0b44011

Browse files
committed
0.9.2.0 Documentation/Website updates
1 parent a6ac4a3 commit 0b44011

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

docs/source/notepad.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ Notepad++ Object
185185

186186
Gets the Notepad++ version as a tuple - e.g. 5.6.8 becomes ``(5,6,8)``
187187

188+
.. method:: Notepad.getPluginVersion() -> str
189+
190+
Gets the PythonScript plugin version as a string. There is always four parts to it. e.g. '0.9.2.0'
191+
188192
.. method:: Notepad.hideTabBar()
189193

190194
Hides the Tab bar

www/changelog.shtml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<!--#include virtual="header.inc" -->
22
<h3>Change log:</h3>
3+
<br/>
4+
<b>0.9.2.0</b>
5+
<br/>
6+
<ul>
7+
<li>Fixed 2 bugs with editor.pymlreplace()</li>
8+
<li>Added editor.getCharacterPointer() that returns a string</li>
9+
<li>Added notepad.getPluginVersion() to get version of Python Script</li>
10+
</ul>
11+
312
<br/>
413
<b>0.9.0.1</b>
514
<br/>

www/header.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<br/>
3131
<br/>
3232
<br/>
33-
Latest Version: 0.9.0.1
33+
Latest Version: 0.9.2.0
3434
<br/>
3535
<br/>
3636
<br/>

www/localdl.shtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<h3>Local Download</h3>
44
Here are the local server links if you can't get to <a href="http://sourceforge.net/projects/npppythonscript/files">the main one at sourceforge</a>.
5-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_full_0.9.0.1.7z">Python Script 0.9.0.1 FULL 7zip version (5MB)</a>
6-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_full_0.9.0.1.zip">Python Script 0.9.0.1 FULL zip version (7.8MB)</a>
7-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_min_0.9.0.1.7z">Python Script 0.9.0.1 MINIMUM 7zip version (1.9MB)</a>
8-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_min_0.9.0.1.zip">Python Script 0.9.0.1 MINIMUM zip version (2.8MB)</a>
5+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_full_0.9.2.0.7z">Python Script 0.9.2.0 FULL 7zip version (5MB)</a>
6+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_full_0.9.2.0.zip">Python Script 0.9.2.0 FULL zip version (7.8MB)</a>
7+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_min_0.9.2.0.7z">Python Script 0.9.2.0 MINIMUM 7zip version (1.9MB)</a>
8+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_min_0.9.2.0.zip">Python Script 0.9.2.0 MINIMUM zip version (2.8MB)</a>
99

1010

1111
<!--#include virtual="footer.inc" -->

0 commit comments

Comments
 (0)