Aptana Studio 3.0.4: Errors and warnings stuck in “Problems” pane

我与影子孤独终老i 提交于 2019-12-12 01:47:58

问题


I have 3 errors and 10 warnings that are "stuck", for lack of a better word, in the "Problems" pane. They're all related to JS/HTML and the project is a PyDev Django project.

There are no files open in Aptana. I've tried restarting multiple times. I've even gone into the preferences and turned off validation for both JS and HTML, yet they persist. Opening other files, such as a python file will update the "Problems" pane with any errors/warnings specific to that file, and removes the errors/warnings once that file is closed, as it should, but these always remain no matter what.

Any one have any idea how to clear this window pane (i.e. refresh it, etc.) so that it'll wake up and realize that it shouldn't be showing these errors/warnings any more?


回答1:


Maybe you have the auto-build turned off (so, turning it on and making a refresh in the file structure could make them go away in a new analysis).

If that doesn't work, try selecting the folder that contains the files with those errors, right clicking it and selecting: PyDev > remove error markers (the errors are not related to PyDev, but that action should remove any error markers, being from PyDev or not).




回答2:


You should be able to select the "stuck" problems in the Problems view, and delete them using the context (right-click) menu, or the Delete key.




回答3:


I had the same problem when the 'build automatically' was enabled. However, I did not need to switch it off, I simply selected 'Project -> Clean' and all the errors/warnings disappeared.



来源:https://stackoverflow.com/questions/7250705/aptana-studio-3-0-4-errors-and-warnings-stuck-in-problems-pane

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!