问题描述
我在Mac上使用NetBeans 7.2.以前,我在Windows计算机上使用过NetBeans.有一个非常方便的功能,在项目/文件查看器中的文件夹或文件旁边显示一个图标,告诉您文件夹包含已修改的文件或文件本身已被修改.
I am using NetBeans 7.2 on the mac. Previously I used NetBeans on a windows machine. There was a really handy feature that showed an icon next to a folder or file in the project/files viewer to tell you that a folder contained modified files or that a file itself had been modified.
我的Mac版本似乎未启用此功能.如何启用它?
This feature does not seem to be enable on my mac version. How can I enable it?
推荐答案
最后解决了它.当我将项目添加到netbeans时,我希望元数据位于另一个文件夹中.这会导致版本问题.我取消了该项目并创建了一个新项目,这次将元数据与源文件放在同一文件夹中.现在,我可以看到哪些文件已更改等
Solved it in the end. When I added my project to netbeans, I wanted the meta data to be in another folder. This causes problems with versioning. I scrapped the project and created a new one, this time with the meta data in the same folder as the source files. Now I can see which files have been changed etc
这篇关于Netbeans显示更改的文件和文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!