Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT Refactoring Question

Hi, I tried asking this on the newsgroup, but to no avail.

I would like to reuse the CDT refactor engine to implement a feature I am working on (in non CDT source).  A few quick questions while I am investigating:
1) Is it possible for me to invoke the refactor engine programmatically rather than just through the UI?
2) Can we provide multiple elements to refactor rather than one at a time? (e.g. a pair of method's)
3) Can we suppress the UI during the refactor if we want?
4) Where is a good starting point in the source for me to accomplish this?


Thanks in advance,
Adam


Back to the top