[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Implementing a formatter

hi all,

I have to implement a formatter and I found more than one choice to do that

I found two method to do that : getContentFormatter in the source viewer and sources->format (CTRL+ALT+F) so with a action etc....

what the difference?? is CTRL+ALT+F use getContentFormatter?? or is it two thing totaly separed?

thanks

a++