From: Baptiste L. <gai...@fr...> - 2002-12-23 19:49:53
|
I just recompiled everything after cleaning each project and it works fine for me. This sound a lot like the bug that was present in the first version. Though, looking at the CVS repository, only the correct version is archived. Please, makes sure that you update your CVS workspace. Also, the add-in should be compiled in release configuration. In any case, I just made a binary snapshot: http://cpptool.sourceforge.net/snapshot/ Are you using VC6 SP5 ? Baptiste. ----- Original Message ----- From: "Andre Baresel" <and...@gm...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Monday, December 23, 2002 8:12 PM Subject: [Cpptool-develop] First Test of Addin ... and some bug report > Hi Baptiste, > > I was just trying out the "RenameTempVar" addin - nice job ! > nothing is as good as trying the code at the user level ;-) > > However it fails with this example: > > { > > int test; > { > int a = test; > if (test == 10) test = 10; > > } > } > > Rename "test" into "ot" will result in: > > { > > int ot; > { > int a otst; > ifotst == 10otst = 10; > > } > } > > Is this code not yet supported ? > > -- Andre |