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

autocompletion not working in Flash Builder burrito

Guest
Apr 07, 2011 Apr 07, 2011

Copy link to clipboard

Copied

Hello!

What causes could prevent autocompletion from working in Flash Builder burrito? in flash builder 4 it works fine, but not at all in burrito. maybe I changed some settings somehow? If i open Settings->Flash Builder->Editors then "Enable Auto Activation" under "Code Assist" is checked.

what other reason could there be for that problem?

Views

1.6K

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
Apr 08, 2011 Apr 08, 2011

Hi,

Are you using 'Flash Builder Burrito Preview'? You might have faced this known issue https://bugs.adobe.com/jira/browse/FB-28451 . This is fixed in future builds of Flash Builder.

Workaround is, Click 'Restore defaults' in Preferences->Flash Builder->Editors->ActionScript Code->Content Assist Cycling

Or Changing workspace.

Let us know if this workaround solves the issue.

-Radhakrishna

Votes

Translate

Translate
Guest
Apr 07, 2011 Apr 07, 2011

Copy link to clipboard

Copied

Can you please be specific on which autocompletion is not working, type, variable, function names, or something else? Along with this a simple code sample would be more helpful for us to troubleshoot.

Thanks

Shylendra

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
Guest
Apr 07, 2011 Apr 07, 2011

Copy link to clipboard

Copied

all of them.

example: i create a new ActionScript only project, click in the mainclass and type

    var asdf:

autocompletion doesn't popup.

if I import TextField manually and then type

    var asdf:TextField = new TextField();

    asdf.

again nothing happens.

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
Guest
Apr 08, 2011 Apr 08, 2011

Copy link to clipboard

Copied

Can you please attach the workspace log. It can be found in <workspace location>/.metadata/.log.

Also are you using an old workspace, created by FB4? If yes, try creating a new workspace and see if it happens.

-Shylendra

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
Guest
Apr 08, 2011 Apr 08, 2011

Copy link to clipboard

Copied

Hi,

Are you using 'Flash Builder Burrito Preview'? You might have faced this known issue https://bugs.adobe.com/jira/browse/FB-28451 . This is fixed in future builds of Flash Builder.

Workaround is, Click 'Restore defaults' in Preferences->Flash Builder->Editors->ActionScript Code->Content Assist Cycling

Or Changing workspace.

Let us know if this workaround solves the issue.

-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
Guest
Apr 08, 2011 Apr 08, 2011

Copy link to clipboard

Copied

LATEST

yap, that did do the trick!

thank you!

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