anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

remove from history if "eclox.core.doxygen.RunException: Missing or bad doxyfile" #203

Closed anb0s closed 6 years ago

anb0s commented 7 years ago

The file is gone but the entry is still in eclox history and cannot be removed. May be just ask user if he wants to remove the entry in case of this exception appears. related to #199

org.gna.eclox.core
Error
Wed Jul 05 21:58:51 CEST 2017
Missing or bad doxyfile

eclox.core.doxygen.RunException: Missing or bad doxyfile
    at eclox.core.doxygen.Doxygen.build(Doxygen.java:221)
    at eclox.core.doxygen.BuildJob.run(BuildJob.java:433)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
anb0s commented 6 years ago

Now with #199 the entry can be removed with new "Clear History" dialog.

anb0s commented 6 years ago

done