Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing items in Notepad++ Menu

Tags:

notepad++

This might be a bit off-topic question but I could not get help from anywhere else.

Earlier Notepad++ had Stream Comment and Toggle Block Comment option in the menu, but now I cannot find it. Is there anyway to add these options in the menu? Thanks.

enter image description here

like image 676
user1251698 Avatar asked Aug 07 '26 07:08

user1251698


2 Answers

In Notepad 6.3.2 they are in the menus, see Edit => Comment/uncomment. They are not available in the right-mouse context menu on my computer.

The context menu can be edited so you should be able add other commands as described in the support documentation, see http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Context_Menu

like image 75
AdrianHHH Avatar answered Aug 09 '26 09:08

AdrianHHH


C:\Users\<username>\AppData\Roaming\Notepad++

In this directory rename contextmenu.xml to contextmenu2.xml or delete it .

Then run notepad++ again. You will see new contextmenu.

like image 45
hakki220 Avatar answered Aug 09 '26 09:08

hakki220