how to hide the text limit line in netbeans 6.5?

前端 未结 8 1202
别那么骄傲
别那么骄傲 2021-02-09 19:36

Is there a way to hide the text limit line in netbeans 6.5?

相关标签:
8条回答
  • 2021-02-09 20:16

    There is an easy way to disable the warning generated by NetBeans for number of lines.

    Goto Tools > Options > Editor > Hints

    Find the checkbox Too Many Lines > un-check the checkbox

    and click Apply.

    Enjoy :)

    0 讨论(0)
  • 2021-02-09 20:19

    Remember to go to tools, options, fonts & colors, highlighting tab, text limit line selected before exporting ccp.zip....

    0 讨论(0)
  • 2021-02-09 20:21

    Hi~ I found out how to hide "Text limit line" :)

    1. Tools -> Options -> Export(Popup Win) -> Browse.. (Select target "ccc.zip" file) Select Options for Export : Check at "Editor" -> OK

    2. Edit xml file "\Editors\Preferences\org-netbeans-modules-editor-settings-CustomPreferences.xml" in "ccc.zip" file.

      <entry javaType="java.lang.Boolean" name="text-limit-line-visible" xml:space="preserve">
      <value><![CDATA[false]]></value></entry>
      
    3. Tools -> Options -> Import "ccc.zip" file

    Done

    0 讨论(0)
  • 2021-02-09 20:24

    You can set it to 0. So It will not be visible.

    0 讨论(0)
  • 2021-02-09 20:33

    As for now (October '18) in NetBeans 8.2 + 9 you can hide the text limit line or actually change its color by going to Options -> Fonts & Colors -> Highlighting -> Text Limit Line -> Foreground

    0 讨论(0)
  • 2021-02-09 20:36

    In NetBeans 6.9, setting Right Margin to 0 effectively hides the text limit line.
    Set the value in Preferences > Editor > Formatting > All Languages > Right Margin.
    (Mac OS X 10.6.4, NetBeans 6.9)

    0 讨论(0)
提交回复
热议问题