How to add Eclipse Task Tags programmatically (Eclipse Plugin development)?
        Posted  
        
            by sebnem
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sebnem
        
        
        
        Published on 2010-02-04T08:54:29Z
        Indexed on 
            2010/04/06
            23:03 UTC
        
        
        Read the original article
        Hit count: 153
        
Hi,
I am developing an Eclipse Plugin. I want to add my custom Task Tag programmatically within the plugin. (Lets say DOTHIS) Later, i want to list the lines marked with DOTHIS tag in my custom taskView
I know that it is done using the Eclipse UI from Project > Properties > Java Compiler > Task Tags > New. and then in the task view by Configure Contents but how can i do these arranegments within the plugin?
Thanks in advance.
© Stack Overflow or respective owner