[MonoDevelop] Problems with creating a namesapce rename add in

nieve nievegoor at gmail.com
Fri Jan 20 14:29:01 UTC 2012


Hello
I've only recently started diving into the refactoring addins found in
monodevelop in an attempt to add some more functionality to them.
I thought I'd start with renaming namespaces, and went to look at how this
was done with other rename functionalities. I thought using a similar
mechanism in RenameRefactoring.cs, iterating a collection of
Mono.Cecil.MemberReference to create a list of TextReplaceChange in my
PerformChanges implementation. Obviously, since I'm working namespaces,
MemberReference does not apply to this case and I could find anything like
NamespaceReference. Did I miss something? Can anyone direct me to the
starting point?

Regards,
Nieve

--
View this message in context: http://mono.1490590.n4.nabble.com/Problems-with-creating-a-namesapce-rename-add-in-tp4313392p4313392.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list