PhaserEditor2D / PhaserEditor

A friendly IDE to develop HTML5 games based on the Phaser framework.
https://phasereditor2d.com
Eclipse Public License 1.0
330 stars 45 forks source link

Icon in Project Explorer shows error, we could use an indication of the specific error. #135

Closed tfsJoe closed 5 years ago

tfsJoe commented 5 years ago

Hello again, I noticed that in v1.5.4, there are red X icons overlaid on items in the project explorer if they contain errors. For example, we had a canvas with two sprites with the same name, which is an error. However, we had to find it by manually searching because, as far as I know, there is no text display of what the error is.

Would it be possible to get the specific error message or line number in a tooltip when mousing over the item? Or some similar functionality.

Currently, we have a pack.json file showing an error, but we have no idea what it is, for example: image

PhaserEditor2D commented 5 years ago

Hi, please check in the Problems view if there is any message. If there is an error message, you can double click on it and the Pack Editor should open in the asset key of the problem.

image

tfsJoe commented 5 years ago

I see, thanks.