Skip to content

Commit

Permalink
0.9.2.0 Documentation/Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderstein committed Mar 22, 2011
1 parent a6ac4a3 commit 0b44011
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/source/notepad.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ Notepad++ Object

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

.. method:: Notepad.getPluginVersion() -> str

Gets the PythonScript plugin version as a string. There is always four parts to it. e.g. '0.9.2.0'

.. method:: Notepad.hideTabBar()

Hides the Tab bar
Expand Down
9 changes: 9 additions & 0 deletions www/changelog.shtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<!--#include virtual="header.inc" -->
<h3>Change log:</h3>
<br/>
<b>0.9.2.0</b>
<br/>
<ul>
<li>Fixed 2 bugs with editor.pymlreplace()</li>
<li>Added editor.getCharacterPointer() that returns a string</li>
<li>Added notepad.getPluginVersion() to get version of Python Script</li>
</ul>

<br/>
<b>0.9.0.1</b>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion www/header.inc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<br/>
<br/>
<br/>
Latest Version: 0.9.0.1
Latest Version: 0.9.2.0
<br/>
<br/>
<br/>
Expand Down
8 changes: 4 additions & 4 deletions www/localdl.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<h3>Local Download</h3>
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>.
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>


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

0 comments on commit 0b44011

Please sign in to comment.