如何让Flashdevelop错误出现在结果面板中?

发布于 2024-10-07 12:16:03 字数 517 浏览 0 评论 0原文

我正在使用 Flashdevelop 构建 Actionscript 3.0 游戏。它最初是一个 FlashIDE 项目,但我决定将项目迁移到 FlashDevelop。我还更改了一些资产和属性名称,结果出现了很多语法错误。编译时,错误不断出现在输出面板而不是结果面板中(这是正常的)。我知道当我单击结果面板中的错误时,它将打开并在代码面板中指出错误。我无法在输出面板中出现错误时执行此操作(我认为这是正常的)。我可以做些什么来使错误可点击吗?

即使像这样的简单错误也不会出现在“结果”面板中:

Loading configuration file H:\04 Noveline\03 GD\GD03\Folder (aaaa)\TEST\obj\MeccatomedinaConfig.xml
H:\FD(1)\TEST\src\Game.as(75): col: 3 Error: Access of undefined property sssss.
sssss
^
Build halted with errors (fcsh).
(fcsh)

I am using Flashdevelop to build an Actionscript 3.0 game. It was originally a FlashIDE project but I decided to migrate the project to FlashDevelop. I also changed some asset and property names, as a result there were a lot of syntax error. The errors keep coming out in the Output Panel instead of Results Panel (is that normal) when compiled. I know that when I click errors in the Results Panel it will open and point the error in the Code Panel. I can't do that with errors in the Output Panel (I assume its normal). Is there something I can do to make the errors clickable ?

Even a simple error like this doesnt come out in the Results panel:

Loading configuration file H:\04 Noveline\03 GD\GD03\Folder (aaaa)\TEST\obj\MeccatomedinaConfig.xml
H:\FD(1)\TEST\src\Game.as(75): col: 3 Error: Access of undefined property sssss.
sssss
^
Build halted with errors (fcsh).
(fcsh)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

初熏 2024-10-14 12:16:03

据我所知,不可能使输出面板可点击。但您可以按 F10 打开程序设置对话框并检查结果面板是否被禁用。如果真的很烦人,还可以禁用输出面板)

afaik it's impossible to make output panel clickable. but you can press F10 to open program settings dialog and check if your results panel is disabled. and also disable output panel if it's really annoying)

纸伞微斜 2024-10-14 12:16:03

错误应该出现在结果面板和输出面板中。确保结果面板已打开。

The errors should appear in the results panel and the output panel. Make sure the results panel is open.

苍暮颜 2024-10-14 12:16:03

从项目路径中删除括号以解决该问题。
(正如 Stucko 和 Markus von Broady 在评论中所写。)

对于 FlashDevelop 5.1.1.1,这个问题仍然存在。
我已将问题记录在这里以供参考:
https://github.com/fdorg/flashdevelop/issues/1676

Remove parentheses from project path to workaround the issue.
(As Stucko & Markus von Broady wrote in comments.)

This issue is still around for FlashDevelop 5.1.1.1.
I have logged the issue here for ref:
https://github.com/fdorg/flashdevelop/issues/1676

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文