TextFX menu is missing in Notepad++

Notepad++

Notepad++ Problem Overview


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.

Notepad++ Solutions


Solution 1 - Notepad++

It should usually work using the method Dave described in his answer. (I can confirm seeing "TextFX Characters" in the Available tab in Plugin Manager.)

If it does not, you can try downloading the zip file from here and put its contents (it's one file called NppTextFX.dll) inside the plugins folder where Notepad++ is installed. I suggest doing this while Notepad++ itself is not running.

Solution 2 - Notepad++

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.

Solution 3 - Notepad++

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)

Solution 4 - Notepad++

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

> Menu Edit → Line Operations

Solution 5 - Notepad++

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAWEView Question on Stackoverflow
Solution 1 - Notepad++IsxekView Answer on Stackoverflow
Solution 2 - Notepad++DaveView Answer on Stackoverflow
Solution 3 - Notepad++VoicuView Answer on Stackoverflow
Solution 4 - Notepad++user489998View Answer on Stackoverflow
Solution 5 - Notepad++Fosco ClayhangzoView Answer on Stackoverflow