From: Baptiste L. <gai...@fr...> - 2003-02-04 22:37:31
|
Excellent! Do you know how well adopted is Eclipse as a C++ environment for Unix ? I read that Eclipse's java refactoring plug-in actually support undo => all sources are reversed by doing a simple undo. It might also be interesting to look into that. I'm currently working on the CodeRewritter, and more specifically trying to deal with inserting a new statement in a composite. This is somewhat tricky, because you need to figure out were the new text need to be inserted... Baptiste. ----- Original Message ----- From: "Andre Baresel" <and...@gm...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Tuesday, February 04, 2003 1:48 PM Subject: [Cpptool-develop] Status EclipsePlugIn ... > Hello, > > I just managed to write the first plugin connected to our refactoring code. > However I still have to implement the full TextDocument Interface > and to figure out a way to show dialogs in Eclipse for asking the user > for activities. For this I plan to look at the refactoring implementation > comming with Eclipse-JavaPlug... > > Well, It's nice to see this working not only in VC ;-) > > A lot of exception/error handling is also open. > > -- André |