[notepad++] TextFX menu is missing in Notepad++

There is no TextFX menu in the menu bar in my Notepad++ installation.

How do I add it?

There is nothing in Plugins -> Plugin Manager -> Show Plugin Manager -> Available tab


I reinstalled as Dave recommended in his answer (https://stackoverflow.com/a/12699834/362951), but nothing changed.

This question is related to notepad++

The answer is


A lot of the old TextFX operations like removing empty lines and sorting are available under:

Menu Edit ? Line Operations


For Notepad++ 64-bit:

There is an unreleased 64-bit version of this plugin. You can download the DLL from here, drop it under Notepad++/plugins/NppTextFX directory and restart Notepad++. You will need to create the NppTextFX directory first though.

As per this GitHub issue, there might be some bugs lurking around. If you run into any, feel free to raise a GitHub ticket for each, as the author (HQJaTu) is recommending. As per the author, the code behind this binary is found on this branch.

enter image description here

Tested on Notepad++ v7.5.8 (64-bit, Build time: Jul 23 2018)


Plugins -> Plugin Manager -> Show Plugin Manager -> Setting -> Check mark On Force HTTP instead of HTTPS for downloading Plugin List & Use development plugin list (may contain untested, unvalidated or un-installable plugins). -> OK.


For 32 bit Notepad++ only

Plugins -> Plugin Manager -> Show Plugin Manager -> Available tab -> TextFX Characters -> Install.

It was removed from the default installation as it caused issues with certain configurations, and there's no maintainer.