Scripts

Name Rating Date Views Downloads
Align Columns by ian Feb. 8, 2010 43 14
Align text into columns, preserving the leading whitespace.
php beautifier wx gui by avion July 1, 2009 310 93
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 ...
Chm help on selected function by avion June 24, 2009 304 80
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 ...
php_beautifier.py by avion June 23, 2009 251 71
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)
Spellchecking (myspell) by avion June 22, 2009 257 67
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 ...
Hex Dump by NickDMax May 18, 2009 251 93
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 265 84
Inserts right side bracket and quotation automatically.
Xml Beautifier by AllenDang May 7, 2009 389 125
This script will beautify xml content in current active tab.
QuoteUtils by NickDMax May 4, 2009 217 94
Utilities for dealing with quotation marks in programming languages. Switch between single and double quotes. Escape quotation marks.
Paste As New by NickDMax May 4, 2009 227 73
Utility functions to paste the clipboard as a new document, or to extract the current selection as a new document.
Base64Utils by NickDMax May 4, 2009 216 79
PnPy utility script to encode and decode base64.
ClipStack2 by NickDMax May 4, 2009 175 70
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 ...
ClipStack by NickDMax May 3, 2009 266 55
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 ...
Tabs to Spaces by simon May 2, 2009 300 73
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.
Eval Calculator by simon May 2, 2009 264 86
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.
Notepad .LOG Timestamp Addition by simon May 2, 2009 293 71
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 254 82
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.
Sort Lines & Remove Duplicates by jumpfroggy 10.0 May 2, 2009 320 97
This is modified from the SortLines() script by Scott (wischeese). It sorts lines and removes any duplicates. Case sensitive.