Skip to content

ethanpil/npp-sqlformat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLformat.py for Notepad++ Python Scripting plugin

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

Installation

  1. Copy sqlformat.py to *\plugins\PythonScript\scripts* in your NPP folder
  2. Copy the sqlparse folder to *\plugins\PythonScript\lib* in your NPP folder
  3. Restart NPP. It will now appear as a menu item under Plugins...Python Script...Scripts

Usage

  1. Select the text to minify, or select nothing.
  2. Go to the NPP menu, Plugins...Python Script...Scripts...SQLformat and click!
  3. If selected text is detected, it mins and replaces the selected text, otherwise the entire contents of current document.
  4. 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.

About

Notepad++ SQL Beautify using Python Script plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages