RE: [flexcoders] help - code assist stopped working

2010-03-08 Thread Christopher McArthur
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: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Deane Venske
Sent: Thursday, March 04, 2010 2:31 PM
To: flexcoders@yahoogroups.com
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

 

 



Re: [flexcoders] help - code assist stopped working

2010-03-08 Thread Chris Sheffield
Interesting. The solution worked great for me. Code assist is working just fine 
now.

Sorry to ask the obvious, but did you close and restart Flash Builder after 
removing the folder? I'm still pretty new to Flex/Flash Builder, so someone 
else may have to chime in here if you can't get it working.


On Mar 8, 2010, at 11:35 AM, Christopher McArthur wrote:

 
 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: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
 Behalf Of Deane Venske
 Sent: Thursday, March 04, 2010 2:31 PM
 To: flexcoders@yahoogroups.com
 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.codemodel 
 /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
 
  
 
  
 
 
 




[flexcoders] help - code assist stopped working

2010-03-04 Thread Chris Sheffield
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



Re: [flexcoders] help - code assist stopped working

2010-03-04 Thread Brian Thompson
Are you using FB as an Eclipse plugin?  If so, you should be able to get the
error log by going to Window-Show View-Other, then picking Error Log from
the list.

-Brian



On Thu, Mar 4, 2010 at 11:55 AM, Chris Sheffield cmsheffi...@gmail.comwrote:



 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



 


Re: [flexcoders] help - code assist stopped working

2010-03-04 Thread claudiu ursica
Did you by any chance upgraded to a newer release than beta 2?
C





From: Chris Sheffield cmsheffi...@gmail.com
To: flexcoders@yahoogroups.com
Sent: Thu, March 4, 2010 7:55:03 PM
Subject: [flexcoders] help - code assist stopped working

   
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.NullPoint erException


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