Hello, @lycan-thrope, @ekopalypse and All,
Ah…, very clever, Lycan ! You totally deserve the N++ guru title ;-))
So, given you last picture of your right-click context menu, this means that your contextMenu.xml configuration file contains the section :
<Item id="0"/> <Item MenuEntryName="Language" subMenuId="language-userDefinedLanguage" name="User Defined Language" MenuItemName="Dark_dBASEPlus"/> <Item MenuEntryName="Language" subMenuId="language-userDefinedLanguage" name="User Defined Language" MenuItemName="dBASEPlus"/> <Item id="0"/>and that you found out the missing part subMenuId="language-userDefinedLanguage" name="User Defined Language" at line 72 of the ...\localization\english.xml file in order to get your functional DBasePlus commands on a right-click action. Wow…, respect !
Best Regards,
guy038