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

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

问题描述

刚刚开始使用 NetBeans 8.0.2.想知道 IDE 是否具有与 Eclipse 或 Visual Studio 类似的功能

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

  1. 在项目资源管理器中跟踪当前文件 - 处理大型项目时,打开大量文件,如果我想在项目窗口中导航到当前文件,会变得很困难.

  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.

最重要的是,项目浏览器以区分大小写的方式显示文件夹/文件,导致难以找到确切的文件/文件夹.

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?

推荐答案

对于第一部分:

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

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

或者(我更喜欢)使用Navigate -> Select in Projects"在项目窗口中手动选择当前编辑器文件.

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

您可以在手册中找到有关在 IDE 中导航的更多信息:
http://docs.oracle.com/cd/E50453_01/doc.80/e50452/work_java_code.htm#CIAGADFI

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

关于第二部分:Java 区分大小写.MyClassMyCLASS 不同,因此它必须将文件名视为区分大小写.

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 项目窗口中的跟踪文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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