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
35 stars 2 forks source link

Multiple markers, entries in build history when building the same doxyfile from two perspectives #50

Closed anb0s closed 9 years ago

anb0s commented 9 years ago

Original Savannah ticket 6024 reported by gbrocker on Mon May 29 16:11:01 2006.

When re-building the same doxyfile in a second perspective (for example building first in the Plug-in Developpement perspective and then in the Resource perspective), the doxyfile appears twice in the pulldown menu and markers for doxygen problems appears twice.

anb0s commented 9 years ago

Comment by gbrocker on Wed May 31 16:58:27 2006

The bug may come from resource instance comparison instead of resource location comparison when accessing to existing build jobs.

anb0s commented 9 years ago

Comment by gbrocker on Thu Jul 05 10:21:48 2007

The markers life-cycle management should be improved. Existing markers should be removed only the build completes and just before parsing the job output to set new markers.

Doing so will prevent the lost of markers when a build job cannot complete.

anb0s commented 9 years ago

Closed by gbrocker on Tue Sep 18 14:58:40 2007