Jake,

>Thanks for the suggestion.  I changed my my heap to a min of 128 and a max
>of 512 in my eclipse.ini file.  I'm not sure I really see a difference.  I
>did, however, notice that "Build Automatically" was checked in the project
>settings.  I unchecked that.  I suspect that recompiling 25,000 lines of
>code over and over wasn't ever going to be very fast.  That helps the speed
>issue a bit but I might still be missing something.
>
>If any more advanced Eclipse users have any suggestions, I'd love to hear
>them.

My guess is it's just having problems parsing a file that big. Generally
most Java classes are no where near that size and my guess is the parsers
for syntax highlight and code hints are just taking a long time.

As I've never worked on a Java class anywhere near that size, I'd recommend
searching for answers on an Eclipse-based mailing list.

I will say I have problems with CFM templates in CFEclipse that are more
than a few 1,000 lines of code, but it seems to be related to CFEclipse
(since I can open the templates in other views without the degradation in
performance.) I'm pretty sure it's the parser in CFEclipse that's having
problems parsing the template. I suspect if I turned off code hinting the
problem would go away, but the problems I've seen could be related to the
color parsing.

Anyway, my guess is it's an issue with the parser for the Java perspective.
There may be a workaround, but you're most likely to find solutions from
people who work with the Java perspective almost exclusively.

-Dan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294586
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to