繁体   English   中英

如何隐藏与警告和提示无关的Delphi编译器消息?

[英]How to hide the Delphi compiler messages that aren't related to warnings and hints?

我正在使用Delphi XE4,但问题应该发生在早期版本的Delphi IDE中。 编译包含超过100个项目的项目组时,“ Messages窗口显示如下内容:

Checking project dependencies...
Building SQL.Alpha.resource.core.dproj (Debug, Win32)
Building SQL.Alpha.resource.datamap.dproj (Debug, Win32)
Building SQL.Alpha.resource.db.dproj (Debug, Win32)
Building SQL.Alpha.resource.module.dproj (Debug, Win32)
Building SQL.Alpha.resource.styles.dproj (Debug, Win32)
Building SQL.Alpha.resource.images.dproj (Debug, Win32)
Building SQL.Alpha.resource.script.dproj (Debug, Win32)
Building SQL.Alpha.resource.report.fastreport.dproj (Debug, Win32)
Building SQL.Alpha.resource.report.reportbuilder.dproj (Debug, Win32)
Building SQLAlpha.dproj (Debug, Win32)
[dcc32 Hint] SQLAlpha.dpr(10): H2164 Variable 'k' is declared but never used in 'SQLAlpha'
Success
Elapsed time: 00:00:02.0

当列表增长时,从窗口识别提示和警告变得越来越困难。 Building...消息总是在编译项目时显示。

AFAIK,IDE中没有可用于过滤消息窗口的选项。 您可能需要寻找第三方解决方案。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM