在Notepad ++中隐藏注释

时间:2012-02-12 19:20:33

标签: comments notepad++

我有一个包含很多评论的HTML文件。它们很有用,但是当我使用文件时,我想隐藏它们以便于阅读。

您是否遇到过可以做到这一点的插件?除Notepad ++之外的其他编辑器怎么样?

4 个答案:

答案 0 :(得分:3)

我前段时间遇到过同样的问题。您可以做的一件事是将注释行放在大括号之间,如:

{  //Hidden comments

//Word.Document doc = wordApp.Documents.Open(ref outputFile, ref nullobj, ref nullobj,     
//                                    ref nullobj, ref nullobj, ref nullobj,           
//                                    ref nullobj, ref nullobj, ref nullobj,            
//                                    ref nullobj, ref nullobj, ref nullobj,            
//                                    ref nullobj, ref nullobj, ref nullobj,ref nullobj);
}

所以你可以崩溃它并以这种方式看待它:

{  //Hidden comments

答案 1 :(得分:2)

在Notepad ++中,从“语言”菜单中选择HTML。如果你有这样的评论:

<!-- here are some html comments
  sdfasdfadsf
  asdfasdf
-->

你可以将它们折叠得很好。您可以使用全部折叠来折叠整个html内容,然后从那里开始展开(仅限于您想要查看的部分)。

答案 2 :(得分:1)

解决方法

使用 alt + h 隐藏线条。

修复

下面介绍使用NPP对现有语言文件的内联和多行注释进行代码折叠/注释折叠的设置。

**警告:单击右上角的X将关闭文档,因此在步骤4中单击 Undock ,以关闭UDF对话框,而不是X.您可以恢复已关闭的文档在文件下拉菜单中。

**警告:您可能需要重新启动NPP才能在 语言 下拉菜单中查看UDF;所以,不要慌乱。

**警告:在步骤4中:我需要清除打开关闭特效字段,然后在此工作之前重新添加数据。

  1. 点击 语言 -> 在下拉菜单中定义您的语言...
  2. An arrow points to the "import" button.

    1. 点击导入... ,如图所示。
    2. A partial URI is shown; an arrow and question mark indicate that PHP has not been contributed; the Javascript UDF file is indicated by a second arrow; "activate the okay button" is indicated by a third arrow.

      1. 浏览到User-Defined Language Files (docs.notepad-plus-plus.org)并找到您的UDF;如上图所示,PHP尚未提供;但是,JavaScript已经提供了,它比内置的JavaScript语言文件好得多(我建议尝试这样做,所以点击 Okay )。
      2. A drop-down select is indicated with a first arrow containing the UDF name; a second arrow points to a checked checkbox that reads "Allow folding of comments"; a third arrow points to the "open" field in in the "comment line" pane; a fourth pair of arrows points to the "open" and "close" fields in the "comment style" pane.; a fifth arrow indicates activating the "undock" button.

        1. 在评论&amp; “数字”选项卡,确保在用户语言:下拉菜单中选择导入的语言。此外,请确保选中允许折叠评论。单行和内嵌注释位于注释行样式下,多行注释位于注释样式下;这样,如果你做多个单行评论,他们就会弃牌。
        2. 用法

          alt + h 可以通过减少线深来减少水平滚动。 alt + h 最大化编辑缩放视野。

          代码折叠改进了编辑器缩放FOV。

          非隐藏评论是不相关的项目;隐藏的评论是代码解释。

答案 3 :(得分:0)

记事本加上5.9快捷方式
由molave上传,于2012年1月26日由francismuir更新 平台:Windows /英文  pdf PDF printer_friendly打印最小化隐藏所有最大化显示全部

Table of Contents:
  • 基本文件管理
  • 修改
  • 搜索
  • 查看

请参阅this..