Thursday 16 August 2018

download notepad++ with plugin manager

We use notepad++ for editing xml's and other format files.

Please follow the below steps for downloading notepad++ with plugin manager.


If you want to add it automatically:
download and install version 7.3.3:
https://notepad-plus-plus.org/download/v7.3.3.html
and then download and upgrade it with the latest version. Then use the plugin manager for dowlading the tools.Ex; XML tools


if you want to add the plugin manager manually to your fresh 7.5.1 install:
you can download it here:
https://github.com/bruderstein/nppPluginManager/releases
(uni for 32bit and x64 for x64bit installations)
and copy the extracted files to your notepad++ plugins and updater folder.

the plugin manager project isn’t automatically included anymore, because many npp users didn’t like the sponsored commercials in the latest versions of plugins manager.

it is still easy to add it by copying PluginManager.dll into the plugins folder, it remains a downloadable extra option but it isn’t a forced default installation for all notepad++ users anymore.

1 comment:

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...