This makes SQL code pretty. It is a simple NPP wrap to the python sqlparse library See: https://github.com/andialbrecht/sqlparse
Version 1.0
- Copy sqlformat.py to *\plugins\PythonScript\scripts* in your NPP folder
- Copy the sqlparse folder to *\plugins\PythonScript\lib* in your NPP folder
- Restart NPP. It will now appear as a menu item under Plugins...Python Script...Scripts
- Select the text to minify, or select nothing.
- Go to the NPP menu, Plugins...Python Script...Scripts...SQLformat and click!
- If selected text is detected, it mins and replaces the selected text, otherwise the entire contents of current document.
- Undo is available if you dont like the results
##Credits sqlparse library Copyright (C) 2008 Andi Albrecht, [email protected] This module is derived from python-sqlparse and is released under the BSD License: http://www.opensource.org/licenses/bsd-license.php.