如何隐藏netbeans 6.5中的文本限制行?

时间:2021-05-07 22:18:03

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

有没有办法隐藏netbeans 6.5中的文本限制行?

8 个解决方案

#1


8  

line is not moving to 200 column, but you can hide it setting its color to same as the background

line没有移动到200列,但您可以隐藏它将其颜色设置为与背景相同

#2


25  

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)

在NetBeans 6.9中,将Right Margin设置为0可以有效地隐藏文本限制行。在“Preferences”>“Editor”>“Formatting”>“All Languages”>“Right Margin”中设置值。 (Mac OS X 10.6.4,NetBeans 6.9)

#3


5  

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

您可以将其设置为0.因此它将不可见。

#4


4  

Are you talking about the line running thru the right side, by default at the 80 column point? That is Options -> Editor -> Indentation -> Right margin. I have it set at 200 columns which pushes it off the right side of the screen.

你是在谈论通过右侧运行的线路,默认情况下是80列点吗?那就是Options - > Editor - > Indentation - > Right margin。我将它设置为200列,将其从屏幕右侧推出。

#5


3  

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

    工具 - >选项 - >导出(弹出窗口) - >浏览..(选择目标“ccc.zip”文件)选择导出选项:选中“编辑器” - >确定

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

    在“ccc.zip”文件中编辑xml文件“\ Editors \ Preferences \ org-netbeans-modules-editor-settings-CustomPreferences.xml”。

    <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

    工具 - >选项 - >导入“ccc.zip”文件

Done

#6


0  

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

在导出ccp.zip之前,请记住选择工具,选项,字体和颜色,突出显示选项卡,文本限制行....

#7


0  

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

有一种简单的方法可以禁用NetBeans为多行生成的警告。

Goto Tools > Options > Editor > Hints

转到工具>选项>编辑器>提示

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

找到复选框Too Many Lines>取消选中该复选框

and click Apply.

然后单击“应用”

Enjoy :)

#8


0  

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

至于现在(18年10月)在NetBeans 8.2 + 9中,您可以通过转到选项 - >字体和颜色 - >突出显示 - >文本限制线 - >前景来隐藏文本限制线或实际更改其颜色

#1


8  

line is not moving to 200 column, but you can hide it setting its color to same as the background

line没有移动到200列,但您可以隐藏它将其颜色设置为与背景相同

#2


25  

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)

在NetBeans 6.9中,将Right Margin设置为0可以有效地隐藏文本限制行。在“Preferences”>“Editor”>“Formatting”>“All Languages”>“Right Margin”中设置值。 (Mac OS X 10.6.4,NetBeans 6.9)

#3


5  

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

您可以将其设置为0.因此它将不可见。

#4


4  

Are you talking about the line running thru the right side, by default at the 80 column point? That is Options -> Editor -> Indentation -> Right margin. I have it set at 200 columns which pushes it off the right side of the screen.

你是在谈论通过右侧运行的线路,默认情况下是80列点吗?那就是Options - > Editor - > Indentation - > Right margin。我将它设置为200列,将其从屏幕右侧推出。

#5


3  

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

    工具 - >选项 - >导出(弹出窗口) - >浏览..(选择目标“ccc.zip”文件)选择导出选项:选中“编辑器” - >确定

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

    在“ccc.zip”文件中编辑xml文件“\ Editors \ Preferences \ org-netbeans-modules-editor-settings-CustomPreferences.xml”。

    <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

    工具 - >选项 - >导入“ccc.zip”文件

Done

#6


0  

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

在导出ccp.zip之前,请记住选择工具,选项,字体和颜色,突出显示选项卡,文本限制行....

#7


0  

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

有一种简单的方法可以禁用NetBeans为多行生成的警告。

Goto Tools > Options > Editor > Hints

转到工具>选项>编辑器>提示

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

找到复选框Too Many Lines>取消选中该复选框

and click Apply.

然后单击“应用”

Enjoy :)

#8


0  

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

至于现在(18年10月)在NetBeans 8.2 + 9中,您可以通过转到选项 - >字体和颜色 - >突出显示 - >文本限制线 - >前景来隐藏文本限制线或实际更改其颜色