peterlck / hamcrest

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

Defining HC_SHORTHAND breaks code completion (Xcode 4.3.1 4E1019) #178

Open GoogleCodeExporter opened 10 years ago

GoogleCodeExporter commented 10 years ago
Hi,

Have been having code completion trouble for some time on our projects, and 
finally narrowed it down to 
HC_SHORTHAND; on the basis that having it defined caused code completion to 
stop working for sources in our unit testing bundles, whereas when undefined 
all was well.

Using latest version 1.7 from the binaries. Any pointers as to how I can 
investigate the problem further? Next step would seem to be checking out the 
sources and seeing if the problem is still caused when building the library as 
a dependency of the project

Thanks,

J

Original issue reported on code.google.com by joncro...@gmail.com on 26 Mar 2012 at 11:02