|
Name
|
Rating
|
Date
|
Views
|
Downloads
|
|
|
|
Align Columns by ian
|
|
Feb. 8, 2010
|
5
|
0
|
|
Align text into columns, preserving the leading whitespace.
|
|
|
|
php beautifier wx gui by avion
|
|
July 1, 2009
|
267
|
80
|
|
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
|
263
|
68
|
|
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
|
220
|
54
|
|
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
|
222
|
57
|
|
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
|
220
|
74
|
|
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
|
231
|
73
|
|
Inserts right side bracket and quotation automatically.
|
|
|
|
Xml Beautifier by AllenDang
|
|
May 7, 2009
|
343
|
110
|
|
This script will beautify xml content in current active tab.
|
|
|
|
QuoteUtils by NickDMax
|
|
May 4, 2009
|
196
|
79
|
|
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
|
203
|
61
|
|
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
|
193
|
68
|
|
PnPy utility script to encode and decode base64.
|
|
|
|
ClipStack2 by NickDMax
|
|
May 4, 2009
|
154
|
60
|
|
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
|
242
|
46
|
|
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
|
261
|
62
|
|
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
|
235
|
71
|
|
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
|
255
|
58
|
|
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
|
220
|
72
|
|
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
|
278
|
78
|
|
This is modified from the SortLines() script by Scott (wischeese). It sorts lines and removes any duplicates. Case sensitive.
|