开发者

Netbeans - exclude .svn directories from editor

开发者 https://www.devze.com 2023-02-22 13:20 出处:网络
I\'m using NetBeans 6.9.1 and for some reason in the \"Projects\" view the .svn directori开发者_JAVA技巧es are showing up alongside the source code. How can I tell NetBeans to not show the .svn direct

I'm using NetBeans 6.9.1 and for some reason in the "Projects" view the .svn directori开发者_JAVA技巧es are showing up alongside the source code. How can I tell NetBeans to not show the .svn directories?

I believe it worked like this when I first installed NetBeans but somehow it's started showing the .svn directories (I likely mucked up a setting).


It is usually set up like this by default, but you must have changed it. In the menu Tools / Options -> Miscellaneous -> Files you should have a "ignored by the IDE" pattern looking like

^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(?!lib|htaccess$).*$

This is my setting, I have added the last htaccess part to show .htaccess files in the project window.

You can see the default pattern at http://ui.netbeans.org/docs/ui/file_types_UI_spec/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号