Is there a way to delete all comments in a file using Notepad++?

后端 未结 9 2070
清歌不尽
清歌不尽 2020-12-13 04:40

Notepad++ obviously recognizes all comments as such. Is there a way to simply delete all?

Edit: Stat-R\'s bookmark method has helped greatly, not on

9条回答
  •  遥遥无期
    2020-12-13 05:36

    As someone suggested in another post, the simplest and most reliable is maybe to export the all text in .RTF format using Menu Plugin-->NppExport-->Export to RTF and then:

    -Open the newly created file in Word

    -Select any part of any comment

    -On the top-right side of Word clic Select--> Select all texts with similar formatting

    -Remove the selected comments all at once (del or cut if doesn't work)

提交回复
热议问题