TextFX "Proper Case" command in context menu
-
Hi,
I tried everything to get the TextFX “Proper Case” command into the context menu but I can’t get it to show up. Here is what I tried:<Item PluginEntryName=“TextFX Characters” pluginCommandItemName=“Proper Case” ItemNameAs=“Proper Case” />
What I am doing wrong here??
thx,
Tobias -
Hello,
Are you sure you have
<Item PluginEntryName="TextFX Characters" PluginCommandItemName="Proper Case" />
in
C:\Users\{USER}\AppData\Roaming\Notepad++
and have TextFX installed?
Otherwise I see no reason why wouldn’t it work. -
Hi imbrish, thanks for answering.
And no, I have my settings incl contextMenu.xml on cloud:
D:\Dropbox\Notepad++\contextMenu.xmlIs this a problem?
(btw, how do you highlight the code snippets here in this forum?)
-
Update:
I tried the same code again and now it seems to work. I have no idea why it didn’t worked before but I’m glad it’s working now.thanks again,
Tobias -
Hi Tobias,
Quite easy to generate this highlight ! Just indent the text you want to highlight, as code, by FOUR spaces or a tabulation
See documentation on the Markdown Syntax at the address below, and consult the Code Blocks section :
http://daringfireball.net/projects/markdown/syntax
**************** * Best Regards * ****************
guy038