Im having the same probem.

 

Using "Flash Builder 4 Beta 2" code assist does not work, and give the
same error as the OP.

 

Tried deleting the codemodel folder as Deane suggested, but
unfortunately, saw now no change.

 

Any other suggestions?

 

-Christopher

 

 

From: [email protected] [mailto:[email protected]] On
Behalf Of Deane Venske
Sent: Thursday, March 04, 2010 2:31 PM
To: [email protected]
Subject: Re: [flexcoders] help - code assist stopped working

 

  

You need to delete the following folder from your workspace:
.metadata\.plugins\com.adobe.flexbuilder.codemodel

That will make it work again. This happens so often to me that I've made
a batch file:
@echo off
REM The following will delete the prefs file in Flash Builder 4 Beta 2
that caused content assist to break
RMDIR
C:\Users\Deane\workspace\.metadata\.plugins\com.adobe.flexbuilder.codemo
del /s /q
@echo off
REM The following will delete the prefs file in Flash Builder 4 Beta 2
that caused content assist to break
RMDIR C:\Users\Deane\Adobe ColdFusion Builder
workspace\.metadata\.plugins\com.adobe.ide.coldfusion.appcodegeneration
/s /q
RMDIR C:\Users\Deane\Adobe ColdFusion Builder
workspace\.metadata\.plugins\com.adobe.ide.coldfusion.dictionary /s /q
RMDIR C:\Users\Deane\Adobe ColdFusion Builder
workspace\.metadata\.plugins\com.aptana.ide.editors.codeassist /s /q

Change that to your folders and it will work (I use CF Builder too)

You need to have the builders closed when running this.

Thanks,
Deane

On 3/4/2010 10:55 AM, Chris Sheffield wrote: 

          

        I apologize. This is probably more of an Adobe Support issue,
but since I'm using beta 2 of FB4, I wasn't sure what kind of support is
currently available.

         

        Anyway, I was working on a project yesterday and all of a sudden
my code assist stopped working in .as files. Still seems to work fine in
.mxml files, so not sure what's going on. Has anyone run into this? Is
there anything I can do? The error I receive is:

         

                "Content Assist" did not complete normally.  Please see
the log for more information.

                java.lang.NullPointerException

         

        I haven't checked the log because I have no idea where it can be
found. Running on a Mac, btw. I suppose my next step is to simply
reinstall the product if I can't find another fix.

         

        Thanks,

        Chris

         

         

        --

        Chris Sheffield

        Read Naturally, Inc.

        www.readnaturally.com

         

 

Reply via email to