Scripts

Name Rating Date Views Downloads
Align Columns by ian Feb. 8, 2010 199 81
Align text into columns, preserving the leading whitespace.
Base64Utils by NickDMax May 4, 2009 333 143
PnPy utility script to encode and decode base64.
Character Count by ZedWonk April 1, 2010 160 62
Gets a count by character for the current selection (or document if nothing is selected)
Chm help on selected function by avion June 24, 2009 447 137
Open chm file of current language and search for description of selected word (function) It works either with win32help extension or with keyhh.exe app (http://www.keyworks.net/keyhh.htm - 24kb) If none of ...
ClipStack by NickDMax May 3, 2009 379 101
A PN clipboard stack. When you copy using the ClipStack the selection is pushed on to the stack. When you paste using ClipStack you pop the top item off of ...
ClipStack2 by NickDMax May 4, 2009 287 126
A slightly more advanced version of ClipStack that uses the windows clipboard as the top item of the stack. Requires download and install of the Python Win32 extension. Note I ...
Eval Calculator by simon May 2, 2009 407 147
This script takes the expression you have selected in the editor and runs it through the Python evaluator. Useful for checking maths or logic expressions.
Handy Tasks 1 by rfavero 10.0 Aug. 16, 2010 40 25
1) Jump to Matching Brace | 2) Select to Matching Brace | 3) Count Words in Selection | 4) Filename to Clipboard ** Please vote and leave a comment so ...
Handy Tasks 2 by rfavero 10.0 Aug. 16, 2010 43 19
1) Escape HTML Chars | 2) Unescape HTML Chars - Deluxe (see comments in code for details) Inspired by JohnLBevan's "Escape Characters for HTML" ** Please vote and leave a ...
Hex Dump by NickDMax May 18, 2009 390 164
Will extract the current selection as a hex dump. It is still pretty rough but it has come in handy for me so I thought I would share.
MirrorChar by AllenDang May 7, 2009 391 137
Inserts right side bracket and quotation automatically.
Notepad .LOG Timestamp Addition by simon May 2, 2009 442 123
When a file is loaded with .LOG at the start this script adds a timestamp to the bottom of the file, like a journal. This functionality has now been integrated ...
Number Converter by simon May 2, 2009 389 149
This script converts the number you have selected in the editor into Decimal, Hexadecimal, Octal and Binary and shows the results in the output window.
Paste As New by NickDMax May 4, 2009 348 133
Utility functions to paste the clipboard as a new document, or to extract the current selection as a new document.
php beautifier wx gui by avion July 1, 2009 473 140
Nice gui frontend to pear php beautifier (works even as stand alone script) Since scriptshare has temporary issues with long scripts, you should get whole script at : http://codepad.org/jwysIsmz (here ...
php_beautifier.py by avion June 23, 2009 364 122
Script which calls php_beautifier.php from your PATH. It needs php / pear / beautifier installed in your path (or you could change command to point to absolute path)
Productivity: TaskList by JohnLBevan July 14, 2010 67 36
Pulls comments beginning with //todo: or #todo: into a separate output window, and displays which line number they appear on in the original. If you only want to extract comments ...
QuoteUtils by NickDMax May 4, 2009 348 160
Utilities for dealing with quotation marks in programming languages. Switch between single and double quotes. Escape quotation marks.
Sort Lines & Remove Duplicates by jumpfroggy 10.0 May 2, 2009 454 161
This is modified from the SortLines() script by Scott (wischeese). It sorts lines and removes any duplicates. Case sensitive.
Spellchecking (myspell) by avion June 22, 2009 415 122
Spellchecking with help of enchant and wx gui. You will need working python installation and enchant + wxgui modules. (later could be changed with simple modification to the code to ...
Tabs to Spaces by simon May 2, 2009 446 135
This shows a PyPN implementation of Tabs to Spaces. PN has this built-in, but if you want it to work differently then this script is a good place to start.
Wordpress Tools by JohnLBevan June 29, 2010 143 29
Provides HTML character escaping, allowing you to easily publish your code to your blog without manually running multiple replace statements. Also inserts CODE and PRE tags to ensure formatting is ...
Xml Beautifier by AllenDang May 7, 2009 564 207
This script will beautify xml content in current active tab.