NetBeans 6.9 测试版 LineWrap

发布于 2024-08-31 10:21:05 字数 256 浏览 1 评论 0原文

-J-Dorg.netbeans.editor.linewrap=true

我已在此处阅读过此命令,它打开换行功能。但是,我需要知道的是,我可以在哪里放置此命令才能打开它?我在 Mac OS X 10.6 上使用 NetBeans 6.9。预先感谢您的任何帮助!

-J-Dorg.netbeans.editor.linewrap=true

This command, I have read here, turns the line wrap feature on. What I need to know, however, where can I put this command in order to turn it on? I am using NetBeans 6.9 on Mac OS X 10.6. Thanks in advance for any help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小猫一只 2024-09-07 10:21:05

您可以在启动 NetBeans 时在命令行上使用它...

看起来像这样

/Applications/NetBeans/NetBeans\ 6.9\ Beta.app/Contents/Resources/NetBeans/bin/netbeans -J-Dorg.netbeans.editor.linewrap=true

或者,您可以将其添加到文件中的 netbeans_default_options 变量中

Applications/NetBeans/NetBeans\ 6.9\ Beta.app/Contents//Resources/NetBeans/etc/netbeans.conf

You can use this on the command line when you start NetBeans...

That would look something like this

/Applications/NetBeans/NetBeans\ 6.9\ Beta.app/Contents/Resources/NetBeans/bin/netbeans -J-Dorg.netbeans.editor.linewrap=true

Or, you can add it to the netbeans_default_options variable in the file

Applications/NetBeans/NetBeans\ 6.9\ Beta.app/Contents//Resources/NetBeans/etc/netbeans.conf
说不完的你爱 2024-09-07 10:21:05

好的,我已经找到了。在 Mac OS X 上,您必须按住 Control 键单击 Netbeans 应用程序图标,单击“显示包内容”,转到 Contents/Resources/NetBeans/etc/ 并修改 netbeans.conf 文件。

OK, I have found it. On Mac OS X, you have to control-click the Netbeans app icon, click on 'Show Package Contents', go to Contents/Resources/NetBeans/etc/ and modify the netbeans.conf file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文