Skip to content

TextFX2 is a Notepad++ plugin which performs a variety of common conversions on selected text.

License

Notifications You must be signed in to change notification settings

rainman74/NPPTextFX2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPPTextFX2

TextFX2 is a Notepad++ plugin which performs a variety of common conversions on selected text.

The original project has been dead since 2008. Now Notepad++ has started to block the plugin with version 8.4.3, so that it is no longer loaded.

So I grabbed the source code with the aim to bypass the blocking. But in the process I also made some cosmetic changes that bothered me:

  • Complete removal of HTML Tidy
  • Removal of no longer needed or working menus
  • Updates for current Scintilla
  • 64-bit version is fully functional
  • 64 bit version does not yet contain all functions like the 32 bit version

This code can be build on Visual Studio 2022 (Community Edition).

Original source code for version 0.25 (dated 2008) can be fround from here: https://sourceforge.net/projects/npp-plugins/files/TextFX/.

Installation instructions:

A Notepad++ plugin must always be located in a separate folder with the same name as the DLL, otherwise it will not be loaded.

Examples:

  • \Notepad++\plugins\NppTextFX64\NppTextFX64.dll (64 bit version)
  • \Notepad++\plugins\NppTextFX\NppTextFX.dll (32 bit version)

You can also rename the 64 bit plugin to NppTextFX.dll, then the folder name must be the same as for the 32 bit plugin.

About

TextFX2 is a Notepad++ plugin which performs a variety of common conversions on selected text.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages