Menu

TextFX plugin - add options to main editing window pop-up menu

S Smith
2020-10-09
2020-10-12
  • S Smith

    S Smith - 2020-10-09

    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..

     
  • Jakub Drahorád

    Jakub Drahorád - 2020-10-12

    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

     
    👍
    1

Log in to post a comment.