Re: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Constantiner
Are there any includes in the class hierarchy?

-- 
Best regards,
 Constantinermailto:[EMAIL PROTECTED]


SKPS> Hello,
SKPS> I▓m using FB2 on WinXP on a fairly modern laptop (core duo).
SKPS> I seem to be having a great deal of trouble lately with
SKPS> FlexBuilder▓s TEXT EDITOR (in SOURCE MODE) getting VERY VERY
SKPS> SLOW.  Slow means that I can type a 32 character line, and see a
SKPS> 10-15 second delay before all of the characters show up on the screen.
SKPS>
SKPS> Is there some sort of GARBAGE COLLECTION that might be getting
SKPS> in the way of smooth operation?  Are there any known conditions that I 
should be avoiding?
SKPS>
SKPS> Thanks in advance,
SKPS>
SKPS> Steve
SKPS>
SKPS> Steve Kellogg
SKPS> Peak8 Solutions
SKPS> 1401 14th Street
SKPS> Boulder, Colorado
SKPS> 80302, USA
SKPS> Fax: 303.415.2597
SKPS> E-Mail: [EMAIL PROTECTED]





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
Not that I've seen.

Perhaps (as Anatole suggests), it's more a matter of removing the CORRECT
portion of the file, but if that's the case, I haven't figured out the magic
section.


Best


Steve

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Tuesday, November 07, 2006 9:15 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Eclipse becoming HORRIBLY slow??

On Tuesday 07 November 2006 15:05, Steve Kellogg @ Project SOC wrote:
> Well, it's not VERY big..  (2000 lines)
> Is that very big for Eclipse?

It's not *very big*, no.
If you cut it in half, does the problem go away ?

-- 
Tom Chiverton
Helping to simultaneously create magnetic data



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
St James's Court Brown Street Manchester M2 2JF.  A list of members is
available for inspection at the registered office. Any reference to a
partner in relation to Halliwells LLP means a member of Halliwells LLP.
Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Paul Andrews





LOL and I once used a pascal system that only 
allowed code 'pages' of 64 lines..

  - Original Message - 
  From: 
  Anatole Tartakovsky 
  To: flexcoders@yahoogroups.com 
  Sent: Tuesday, November 07, 2006 4:30 
  PM
  Subject: Re: [flexcoders] Eclipse 
  becoming HORRIBLY slow??
  
  2000 lines is really not much - we have objects 3 times bigger that are 
  no problem for editing. However, there are quirks in the FlexBuilder  
  that pretty much kill editing - and there is no real system to it. Usually 
  they can be cured by simple code rearrangement. 
  We had one 2000 file that behaved the same way - it was mxml inherited 
  from another mxml that in turn had #include  section. If you paste in 
  include section, the problem disappears.
  Basically the problem seems related to in-file code dependencies when it 
  falls scan of the file - make sure you check the base objects your 
  "problem" file inherits from .
   
  Hope this helps,
  Anatole
   
   
   
  On 11/7/06, Paul 
  Andrews <[EMAIL PROTECTED]> 
  wrote: 
  




Seems darn big to me for anything..Why is it so big? Usually with 
classes and modularisation, you'd expect much smaller files. Are you 
breaking up the UI into components? 
- Original Message 
- From: "Steve Kellogg @ Project SOC" < 
[EMAIL PROTECTED]>To: <flexcoders@yahoogroups.com>Sent: Tuesday, November 
    07, 2006 3:05 PM Subject: RE: [flexcoders] Eclipse becoming HORRIBLY 
slow??> Well, it's not VERY big.. (2000 lines)>> Is 
that very big for Eclipse?>> Thanks>> 
Steve>>>> -Original Message-> 
From: flexcoders@yahoogroups.com [mailto: 
flexcoders@yahoogroups.com] On> Behalf Of Tom Chiverton> 
Sent: Tuesday, November 07, 2006 4:08 AM> To: flexcoders@yahoogroups.com> Subject: Re: 
[flexcoders] Eclipse becoming HORRIBLY slow??>> On Tuesday 07 
November 2006 10:55, Steve Kellogg @ Project SOC wrote:>> Are 
there any known conditions that I should be >> 
avoiding?>> Is the file itself very big ?>> -- 
> Tom Chiverton> Helping to greatly cultivate compelling 
applications>> 
 >> This 
email is sent for and on behalf of Halliwells LLP.>> 
Halliwells LLP is a limited liability partnership registered in England 
> and> Wales under registered number OC307980 whose registered 
office address is > at> St James's Court Brown Street 
Manchester M2 2JF. A list of members is> available for inspection at 
the registered office. Any reference to a> partner in relation to 
Halliwells LLP means a member of Halliwells LLP. > Regulated by the 
Law Society.>> CONFIDENTIALITY>> This email is 
intended only for the use of the addressee named above and > 
may> be confidential or legally privileged. If you are not the 
addressee you > must not read it and must not use any information 
contained in nor copy it> nor inform any person other than Halliwells 
LLP or the addressee of its> existence or contents. If you have 
received this email in error please > delete it and notify Halliwells 
LLP IT Department on 0870 365 8008.>> For more information 
about Halliwells LLP visit www.halliwells.com.>>> 
> --> Flexcoders Mailing List> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups 
Links>>>>>>>>> 
--> Flexcoders Mailing List> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> 
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com> 
Yahoo! Groups Links>>>>> 


 
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Tom Chiverton
On Tuesday 07 November 2006 15:05, Steve Kellogg @ Project SOC wrote:
> Well, it's not VERY big..  (2000 lines)
> Is that very big for Eclipse?

It's not *very big*, no.
If you cut it in half, does the problem go away ?

-- 
Tom Chiverton
Helping to simultaneously create magnetic data



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC










Thanks for your response.  I would have
been VERY surprised to hear that this was too big for eclipse to handle, as
2000 lines seems TINY to me.

 

I’ll started heading in the
direction you suggest.  I don’t SEE any odd dependancies (except for
EMBEDDED graphics).

 

Best Regards,

 

Steve

 

 

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Anatole Tartakovsky
Sent: Tuesday, November 07, 2006
9:30 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Eclipse
becoming HORRIBLY slow??



 



2000 lines is really not much - we have objects 3 times bigger that are
no problem for editing. However, there are quirks in the FlexBuilder  that
pretty much kill editing - and there is no real system to it. Usually they can
be cured by simple code rearrangement. 





We had one 2000 file that behaved the same way - it was mxml inherited
from another mxml that in turn had #include  section. If you paste in
include section, the problem disappears.





Basically the problem seems related to in-file code dependencies when
it falls scan of the file - make sure you check the base objects your
"problem" file inherits from .





 





Hope this helps,





Anatole





 





 







 





On 11/7/06, Paul
Andrews <[EMAIL PROTECTED]>
wrote: 









Seems darn big to me for anything..

Why is it so big? Usually with classes and modularisation, you'd expect much 
smaller files. Are you breaking up the UI into components? 





- Original Message - 
From: "Steve Kellogg @ Project SOC" < [EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Tuesday, November 07, 2006 3:05 PM 
Subject: RE: [flexcoders] Eclipse becoming HORRIBLY slow??

> Well, it's not VERY big.. (2000 lines)
>
> Is that very big for Eclipse?
>
> Thanks
>
> Steve
>
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On
> Behalf Of Tom Chiverton
> Sent: Tuesday, November 07, 2006 4:08 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Eclipse becoming HORRIBLY slow??
>
> On Tuesday 07 November 2006 10:55, Steve Kellogg @ Project
SOC wrote:
>> Are there any known conditions that I should be 
>> avoiding?
>
> Is the file itself very big ?
>
> -- 
> Tom Chiverton
> Helping to greatly cultivate compelling applications
>
>  
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered
in England

> and
> Wales
under registered number OC307980 whose registered office address is 
> at
> St James's
  Court Brown Street Manchester M2 2JF. A list of members is
> available for inspection at the registered office. Any
reference to a
> partner in relation to Halliwells LLP means a member of
Halliwells LLP. 
> Regulated by the Law Society.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee
named above and 
> may
> be confidential or legally privileged. If you are not the
addressee you 
> must not read it and must not use any information contained
in nor copy it
> nor inform any person other than Halliwells LLP or the
addressee of its
> existence or contents. If you have received this email in
error please 
> delete it and notify Halliwells LLP IT Department on 0870
365 8008.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>
>
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

> Yahoo! Groups Links
>
>
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
> 

























__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





Re: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Anatole Tartakovsky



2000 lines is really not much - we have objects 3 times bigger that are no problem for editing. However, there are quirks in the FlexBuilder  that pretty much kill editing - and there is no real system to it. Usually they can be cured by simple code rearrangement. 

We had one 2000 file that behaved the same way - it was mxml inherited from another mxml that in turn had #include  section. If you paste in include section, the problem disappears.
Basically the problem seems related to in-file code dependencies when it falls scan of the file - make sure you check the base objects your "problem" file inherits from .
 
Hope this helps,
Anatole
 
 
 
On 11/7/06, Paul Andrews <[EMAIL PROTECTED]> wrote:





Seems darn big to me for anything..Why is it so big? Usually with classes and modularisation, you'd expect much smaller files. Are you breaking up the UI into components? 
- Original Message - From: "Steve Kellogg @ Project SOC" <
[EMAIL PROTECTED]>To: <flexcoders@yahoogroups.com>Sent: Tuesday, November 07, 2006 3:05 PM
Subject: RE: [flexcoders] Eclipse becoming HORRIBLY slow??> Well, it's not VERY big.. (2000 lines)>> Is that very big for Eclipse?>> Thanks>> Steve>>
>> -Original Message-> From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On> Behalf Of Tom Chiverton> Sent: Tuesday, November 07, 2006 4:08 AM> To: 
flexcoders@yahoogroups.com> Subject: Re: [flexcoders] Eclipse becoming HORRIBLY slow??>> On Tuesday 07 November 2006 10:55, Steve Kellogg @ Project SOC wrote:>> Are there any known conditions that I should be
>> avoiding?>> Is the file itself very big ?>> -- > Tom Chiverton> Helping to greatly cultivate compelling applications>> 
>> This email is sent for and on behalf of Halliwells LLP.>> Halliwells LLP is a limited liability partnership registered in England > and> Wales under registered number OC307980 whose registered office address is 
> at> St James's Court Brown Street Manchester M2 2JF. A list of members is> available for inspection at the registered office. Any reference to a> partner in relation to Halliwells LLP means a member of Halliwells LLP.
> Regulated by the Law Society.>> CONFIDENTIALITY>> This email is intended only for the use of the addressee named above and > may> be confidential or legally privileged. If you are not the addressee you
> must not read it and must not use any information contained in nor copy it> nor inform any person other than Halliwells LLP or the addressee of its> existence or contents. If you have received this email in error please
> delete it and notify Halliwells LLP IT Department on 0870 365 8008.>> For more information about Halliwells LLP visit www.halliwells.com.>>>
> --> Flexcoders Mailing List> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links>>>>>>>>> --> Flexcoders Mailing List> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> Search Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com> Yahoo! Groups Links>>>>> 
 

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Paul Andrews
Seems darn big to me for anything..

Why is it so big? Usually with classes and modularisation, you'd expect much 
smaller files. Are you breaking up the UI into components?

- Original Message - 
From: "Steve Kellogg @ Project SOC" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, November 07, 2006 3:05 PM
Subject: RE: [flexcoders] Eclipse becoming HORRIBLY slow??


> Well, it's not VERY big..  (2000 lines)
>
> Is that very big for Eclipse?
>
> Thanks
>
> Steve
>
>
>
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Tom Chiverton
> Sent: Tuesday, November 07, 2006 4:08 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Eclipse becoming HORRIBLY slow??
>
> On Tuesday 07 November 2006 10:55, Steve Kellogg @ Project SOC wrote:
>> Are there any known conditions that I should be
>> avoiding?
>
> Is the file itself very big ?
>
> -- 
> Tom Chiverton
> Helping to greatly cultivate compelling applications
>
> 
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered in England 
> and
> Wales under registered number OC307980 whose registered office address is 
> at
> St James's Court Brown Street Manchester M2 2JF.  A list of members is
> available for inspection at the registered office. Any reference to a
> partner in relation to Halliwells LLP means a member of Halliwells LLP.
> Regulated by the Law Society.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee named above and 
> may
> be confidential or legally privileged.  If you are not the addressee you
> must not read it and must not use any information contained in nor copy it
> nor inform any person other than Halliwells LLP or the addressee of its
> existence or contents.  If you have received this email in error please
> delete it and notify Halliwells LLP IT Department on 0870 365 8008.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
> 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC
Well, it's not VERY big..  (2000 lines)

Is that very big for Eclipse?

Thanks

Steve



-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Tuesday, November 07, 2006 4:08 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Eclipse becoming HORRIBLY slow??

On Tuesday 07 November 2006 10:55, Steve Kellogg @ Project SOC wrote:
> Are there any known conditions that I should be
> avoiding?

Is the file itself very big ?

-- 
Tom Chiverton
Helping to greatly cultivate compelling applications



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
St James's Court Brown Street Manchester M2 2JF.  A list of members is
available for inspection at the registered office. Any reference to a
partner in relation to Halliwells LLP means a member of Halliwells LLP.
Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Tom Chiverton
On Tuesday 07 November 2006 10:55, Steve Kellogg @ Project SOC wrote:
> Are there any known conditions that I should be
> avoiding?

Is the file itself very big ?

-- 
Tom Chiverton
Helping to greatly cultivate compelling applications



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] Eclipse becoming HORRIBLY slow??

2006-11-07 Thread Steve Kellogg @ Project SOC










Hello,

 

I’m using FB2 on WinXP on a fairly modern laptop (core
duo).

 

I seem to be having a great deal of trouble lately with
FlexBuilder’s TEXT EDITOR (in SOURCE MODE) getting VERY VERY SLOW.  Slow
means that I can type a 32 character line, and see a 10-15 second delay before
all of the characters show up on the screen.

 

Is there some sort of GARBAGE COLLECTION that might be
getting in the way of smooth operation?  Are there any known conditions that I
should be avoiding?

 

Thanks in advance,

 

 

Steve

 

 

 

Steve
Kellogg

Peak8
Solutions

1401 14th Street

Boulder, Colorado

80302, USA

Fax:
303.415.2597

E-Mail:
[EMAIL PROTECTED]

 




__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___