Board index » cppbuilder » Possible bug with "Code complete"?
Mike Becker
![]() CBuilder Developer |
Possible bug with "Code complete"?2004-09-15 11:36:08 PM cppbuilder82 The code for my project compiles and runs without error. The project comprises of several units, und in at least two of the units a curious error with the "Code Complete" crops up: Near the begining of a cpp file, "Code Complete" seems to work fine, but nearer the end of the file, Code Complete does not show the listbox with possible variables. The one unit i question is approx. 19000 lines of code and at line 3349 the Code Complete ceases to show the listbox with possible variables even though I try to envoke Code Complete with CTRL + Spacebar. The Builder reponds to my command ( CTRL + Spacebar) so far in that the timerglass shows up for about 1 second and then nothing else. If, however, I move the function in question to the beginning of the file "Code Complete" works fine. But it is so tedious to keep moving the code back and forth. Can anyone please help me remedy this problem? Yours sincerely Mike Becker if ( xyIsClosestOf2PoyntsToRefPoyntInEdgeDirection( A , AnyTracePoynt , TraceAnchorPoynt ) ){ TraceAgainstEdgeDirection = true; return true; } else { TraceInEdgeDirection = true; return true; } |