matatua / cnpack

Automatically exported from code.google.com/p/cnpack
0 stars 0 forks source link

Uses Clause cleaner doesn't work when using unit names with dots #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use some unit that have a dot on the name and one that have the same name 
before the dot (Ex: uses Gennercis, Gennerics.Collections;)
2.Call de Uses cleaner function and remove only the Gennercis unit (leave the 
Gennerics.Collections)

Only the the first unit should be removed from the uses clause, but the second 
unit is affected too. The exemple above leaves the uses clause like this: 

uses Collections; 

when it should be 

uses Gennerics.Collections;

I'm using this version of CnPack: 0.9.9.621 Build 2011.10.01

Original issue reported on code.google.com by afore...@gmail.com on 29 Mar 2012 at 6:56

GoogleCodeExporter commented 9 years ago
This problem was fixed after 624 or later nightly build of CnWizards.

Please try the latest one at:

http://code.google.com/p/cnpack/downloads/list

Original comment by liuxiaos...@gmail.com on 30 Mar 2012 at 1:16