First, the TextFX plugin is great. I find I use TextFX Characters > Proper Case a fair amount.
Instead of running through the TextFX cascade menu on the menu bar, is there a way to add the "Proper Case" function to the pop-up menu on the main screen? UPPERCASE and lowercase are already there?
Thanks..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, the TextFX plugin is great. I find I use TextFX Characters > Proper Case a fair amount.
Instead of running through the TextFX cascade menu on the menu bar, is there a way to add the "Proper Case" function to the pop-up menu on the main screen? UPPERCASE and lowercase are already there?
Thanks..
Hi there,
in menu select "Settings" > "Edit Popup ContextMenu".
It will open the configuration xml file - just find the line:
<Item MenuEntryName="Edit" MenuItemName="lowercase"/>
... and under that line paste this line:
<Item PluginEntryName="TextFX Characters" PluginCommandItemName="Proper Case" />
Save the file and restart Notepad++, that should be all ;)
Cheers