AWE
AWE

Reputation: 4135

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.

Upvotes: 93

Views: 246929

Answers (5)

Voicu
Voicu

Reputation: 17860

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)

Upvotes: 23

user489998
user489998

Reputation: 4521

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

Menu Edit → Line Operations

Upvotes: 19

Dave
Dave

Reputation: 8461

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.

Upvotes: 47

Isxek
Isxek

Reputation: 1096

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.

Upvotes: 63

Fosco Clayhangzo
Fosco Clayhangzo

Reputation: 289

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.

Upvotes: 5

Related Questions