1
vote
0answers
20 views

Add code snippets to Notepad++ context menu [duplicate]

Possible Duplicate: Remove/Delete current line in Notepad++ Possible? Basicly i want to add some of my most used commands by modifying shortcuts.xml and contextmenu.xml
4
votes
2answers
990 views

Go to definition of a C function in a different file in Notepad++

While editing a C project on Notepad++ 5.6.7 (Unicode) with the SourceCookifier plugin, I can press Ctrl+Shift+Enter to go to the definition of a function which the cursor is on, but only if it is in ...