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

"Save all editors before building" settings isn't preserved correctly across Eclipse restarts #59

Closed anb0s closed 9 years ago

anb0s commented 9 years ago

Original Savannah ticket 7545 reported by gbrocker on Fri Oct 27 19:43:37 2006.

Go to Preferences->Doxygen->Misc, choose 'always' for "Save all editors before building", click Apply, then click Ok.

Edit a file, and then do "Build Documentation". The edited file is saved, and doxygen gets run. So far everything is working correctly.

Now quit Eclipse, then start Eclipse again. Edit a file, and do "Build Documentation". Doxygen gets run, but the file is NOT saved. The preferences page however, still shows 'always' as being selected.

To get files to save on "Build Documentation" again, you have to go to preferences, select 'never', click Apply, select 'always', click Apply, and then click Ok.

anb0s commented 9 years ago

Comment by None on Fri Oct 27 19:45:49 2006

I forget to add..

I'm using:

Eclipse 3.2.1 JRE 1.5.0_06 Running under Windows XP Service Pack 2

anb0s commented 9 years ago

Comment by gbrocker on Sat Oct 28 11:59:32 2006

A bad string equality test was used ("==" instead of "equals"). Fixed in next release (0.5.5).

Thank you for you bug report.

anb0s commented 9 years ago

Closed by gbrocker on Wed Dec 13 10:29:57 2006