• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

FB4.5 Code Completion Very Slow

New Here ,
Aug 25, 2011 Aug 25, 2011

Copy link to clipboard

Copied

i'm use to writing all of my code in Flash Professional in package level classes.  in fact, i haven't used the timeline in years as i've doing almost everything in code.  so following the advice of others i've decided to make the jump to Flash Builder.

the main issue i'm having with Flash Builder 4.5 is that code completion takes about a second to show up, while in Flash Professional CS5 it's instant.  for example, if i've declared a new object of type Shape:

var s:Shape = new Shape();

s. //[code completion here]

as soon as i write "s." i immediately expect to see all possible methods and functions of the Shape class as is the case while using Flash Professional CS5.  however, Flash Builder 4.5 there is a significant delay.

additionally, i've become use to quickly filtering the code completion possibilities by entering the first few letters of the desired method or function of the instance.  so using the previous example, if i wanted "graphics" i would often type:

var s:Shape = new Shape();

s.gra //[code completion here] then press tap or return to finish.

all of this works perfectly in Flash Professional CS5, which i've been told countless times that it is a far inferior to Flash Builder for code editing.  but in Flash Builder 4.5 if i start typing "s.gra" no code editing appears at all!  i'm literally forced to wait for the code hinting window to populate after i type "s." before i can start to type "gra" to have the editor complete "graphics" for me.

for Flash Builder's most basic editing features to be (as far as i can see) much inferior to Flash Professional, it is quite shocking.  i'm hoping there is a fix for this.

thoughts?

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
Aug 26, 2011 Aug 26, 2011

Hi,

How much time does it take roughly to popup code hints? In Flash Builder,

auto-activation of Code hints takes around 200 ms ideally. You can

customize this in Preferences->FlashBuilder->Editor-Activate After:

To invoke code hints explicitly you have to press CTRL+SPACE shortcut.

Partially typing a property of an object wont popup code hints. To trigger

code hints for every character you have to check the preference in

Preferences->FlashBuilder->Editor->Use additional custom trigger.

-radhakrishna

Votes

Translate

Translate
Guest
Aug 26, 2011 Aug 26, 2011

Copy link to clipboard

Copied

Hi,

How much time does it take roughly to popup code hints? In Flash Builder,

auto-activation of Code hints takes around 200 ms ideally. You can

customize this in Preferences->FlashBuilder->Editor-Activate After:

To invoke code hints explicitly you have to press CTRL+SPACE shortcut.

Partially typing a property of an object wont popup code hints. To trigger

code hints for every character you have to check the preference in

Preferences->FlashBuilder->Editor->Use additional custom trigger.

-radhakrishna

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 26, 2011 Aug 26, 2011

Copy link to clipboard

Copied

LATEST

thanks Radhakrishna, setting Activate After to 0 makes code hinting as fast as Flash Professional CS5. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines