Friday, 15 June 2012

java - Eclipse: Render custom annotation with strikethrough text -


In Eclipse, how can I provide custom annotation with Strikeout Text (like @ derecrated ) Am I Do I need to develop my own plugin to do this or is there any option in Eclipse Preferences? I checked my IDE, but obviously I can only define that general comments like @deprechated are being presented in general.

Eclipse is using Strikeout Text to mark incomplete sections and other elements if you If you do not want to use @ derecrated for comment, then the only way I can see this is to create your own plugin, where you have the java.util.Formatter class , Where is the format () method, which is converting the text into a string of format that is If you own (or printf () can be set by law, which has been printing format string).

You can read about this in the java.util.formatter tutorial:


No comments:

Post a Comment