You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: www/changelog.shtml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
<!--#include virtual="header.inc" -->
2
2
<h3>Change log:</h3>
3
3
<br/>
4
+
<b>1.0.2.0</b>
5
+
<ul>
6
+
<li>Fixed bug with Editor.rereplace that stopped conditional replacements working (thanks to Cyrillev for reporting)</li>
7
+
</ul>
8
+
<br/>
4
9
<b>1.0.1.0</b>
5
10
<ul>
6
11
<li>Editor.pyreplace and similar methods (Editor.pysearch, Editor.pymlreplace) have been rewritten from the ground up. Editor.replace(), Editor.rereplace(), Editor.search() and the unfortunately named Editor.research() (R(egular)E(xpression)Search) methods replace the old functions completely. You can now use a function for the replace argument for editor.replace() and editor.rereplace(). The new functions are <strong>much</strong> faster than the old versions, and work reliably.</li>
Copy file name to clipboardExpand all lines: www/download.shtml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ There's no difference between the zip and the 7zip versions, just that the 7zip
15
15
<br/><br/>
16
16
There are two download locations - the primary one is <a href="http://sourceforge.net/projects/npppythonscript/files">here</a>, and the backup is <a href="localdl.shtml">here</a>
17
17
h
18
-
<h3><a href="http://sourceforge.net/projects/npppythonscript/files/Python%20Script%201.0.1.0/PythonScript_1.0.1.0.msi/download">Download the MSI</a>, or <a href="https://sourceforge.net/projects/npppythonscript/files/">go to the downloads</a> to choose a zipped version</a></h3>
18
+
<h3><a href="http://sourceforge.net/projects/npppythonscript/files/Python%20Script%201.0.2.0/PythonScript_1.0.2.0.msi/download">Download the MSI</a>, or <a href="https://sourceforge.net/projects/npppythonscript/files/">go to the downloads</a> to choose a zipped version</a></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>.
5
-
Please use the sourceforge link if you can - I have limited bandwidth limits.
6
-
<br/><br/><br/>
7
-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_1.0.1.0.msi">Python Script 1.0.1.0 Installer (includes all extra files) (11MB)</a>
8
-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_Full_1.0.1.0.7z">Python Script 1.0.1.0 FULL 7zip version (3.3MB)</a>
9
-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_Full_1.0.1.0.zip">Python Script 1.0.1.0 FULL zip version (5MB)</a>
10
-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_Min_1.0.1.0.7z">Python Script 1.0.1.0 MINIMUM 7zip version (2.3MB)</a>
11
-
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/PythonScript_Min_1.0.1.0.zip">Python Script 1.0.1.0 MINIMUM zip version (3.2MB)</a>
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>.
4
+
Please use the sourceforge link if you can - I have limited bandwidth limits.
5
+
<br/><br/><br/>
6
+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.2.0/PythonScript_1.0.2.0.msi">Python Script 1.0.2.0 Installer (includes all extra files) (10.6MB)</a>
7
+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.2.0/PythonScript_Full_1.0.2.0.7z">Python Script 1.0.2.0 FULL 7zip version (3.2MB)</a>
8
+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.2.0/PythonScript_Full_1.0.2.0.zip">Python Script 1.0.2.0 FULL zip version (4.9MB)</a>
9
+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.2.0/PythonScript_Min_1.0.2.0.7z">Python Script 1.0.2.0 MINIMUM 7zip version (2.3MB)</a>
10
+
<br/><a href="http://www.brotherstone.co.uk/npp/ps/downloads/1.0.2.0/PythonScript_Min_1.0.2.0.zip">Python Script 1.0.2.0 MINIMUM zip version (3.2MB)</a>
0 commit comments