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
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
Original file line number Diff line number Diff line change 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/>
Original file line number Diff line number Diff line change 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 />
Original file line number Diff line number Diff line change 22
33<h3>Local Download</h3>
44Here 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" -->
You can’t perform that action at this time.
0 commit comments