Alberto M
Alberto M

Reputation: 1760

Flash builder crashes with auto complete

I've been working with Flash Builder for quite a long time, but just lately, developing a relative small project in Flex, when I try to auto complete the code sometimes the whole application crashes (keeps loading forever). It happened when I was writing <Style source="" /> or even when it was auto generating an handler for an event, so I guess it doesn't depend on the classes I use. Any suggestion? thank you

Upvotes: 0

Views: 650

Answers (3)

jmcouillard
jmcouillard

Reputation: 71

On Mac OSX, use this file :

/Applications/Adobe Flash Builder 4.5/Adobe Flash Builder 4.5.app/Contents/MacOS/Adobe Flash Builder 4.5.ini

You will also need to recreate your workspace (delete .metadata folder).

You might be interested by this article : http://blogs.adobe.com/flexdoc/2011/09/improving-flash-builders-performance.html

Upvotes: 0

Hsjakobsen
Hsjakobsen

Reputation: 346

This is probably a dead thread, but I'll answer where the eclipse.ini is on Windows Machines:

In your Program Files directory (Program Files (x86) if you're running 64-bit) and then in the following folders: \Adobe\Adobe Flash Builder 4.6\eclipse\eclipse.ini

Good luck!

Upvotes: 1

Adnan
Adnan

Reputation: 26350

Try the following:

Locate your eclipse.ini file and set the following settings to higher values than you have right now.

-Xms600m
-Xmx800m

Upvotes: 0

Related Questions