How to make Flashdevelop errors in the results pane?

I am using Flashdevelop to create 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, resulting in a lot of syntax errors. Errors are saved in the output panel instead of the results panel (this is normal) during compilation. I know that when I click errors in the results pane, it will open and indicate an error in the code panel. I cannot do this with errors in the output panel (I assume this is normal). Is there something I can do to make errors available?

Even a simple error like this does not appear 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)
+3
source share
3 answers

afaik cannot make the output panel pressed. but you can press F10 to open the program settings dialog and check if the results pane is disabled. and also disable the output panel if it is really annoying)

+1
source

Errors should appear in the results pane and in the output pane. Make sure the results pane is open.

0
source

, . ( Stucko Markus von Broady .)

This issue still exists for FlashDevelop 5.1.1.1. I registered the problem here for the link: https://github.com/fdorg/flashdevelop/issues/1676

0
source

Source: https://habr.com/ru/post/1780361/


All Articles