Scripts

Name Rating Date Views Downloads
Handy Tasks 2 by rfavero 10.0 Aug. 16, 2010 34 17
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 ...
Handy Tasks 1 by rfavero 10.0 Aug. 16, 2010 32 22
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 ...
Productivity: TaskList by JohnLBevan July 14, 2010 61 35
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 ...
Wordpress Tools by JohnLBevan June 29, 2010 132 28
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 ...
Character Count by ZedWonk April 1, 2010 155 60
Gets a count by character for the current selection (or document if nothing is selected)
Align Columns by ian Feb. 8, 2010 188 78
Align text into columns, preserving the leading whitespace.
php beautifier wx gui by avion July 1, 2009 464 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 ...
Chm help on selected function by avion June 24, 2009 443 136
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 357 121
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 408 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 ...
Hex Dump by NickDMax May 18, 2009 383 163
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 384 132
Inserts right side bracket and quotation automatically.
Xml Beautifier by AllenDang May 7, 2009 555 207
This script will beautify xml content in current active tab.
QuoteUtils by NickDMax May 4, 2009 340 160
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 342 131
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 326 142
PnPy utility script to encode and decode base64.
ClipStack2 by NickDMax May 4, 2009 279 122
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 374 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 ...
Tabs to Spaces by simon May 2, 2009 438 133
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 400 144
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 435 122
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 379 147
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 449 161
This is modified from the SortLines() script by Scott (wischeese). It sorts lines and removes any duplicates. Case sensitive.