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

Setting IGNORE_PREFIX is handled wrong #58

Closed anb0s closed 9 years ago

anb0s commented 9 years ago

Original Savannah ticket 7342 reported by gbrocker on Sun Oct 08 13:03:11 2006.

Hi,

when selecting the setting 'Ignore Prefix' (IGNORE_PREFIX) in the editor, I get the possibility to select 'Yes', 'No' and 'Default'. This is wrong for this setting cause you can specify values here which should be ignored by doxygen like:

IGNORE_PREFIX = C T I

This tells doxygen to ignore the prefixes 'C', 'T' and 'I' when sorting - for example - class names.

Regards, Torge

anb0s commented 9 years ago

Comment by gbrocker on Sun Oct 08 22:25:26 2006

OK, one more bug very easy to fix.

According to you, what would the best handling, a simple text line or a list of texts ?

Guillaume

anb0s commented 9 years ago

Comment by thegeneral on Mon Oct 09 07:30:34 2006

Hi,

I list of texts would be the best handling cause depending on the order of the prefixes the result can be different:

IGNORE_PREFIXES = C CMy

can result in different alphabetical sorting than

IGNORE_PREFIXES = CMy C

Changing the order with the up and down buttons is much more easier.

Regards Torge

anb0s commented 9 years ago

Comment by gbrocker on Sun Oct 22 01:41:24 2006

Fixed in the next release.

anb0s commented 9 years ago

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