Search code examples
apache-flexfdt

Powerflash FDT - Why aren't i getting predictive text for MXML?


Recently downloaded Powerflash (FDT) to compare with Flash Builder, but it doesn't seem to cleverly colour the MXML code, nor provide me with predictive text. Is that only for action script files?

Thanks guys


Solution

  • Could you please be more specific - what do you mean by 'colour the MXML code' This could mean different things. It could be:

    1. Error highlighting
    2. Semantic Highlighting
    3. Occurrence marking

    FDT has all three. Please see attached screenshot for an example. MXML Semantic Highlighting

    For predictive text, do you mean autocompletion. FDT has autocomplete for components and properties of MXML files. Please see attached screenshot for an example. MXML autocomplete