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

No groups on advanced tab #178

Closed Corderbollie closed 7 years ago

Corderbollie commented 7 years ago

Hi. Just installed 0.11.0.v20170121-2217 for testing and noticed that the options on the advanced tab of the doxy filey editor are not assigned to a group anymore.

The only group available is 'Others'. When I clikc any option I get an error in the error log view like:

org.gna.eclox.ui Error encountered. DOXYFILE_ENCODING: missing or wrong TYPE property. Error encountered. DOXYFILE_ENCODING: missing TEXT property.

The options are all in the list however there is no group assigned to them.

anb0s commented 7 years ago

Thanks! I will investigate...

anb0s commented 7 years ago

No groups: image

anb0s commented 7 years ago

Exception after selection: image

... null org.gna.eclox.ui Error Tue Jan 24 10:45:11 CET 2017 Error encountered. DOXYFILE_ENCODING: missing TEXT property. ... null org.gna.eclox.ui Error Tue Jan 24 10:45:11 CET 2017 Error encountered. DOXYFILE_ENCODING: missing or wrong TYPE property. ...

anb0s commented 7 years ago

fixed