TaoK / PoorMansTSqlFormatter

A small free .Net and JS library (with demo UI, command-line bulk formatter, SSMS/VS add-in, notepad++ plugin, winmerge plugin, and demo webpage) for reformatting and coloring T-SQL code to the user's preferences.
http://www.architectshack.com/PoorMansTSqlFormatter.ashx
GNU Affero General Public License v3.0
957 stars 266 forks source link

Plugin not visible after installation #213

Closed Rolf68 closed 5 years ago

Rolf68 commented 5 years ago

Hi,

First, I wanted to thank you for developing this plugin. I use it almost daily and it is a life saver in debugging complex SQL code. Unfortunately, I have to move to a new laptop (Windows 10 64x) at work and need to reinstall everything. I downloaded and installed the latest 32-bit Notepad++ application, the latest plugin manager and your SQL formatter. I have installed the plugin through the plugin manager or manually but can't see it under the Plugin menu.

I realized that there were 2 notepad++ versions installed, the 64-bit and 32-bit. I removed both and reinstalled the 32-bit from scratch.

Any suggestions on what I need to do to correct this are appreciated.

Rolf68 commented 5 years ago

Hi,

I uninstalled Notepadd ++ 7.6.2 and downgraded to 7.5.4. I installed the SQL plugin manually and it showed up in the plugin menu. Then I upgraded Notepad ++ to 7.5.9 and the plugin was still visible. After upgrading to 7.6.2 and the new plugin manager the Poor man's SQL plugin disappeared from the menu. The plugin manager still shows it as installed. Reinstalling the plugin won't make it appear again.

StrayChild01 commented 5 years ago

@Rolf68 If you go to the site, you can see that the instructions for the manual install have been updated. I followed them and I'm able to continue working with the plugin. I'm currently on Notepad++ 7.6.2

TaoK commented 5 years ago

The plugin should appear in the new plugin manager (64-bit and 32-bit versions) shortly - as soon as the relevant Pull Request on the plugin list project is accepted: https://github.com/notepad-plus-plus/nppPluginList/pull/51

Rolf68 commented 5 years ago

Thank you very much for the updates. I was able to get the plugin working again wit Notepad++ 7.5.9 Awesome - Love the plugin