Scripts

Name Rating Date Views Downloads
Highlighter by elixir 9.0 July 26, 2012 489 119
i) Adds background highlights to lines which contain the selection ii) Multiple highlights can be used iii) Navigate to next/previous highlight of same color iv) Hide/show lines Usage: Select a ...
Jump To by Patabugen Feb. 7, 2012 1036 270
Provides an interface for jumping to files based on a pattern match. (Note, you must set the path variable to be your own. You must also download texttable.pl)
Chmhelp by Nux Sept. 10, 2011 584 229
The main script opens a help file for current word with current scheme in mind. It works either with win32help extension or with keyhh.exe witch can be dowloaded from: http://www.keyworks.net/keyhh.htm ...
Align by Nux June 30, 2011 683 168
Functions for aligning characters - If nothing was selected then nothing will happen - Alignining is handled by inserting spaces rather then tabs - Also bottom functions for Strafe Selection ...
Selections by Nux June 30, 2011 672 236
This is a library script that provides mainly a Multi selection class. Please save it as "Selections.py" (for my other scripts to work).
Tagging by Nux June 30, 2011 900 338
Surrounds selected text with a tag given in prompt. Supports attributes of tags given in prompt, and short tags handling. It should also work in UTF-8 mode. NOTE! You will ...
Jump/Select to Matching Brace by CoDEmanX May 26, 2011 774 200
This script either jumps or selects to a matching brace via PyPN. It takes care about whether cursor is placed at inner or outer side of a brace!
Remove lines by ian 9.5 March 1, 2011 802 228
Asks you for a regex, and then removes all lines in the document that do or do not contain the regex (depending on the command). If you enter "car" for ...
VHDL entity beautifier by gerald.bruggink Sept. 19, 2010 1029 272
This example script can search for an entity in your document and then align the text depending on the length of you signals by adding tabs.
Handy Tasks 2 by rfavero 10.0 Aug. 16, 2010 898 271
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 923 310
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 986 328
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 1105 280
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 1016 346
Gets a count by character for the current selection (or document if nothing is selected)
Align Columns by ian 10.0 Feb. 8, 2010 1070 350
Align text into columns, preserving the leading whitespace.
php beautifier wx gui by avion July 1, 2009 1493 403
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 1314 429
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 1132 331
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 1482 367
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 1279 390
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 1227 397
Inserts right side bracket and quotation automatically.
Xml Beautifier by AllenDang May 7, 2009 1481 498
This script will beautify xml content in current active tab.
QuoteUtils by NickDMax May 4, 2009 1191 436
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 1134 386
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 1163 419
PnPy utility script to encode and decode base64.
ClipStack2 by NickDMax May 4, 2009 1055 338
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 1185 332
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 1337 362
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 1251 395
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 1385 332
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 1288 398
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 9.0 May 2, 2009 1369 470
This is modified from the SortLines() script by Scott (wischeese). It sorts lines and removes any duplicates. Case sensitive.