Tracking file in Netbeans IDE Projects window(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
在项目资源管理器中跟踪当前文件 - 处理大型项目时,打开大量文件,如果我想在项目窗口中导航到当前文件,会变得很困难.
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 区分大小写.MyClass
与 MyCLASS
不同,因此它必须将文件名视为区分大小写.
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 项目窗口中的跟踪文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Netbeans IDE 项目窗口中的跟踪文件


- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01