[Bug 66683] New: Gideon : Code refactoring

Sebastien sebastien.laout at tuxfamily.org
Mon Oct 27 13:13:05 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=66683     
           Summary: Gideon : Code refactoring
           Product: kdevelop
           Version: unspecified
          Platform: Mandrake RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: sebastien.laout at tuxfamily.org


Version:            (using KDE KDE 3.1)
Installed from:    Mandrake RPMs

I've recently discovered Eclipse (IDE by IBM, in Java) : www.eclipse.org
It have certain cool features, that could be included in KDevelop :
- Add a dialog to insert local variables in classes and create automatically getters/setters in header and source :
* For example "int size" => private: m_size; public: int size(); void setSize();
* If "bool var", getter name's is "bool isVar;".
- If I want to rename a variable, (for example, rename "nome" to "name"), rename it in all sources, and also rename getters/setters !
* Of course it isn't an usual correction, so do not do it directly if I edit the name in the code but create a new dialog to rename it (and eventually ask me if I want to rename each found correspondances).




More information about the KDevelop-devel mailing list