|
From: Baptiste L. <gai...@fr...> - 2002-12-20 22:08:27
|
This might work for the most basic refactoring (method level) if Dev-C++ is able to automatically reload the file that were modified. But it will not scale well with the more complex refactoring such as RenameClass or RenameField where more complex interaction are needed (displaying the code related to a given occurrence)... How popular is this IDE in comparison to Borland C++ and CodeWarrior ? Baptiste. ----- Original Message ----- From: "Andre Baresel" <and...@gm...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Friday, December 20, 2002 9:53 PM Subject: [Cpptool-develop] Looking at Dev-C++ > Well, the IDE isn't really effective compared to VC6 however it allows > to start external application > as tools with parameters like: > current source file name and/or current position x,y / all project files > as list etc. > However interaction with a selfwritten tool is not possible (as I can > see), so this has to > be done by the tool itself, e.g. opening a window showing what changes > need to be done. > This isn't really nice to use... e.g. if you want to look in the source > which changes are > requested. > > -- Andre |