Ubuntu Netbeans 6.9 很丑
Ubuntu 11.04 中的字体和一切都很难看。你知道如何更改它,使其看起来像 Windows 中的那样吗?或者您知道其他好的 PHP 编辑器吗?
The fonts and everything is just ugly in Ubuntu 11.04. Do you know how to change it, to make it look like in Windows? Or maybe you know other good PHP editor?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
也许你可以尝试使用 Aptana 作为编辑器:http://aptana.com/products/studio3/download
Maby you could try Aptana as an editor: http://aptana.com/products/studio3/download
手动编辑位于
/etc
文件夹中的netbeans.conf
文件。将开关:-J-Dswing.aatext=true
和-J-Dawt.useSystemAAFontSettings=on
添加到netbeans_default_options
部分Manually edit the
netbeans.conf
file, located in the/etc
folder. Add the switchs:-J-Dswing.aatext=true
and-J-Dawt.useSystemAAFontSettings=on
to the sectionnetbeans_default_options
尝试安装sun java或切换到它
其他优秀的 php 编辑器 - phpStorm(不是免费的)
try to install sun java or switch to it
other good php editor - phpStorm ( not free )
我不太喜欢 netbeans 编辑器部分的外观,而且我在字体方面也遇到了麻烦。我改用 DejaVu LGC Sans mono,看起来更好。我还开始使用某人制作的“twilight”主题(http: //taylorpennock.com/netbeans-check-a-great-twilight-theme-for-net)
您可能还想更新到 7 或任何当前版本。我发现 6.9.1 存在一些问题,这些问题已在 7 中得到修复。
I wasn't a huge fan of the way the netbeans editor part looked, and I had trouble with the fonts as well. I switched to DejaVu LGC Sans mono, and it looks better. I also started using the 'twilight' theme that someone made (http://taylorpennock.com/netbeans-check-a-great-twilight-theme-for-net)
You may also want to update to 7 or whatever the current version is. I have some issues with 6.9.1 that I've found are fixed in 7.