sqlparser / isf_notepad

SQL Formatter plugin for Notepad++
Apache License 2.0
77 stars 47 forks source link

It doesn't work #4

Open ghost opened 7 years ago

ghost commented 7 years ago

I choose format and nothing happens. Whether I select the text or not. I am online. Using Notepad++ 6.9.2

cnfree commented 7 years ago

Hi, thenrich2009

It can work on my Notepad++ 6.9.2 normally.

Please make sure:

First step:

download sqlformat.dll and put it into Notepad++\plugins directory

Second step:

add "Format SQL" into Context Menu by select Settings->Edit Popup ContextMenu, modify contextMenu.xml by adding this line:

<Item FolderName="Plugin commands" PluginEntryName="SQL Format" PluginCommandItemName="Format" ItemNameAs="Format SQL"/>

Third step: Restart Notepad++, write a simple sql, then test the context menu "Plugin commands/Format SQL"

ghost commented 7 years ago

I followed the steps. It didn't work.

Is there some kind of logging to troubleshoot this?

akinet commented 6 years ago

@thenrich2009 Are you using a proxy to access Internet? If you use a proxy you need to setup proxy before using this plugin.