File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,10 @@ Notepad++ Object
185
185
186
186
Gets the Notepad++ version as a tuple - e.g. 5.6.8 becomes ``(5,6,8) ``
187
187
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
+
188
192
.. method :: Notepad.hideTabBar()
189
193
190
194
Hides the Tab bar
Original file line number Diff line number Diff line change 1
1
<!--#include virtual="header.inc" -->
2
2
<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
+
3
12
<br/>
4
13
<b>0.9.0.1</b>
5
14
<br/>
Original file line number Diff line number Diff line change 30
30
< br />
31
31
< br />
32
32
< br />
33
- Latest Version: 0.9.0.1
33
+ Latest Version: 0.9.2.0
34
34
< br />
35
35
< br />
36
36
< br />
Original file line number Diff line number Diff line change 2
2
3
3
<h3>Local Download</h3>
4
4
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>
9
9
10
10
11
11
<!--#include virtual="footer.inc" -->
You can’t perform that action at this time.
0 commit comments