Nice! Couple of language issues:
"Switch between Method Declaration/Definition" should be "Switch between Member Decleration/Defintion". C++ does not have 'methods'. It has member functions. "Implementation does not found. Will I try to create it?" should be "Implementation not found. Create it?" However I wonder if this dialog is necessary? On Sun, Feb 21, 2010 at 8:16 AM, Alexander 'hatred' Drozdoff < [email protected]> wrote: > Hi all, > > I prepare patch that may be helpful in development process. > > With this patch you can go to Header file, write function prototype (or > method prototype in class > definition), press Shift-F2 (or press Right mouse button on prototype and > select item "Switch > between Method Declaration/Definition"), in case when definition does not > present, you can see > message box: Implementation does not found. Will I try to create it? > [Yes/No] > If you answer Yes, template of method will created and you moved to it. > > Path is attached to this letter. > > For russian-speak guys avail my description in blog: > > http://hatred.homelinux.net/wiki/zhurnal:2010-02-11_20.47_qt_creator_i_avtomaticheskoe_sozdanie_realizacii_metoda_prototipa > also, here you can see screens that demonstrate work of patch. > > -- > WBR > Alexander Drozdov > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
