Netbeans IDE Projects窗口中的跟踪文件 [英] Tracking file in Netbeans IDE Projects window

查看:177
本文介绍了Netbeans IDE Projects窗口中的跟踪文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

只需使用NetBeans 8.0.2。想知道IDE是否具有与Eclipse或Visual Studio类似的功能,如


  1. 跟踪Projects explorer中的当前文件 - 使用大型项目,打开很多文件,如果我想导航到项目窗口中的当前文件,这将变得困难。


  2. 除此之外,项目浏览器是以区分大小写的方式显示文件夹/文件,导致难以找到确切的文件/文件夹。


是否有设置或两个来控制这种行为?

解决方案

对于第一部分:



使用选项视图 - >带有视图的同步编辑器可以在项目窗口的编辑器中自动选择当前文件。



或者(我更喜欢的)使用导航 - >在项目中选择手动选择项目窗口中的当前编辑器文件。



您可以在手册中找到有关在IDE中导航的更多信息:

http://docs.oracle.com/cd/E50453_01/doc.80/e50452/work_java_code.htm#CIAGADFI



关于第二部分:Java是区分大小写的。 MyClass MyCLASS 不同,所以它必须将文件名视为区分大小写。


Just getting hands on with NetBeans 8.0.2. Wondering if the IDE has similar features as Eclipse or Visual Studio like

  1. Track current file in Projects explorer - When working with large projects, with lots of files open, if I want to navigate to current file in projects window it is getting difficult.

  2. On top of it, the project explorer is showing the folders/files in a case sensitive manner resulting difficult to locate the exact file/folder.

Is there a settings or two to control this behavior?

解决方案

For the first part:

use the option "View -> Synchronized Editor with views" to automatically select the current file in the editor in the project window.

Alternatively (what I prefer) use "Navigate -> Select in Projects" to manually select the current editor file in the project window .

You can find more information about navigating in the IDE in the manual:
http://docs.oracle.com/cd/E50453_01/doc.80/e50452/work_java_code.htm#CIAGADFI

Regarding the second part: Java is case sensitive. MyClass is something different than MyCLASS so it has to treat the file names as case sensitive.

这篇关于Netbeans IDE Projects窗口中的跟踪文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆